HowTo: Setup IIS7 as development server in Visual Studio 2008

image_thumb3Webdevelopment with Visual Studio is really easy – just hit F5 and you jump into the debugger. VS use (as default) the built-in "ASP.NET Development Server" called "Cassini". But there are some pitfalls if you use this server, because the behavior of the IIS and Cassini are sometimes a bit different and the dev server is much slower! The good news: With few clicks you can debug and deploy your application right on IIS7 (on Vista/Server 2008).

Read the rest of this entry »

kick it on DotNetKicks.com

HowTo: Understanding Interfaces – a simple description

image Interfaces are an important feature for designing great software, but many programming newbies have a understanding problem – Why should I use "interfaces"? What is an "interface"?

 

Read the rest of this entry »

kick it on DotNetKicks.com

Live Framework SDK is now public

imageThe Live Framework is the API for Live Mesh. Since the PDC last year you could register for the Live Framework key to download the SDK.
With the new update you have now public access to the SDK & Visual Studio Tools:

Update: You need an Live Framework Token to run an application :/

kick it on DotNetKicks.com

HowTo: First steps with the Windows Azure CTP and the first "HelloWorld"

imageIn my last blogpost I talked about different cloud computing providers, like Google, Amazon and Microsoft.

Today I want to describe Windows Azure more and show you how to use the Windows Azure CTP and how to publish a "Hello World" app in the "cloud".

Read the rest of this entry »

kick it on DotNetKicks.com

HowTo: Hello "Cloud-Computing"

Cloud-Computing is a new nice buzzword after Web 2.0 and everything goes "in the cloud" – but what means "in the cloud"? Who are the big players and why should you care about it?

image image image

Read the rest of this entry »

kick it on DotNetKicks.com

25 Years Microsoft Press – 2 books for free

image Microsoft Press celebrates his 25th anniversary and offer you two books. These offers expire on February 25, 2009. If you want to download the books you have to register to the MS Press Book Connection Newsletter:

kick it on DotNetKicks.com

HowTo: Create SQL Table Relationships via Drag´n´Drop

image_thumb3If you create a relationship between to SQL tables, you get many benefits. The most important benefit (for me) is the integrity of your data. Besides the database-world there is another huge benefit: The relationships are used by many O/R mappers to create a structured object model. You could create such realtionships via different dialogs in the SQL Management Studio / Visual Studio or just do a "Drag´n´Drop" from one table to another one.

Read the rest of this entry »

kick it on DotNetKicks.com

HowTo: SQL Database web access with ASP.NET Dynamic Data and Entity Framework (hosted on IIS 6.0)

image I started my programming career with PHP and MySQL and I used very often a webbased mysql admin panel called "PhpMyAdmin".
It has (of course) not all features of the SQL Management Studios, but if I only want to have a quick look at the database it is very cool – and you only need a simple browser.
You can create such an tool with ASP.NET Dynamic Data and Linq2Sql or the Entity Framework within minutes.

Read the rest of this entry »

kick it on DotNetKicks.com

ASP.NET MVC 1.0 RC published

imageThe ASP.NET MVC 1.0 Release Candidate was today published by Scott Gu. Scott wrote a great blogpost about the improvements in the RC in his blog.

Read the rest of this entry »

kick it on DotNetKicks.com

Windows 7 Beta – First impressions

Last week was the public release of the Windows 7 Beta – you can download it here. In installed it on my ThinkPad R61 and take a look at it. Here are my first impressions. Is it better than Vista?

image_thumb1 

Read the rest of this entry »

kick it on DotNetKicks.com