[DotNet].NET and C# fundamentals

20. February 2011
1. Why and when to use Inheritance.     a. As a class user, we can create a new clas... [More]

DotNet

[DotNet]Params keywords

26. December 2010
MSDN reference: http://msdn.microsoft.com/en-us/library/w5zay9db%28VS.71%29.aspx

DotNet

[WCF]Let configuration be configuration; Let programming be programming

3. October 2010
Nowadays, programming is different than before. Programming is no long programming but configuration... [More]

DotNet

[VS2010]Visual Studio 2010 Productivity Power Tools

19. August 2010
Visual Studio 2010 Productivity Power Tools - an awesome VS2010 extension, install it to make VS2010... [More]

DotNet

[DotNet]DotNet Asynchronous Programming Pattern

4. August 2010
Delegate BeginInvoke and EndInvoke methods are the fundatmental of c# asynchronous programming. here... [More]

DotNet

[DotNet]让开发变得简单一点- Visual Studio 2010几个让人印象深刻的新功能

9. May 2010
引言 "我们的目标,不仅仅是做出几个新功能,而是要回答一个问题:'如何让现在的开发人员生活更容易一些'"---Scott Guthrie, ASP.NET 之父, 微软副总裁。 因为学习WF4的... [More]

DotNet

[WF4;DotNet]Use TypeConverter

29. November 2009
TypeConverter will be used in WF4. this sample demonstrate how to use TypeConverter in imperative ... [More]

DotNet, WF4

[DotNet]Run A New Thread(Use Lambda Expression)

19. November 2009
Thread class: Normal 0 false false false EN-US ZH-CN X-NONE ... [More]

DotNet

[.NET,C#]How to Kill a Windows Process by code

21. May 2009
here is a sample code: using System.Diagnostics;class FindAndKillProcess { public bool findAndKi... [More]

DotNet