A Nice Tutorial about Hosting an ASP.NET App on Windows Azure

You can deploy your ASP.NET application to Windows Azure, actually Windows Azure can not only for ho ...

No More Visual Studio 2011, Visual Studio 2012 RC Released

We just realized Microsoft released Visual Studio 2012 RC in May 31, 2012, Attention: It is 2012, no ...

Windows 8 Release Preview Is Available

Yesterday (2012 May 31), Microsoft released another Windows 8 version: Windows 8 Release Preview, wh ...

Event, Custom Event and Generic Event in .NET

We often need to implement events in our own class. About how to implement events, Microsoft provide ...

Linq To Objects vs Linq To Entities vs Entity Framework

There are some articles in the internet confused the concepts among Linq to Objects, Linq to Entitie ...

Microsoft Official WPF Samples

There are many WPF samples on the internet, but maybe you want Microsoft’s WPF samples. ...

CodePlex Changed Face

Maybe it is some late, but we just realized CodePlex.com changed face. ...

Nesting Try Catch Exception In C#

In some cases you can use nesting Try…Catch exception handling: ...

Silverlight 5 Is Updating

What ever people think Silverlight is dead or not, Microsoft is still keeping update Silverlight 5. ...

WPF Animate An Object Along A Path

On MSDN there are several helpful article about how to animate an object along a path for WPF 4 (Unf ...