[.NET]Word Frequency Calculation

3. May 2012
As the title indicates, the following code can calcuate words appearance frequence in a text file. t... [More]

DotNet

[.NET]Read RSS by C#

17. April 2012
I searched around the net for a C# rss reader, but samples are either too complicated or errors pron... [More]

DotNet

[DotNet] Dip into Lambda Expression in C#

24. March 2012
"lambda expressions are just delegates (or type-safe "function pointers"). They only look as they ar... [More]

DotNet

[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