Archive for the ‘dotnet’ Category

Microsoft LightSwitch Beta1 Now Available

Tuesday, August 24th, 2010

LightSwitch Beta1 Now Available, Building Your First App – Jason Zanders WebLog – Site Home – MSDN Blogs.

http://www.microsoft.com/visualstudio/en-us/lightswitch

Looks very interesting, I will definitely check it out.

Essential SQL Server 2008 Downloads

Friday, August 7th, 2009

Recommended Podcast: Development in a Downturn

Thursday, July 30th, 2009

Check out this Podcast:

Development in a Downturn Podcast Series

The series is produced by the people from .Net Rocks, Carl Franklin and Richard Campbell.

It has 4 episodes so far featuring famous developers like Eric Sink and Billy Hollis.

Practical Tips For Boosting The Performance Of Windows Forms Apps

Tuesday, April 25th, 2006

Winning Forms: Practical Tips For Boosting The Performance Of Windows Forms Apps — MSDN Magazine March 2006

MSDN Article: Embedding SQL Server Express into Custom Applications

Tuesday, December 13th, 2005

Embedding SQL Server Express into Custom Applications

MSDN Article: New DataSet Features in Visual Studio 2005

Tuesday, December 13th, 2005

Just for future reference:
New DataSet Features in Visual Studio 2005

SQLExpress also not working on my home machine :-(

Thursday, April 28th, 2005

I tried it on WinXP SP2 and it was the same as on Win2k3 Server. The Setup failed to start the SQLServer-Service and then rolled the install back.
WTF?
Although this time it could be my fault, because I didn’t install on a clean machine. I previously had SQLExpress Beta 2 and Beta 1 of Visual C# Express on this machine. Of course I removed everything very carefully before trying to install .Net Beta2 and SQLExpress April ’05 CTP.

Well, it looks like Microsoft got some serious homework to do there…

Couldn’t get SQL Server Express April 2005 CTP to install on W2K3 Standard (German) :-(

Friday, April 22nd, 2005

Well the title says it all …
I downloaded the latest bits of SQLEXPRESS (formerly known as Beta 3) and no matter what I do, it won’t install on Windows Server 2003 Standard. I tried it on a freshly installed Server with and without SP1. No luck. Maybe it doesn’t like that it’s a German version or it doesn’t like to be installed to drive D:, I don’t know.
At the end I always get the error: “Can’t start the MSSQLSERVER service” and it rolls everything back. Somehow it is missing a dependent service, but there is none listed under “Services” in Control Panel, sigh.

Visual C# Express Beta2 installed OK, but it’s only half the fun without SQLExpress.

Visual Studio 2005 Beta 2 is out!

Tuesday, April 19th, 2005

More Details on Dan Fernandez Blog.

Get it while it’s hot!

Another Test of BlogJet (originating from FeedDemon)

Thursday, August 19th, 2004

Working with Client-Side Script

While ASP.NET performs most of its processing on the server, some actions are better served by client-side processing. Scott Mitchell shows how your ASP.NET pages and controls can add client-side code.