Walden1024

导航

2015年6月25日 #

[翻译][MVC 5 + EF 6] 9:异步和存储过程

摘要: 原文:Async and Stored Procedures with the Entity Framework in an ASP.NET MVC Application1.为什么使用异步代码: 一个服务器可用的线程数量是有限的,在高负载的情况下所有的可用线程都可能在使用。在这种情况下,在线程被... 阅读全文

posted @ 2015-06-25 16:21 Walden1024 阅读(417) 评论(0) 推荐(0) 编辑

[翻译][MVC 5 + EF 6] 8:更新相关数据

摘要: 原文:Updating Related Data with the Entity Framework in an ASP.NET MVC Application 1.定制Course的Create和Edit页面: 修改CourseController.cs的Create和Edit方法:public... 阅读全文

posted @ 2015-06-25 14:52 Walden1024 阅读(333) 评论(0) 推荐(0) 编辑

[翻译][MVC 5 + EF 6] 7:加载相关数据

摘要: 原文:Reading Related Data with the Entity Framework in an ASP.NET MVC Application1.延迟(Lazy)加载、预先(Eager)加载、显式(Explicit)加载: EF加载相关数据到实体导航属性有以下几种方式:延迟加载:当... 阅读全文

posted @ 2015-06-25 11:37 Walden1024 阅读(299) 评论(0) 推荐(0) 编辑