摘要:
http://msdn.microsoft.com/en-us/magazine/ee236639.aspxThis article discusses:Application development stylesDesign patternsThis article uses the following technologies:Microsoft Visual Studio 2010, ADO... 阅读全文
摘要:
Microsoft ASP.NET Dynamic Datahttp://www.asp.net/dynamicdata?1273673713ASP.NET 3.5 Extensions新特性:ASP.NET Dynamic Data 体验(上)http://www.cnblogs.com/Terrylee/archive/2007/12/19/aspnet-dynamic-data-part1.... 阅读全文
摘要:
http://msdn.microsoft.com/en-us/library/bb738448.aspxThe following external resources provide information and support for creating Entity Framework applications.Entity Framework FAQBlog containing fre... 阅读全文
摘要:
http://developer.51cto.com/art/200908/147142.htm本文介绍了c# 3.5新特性,例如对象和集合初始值设定项,匿名类型,扩展方法,Lambda 表达式等。隐式类型本地变量(Implicity Typed Local Variables)是一种在变量声明时编译器自动推断其变量类型的一种语法形式。它使用 var 关键字声明变量。例如:编译器根据类型推断,自动... 阅读全文
摘要:
IIS 6.0 employs a new process model. A kernel mode HTTP listener (Http.sys) receives and routes HTTP requests (and can even satisfy requests from its response cache). Worker processes register for URL... 阅读全文