Fork me on GitHub
摘要: http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minification 阅读全文
posted @ 2012-12-10 17:56 花儿笑弯了腰 阅读(207) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/magazine/cc163675.aspx http://support.microsoft.com/kb/303247 http://social.msdn.microsoft.com/Forums/zh-CN/asmxandxml/thread/ec6cc6f3-f29a-4783-bc11-3c2a46ea618b ht... 阅读全文
posted @ 2012-12-10 16:18 花儿笑弯了腰 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 这玩意MS的官网也在推荐 顾谷歌了一把 原文:http://www.hanselman.com/blog/ELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx Joe Lowrance said, er tweeted, it best when he said, "the amount of attention ELMA... 阅读全文
posted @ 2012-12-10 16:08 花儿笑弯了腰 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/payne/archive/2007/04/30/733447.html 在ASP.NET 2.0中,一个ASP.NET页面的生命周期主要为: 客户端请求页面 预初始化(OnPreInit) 初始化(OnInit) 完成初始化(OnInitComplete) 载入ViewState... 阅读全文
posted @ 2012-12-10 15:45 花儿笑弯了腰 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Link:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application 系列:http://www.asp.net/mvc/tutorials/getting... 阅读全文
posted @ 2012-12-10 15:20 花儿笑弯了腰 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 在这部分的教程中,您将要检查自动生成的Detail方法和Delete方法。 Examining the Details and Delete Methods 打开Movie控制器并查看Detail方法 public ActionResult Details(int id = 0){ Movie movie = db.Movies.Find(id); if (movie... 阅读全文
posted @ 2012-12-10 15:15 花儿笑弯了腰 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blogs.msdn.com/b/rickandy/archive/2011/04/22/test-you-asp-net-mvc-or-webforms-application-on-iis-7-in-30-seconds.aspx A frequent complaint in the ASP.NET forums is that an application works... 阅读全文
posted @ 2012-12-10 14:31 花儿笑弯了腰 阅读(564) 评论(0) 推荐(0) 编辑
摘要: 在本节中,您 阅读全文
posted @ 2012-12-10 10:18 花儿笑弯了腰 阅读(137) 评论(0) 推荐(0) 编辑