上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 76 下一页

2014年12月4日

.NET中IDisposable接口的基本使用

摘要: 首先来看MSDN中关于这个接口的说明:[ComVisible(true)]public interface IDisposable{ // Methods void Dispose();}1.[ComVisible(true)]:指示该托管类型对 COM 是可见的.2.此接口的主要用途是... 阅读全文

posted @ 2014-12-04 17:38 itjeff 阅读(568) 评论(0) 推荐(0)

2014年12月3日

Contoso 大学 - 10 - 高级 EF 应用场景

摘要: 原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/advanced-entity-framework-scenarios-for-an-mvc-web-application全文目录:Contoso 大学 ... 阅读全文

posted @ 2014-12-03 17:41 itjeff 阅读(285) 评论(0) 推荐(0)

Contoso 大学 - 9 - 实现仓储和工作单元模式

摘要: 原文地址: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-applic... 阅读全文

posted @ 2014-12-03 17:40 itjeff 阅读(675) 评论(0) 推荐(0)

Contoso 大学 - 8 – 实现继承

摘要: 原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/implementing-inheritance-with-the-entity-framework-in-an-asp-net-mvc-applicati... 阅读全文

posted @ 2014-12-03 17:39 itjeff 阅读(261) 评论(0) 推荐(0)

Contoso 大学 - 7 – 处理并发

摘要: 原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/handling-concurrency-with-the-entity-framework-in-an-asp-net-mvc-application全文... 阅读全文

posted @ 2014-12-03 17:38 itjeff 阅读(300) 评论(0) 推荐(0)

Contoso 大学 - 6 – 更新关联数据

摘要: 原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/updating-related-data-with-the-entity-framework-in-an-asp-net-mvc-application全... 阅读全文

posted @ 2014-12-03 17:37 itjeff 阅读(318) 评论(0) 推荐(0)

Contoso 大学 - 5 – 读取关联数据

摘要: 原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/reading-related-data-with-the-entity-framework-in-an-asp-net-mvc-application全文... 阅读全文

posted @ 2014-12-03 17:36 itjeff 阅读(301) 评论(0) 推荐(0)

Contoso 大学 - 4 - 创建更加复杂的数据模型

摘要: 原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/creating-a-more-complex-data-model-for-an-asp-net-mvc-application全文目录:Contoso ... 阅读全文

posted @ 2014-12-03 17:35 itjeff 阅读(429) 评论(0) 推荐(0)

Contoso 大学 - 3 - 排序、过滤及分页

摘要: 原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-appli... 阅读全文

posted @ 2014-12-03 17:34 itjeff 阅读(347) 评论(0) 推荐(0)

Contoso 大学 - 2 – 实现基本的增删改查

摘要: 原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc... 阅读全文

posted @ 2014-12-03 17:33 itjeff 阅读(196) 评论(0) 推荐(0)

上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 76 下一页

导航