目前MVC的教程都采用LINQ开发,官方推荐的一个Digg类型的网站:
http://www.asp.net/downloads/starter-kits/Kigg/
另一个:
DinnerNow is a fictitious marketplace where customers can order food from local restaurants for delivery to their home or office. This sample is designed to demonstrate how you can develop a connected application using several new Microsoft technologies.
The demo utilizes several technologies including: IIS7, ASP.NET Ajax Extensions, LINQ, Windows Communication Foundation, Windows Workflow Foundation, Windows Presentation Foundation, Windows PowerShell, and the .NET Compact Framework.
UCenter.NET,就是现在的Ezsocio的数据访问就是默认以Linq2Sql实现的,可以看以下地址
http://space.cnblogs.com/group/ezsocio/
另外,我说的是LINQ2Sql的项目,Linq的项目多得去了
Oxite中的数据访问也是用Linq2SQL实现的。
这个项目值得一看,使用了很多微软在.net fx3.0及以上提供的功能实现的,也包括LINQ等,更是学习Asp.Net MVC的最好的案例。