A Nice Tutorial about Hosting an ASP.NET App on Windows Azure
2012-06-15
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
2012-06-05
We just realized Microsoft released Visual Studio 2012 RC in May 31, 2012, Attention: It is 2012, no ...
Windows 8 Release Preview Is Available
2012-06-01
Yesterday (2012 May 31), Microsoft released another Windows 8 version: Windows 8 Release Preview, wh ...
Event, Custom Event and Generic Event in .NET
2012-05-30
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
2012-05-25
There are some articles in the internet confused the concepts among Linq to Objects, Linq to Entitie ...
Microsoft Official WPF Samples
2012-05-18
There are many WPF samples on the internet, but maybe you want Microsoft’s WPF samples. ...
CodePlex Changed Face
2012-05-14
Maybe it is some late, but we just realized CodePlex.com changed face. ...
Nesting Try Catch Exception In C#
2012-05-11
In some cases you can use nesting Try…Catch exception handling: ...
Silverlight 5 Is Updating
2012-05-11
What ever people think Silverlight is dead or not, Microsoft is still keeping update Silverlight 5. ...
WPF Animate An Object Along A Path
2012-04-28
On MSDN there are several helpful article about how to animate an object along a path for WPF 4 (Unf ...