摘要:
public class UsersContext : DbContext { public UsersContext() : base("conn1") //change the conn1 to your own conntion string { } //... 阅读全文
摘要:
刚把项目升级到2012,发现发生了很多变化,以下是最近看过的网站和资料汇集,供需要者参考。本文在最近一个月可能会不断更新。Razor2.0新特性介绍:介绍1:http://vibrantcode.com/blog/2012/4/10/whats-new-in-razor-v2.html/取消了@Href和@Url.Content;可以使用conditional attribute了(就是class = ""等将不会显示)介绍2:http://vibrantcode.com/blog/2012/4/13/what-else-is-new-in-razor-v2.html/空单 阅读全文