摘要:
最近在看《Building a Web 2.0 Portal with ASP.NET 3.5》,发现他在Codeproject提供了全部的源码,而且内容上用到了WF、WCF、ASP.NET AJAX、LINQ等一系列特性,感觉作为ASP.NET 3.5的学习材料不错。特推荐。 http://www.dropthings.com/ 阅读全文
摘要:
#region TestDatapublic enum Countries{ USA, Italy,}public class Customer{ public string Name; public string City; public Countries Country; public Order[] Orders;}public class Order{ public int Quanti... 阅读全文