码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
Entity Framework Tutorial Basics(38):Explicit Loading
Explicit Loading with DBContext Even with lazy loading disabled, it is still possible to lazily load related entities, but it must be done with an exp ...
分类:其他好文   时间:2016-07-07 12:38:47    阅读次数:247
Entity Framework Tutorial Basics(36):Eager Loading
Eager Loading: Eager loading is the process whereby a query for one type of entity also loads related entities as part of the query. Eager loading is ...
分类:其他好文   时间:2016-07-07 12:30:25    阅读次数:187
Entity Framework Tutorial Basics(37):Lazy Loading
Lazy Loading: One of the important functions of Entity Framework is lazy loading. Lazy loading means delaying the loading of related data, until you s ...
分类:其他好文   时间:2016-07-07 12:29:08    阅读次数:109
Entity Framework Tutorial Basics(40):Validate Entity
Validate Entity You can write custom server side validation for any entity. To accomplish this, override ValidateEntity method of DBContext as shown b ...
分类:其他好文   时间:2016-07-07 12:24:51    阅读次数:133
Entity Framework Tutorial Basics(35):Local Data
Local Data The Local property of DBSet provides simple access to the entities that are currently being tracked by the context, and have not been marke ...
分类:其他好文   时间:2016-07-07 11:02:17    阅读次数:111
Entity Framework Tutorial Basics(4):Setup Entity Framework Environment
Setup Entity Framework Environment: Entity Framework 5.0 API was distributed in two places, in NuGet package and in .NET framework. The .NET framework ...
分类:其他好文   时间:2016-07-07 09:49:14    阅读次数:127
Entity Framework Tutorial Basics(2):What is Entity Framework?
What is Entity Framework? Writing and managing ADO.Net code for data access is a tedious and monotonous job. Microsoft has provided an O/RM framework ...
分类:其他好文   时间:2016-07-07 09:47:46    阅读次数:217
Entity Framework Tutorial Basics(3):Entity Framework Architecture
Entity Framework Architecture The following figure shows the overall architecture of the Entity Framework. Let us now look at the components of the ar ...
分类:其他好文   时间:2016-07-07 09:45:03    阅读次数:124
Entity Framework Tutorial Basics(1):Introduction
以下系列文章为Entity Framework Turial Basics系列 http://www.entityframeworktutorial.net/EntityFramework5/entity-framework5-introduction.aspx 现在介绍第一篇 Basics of ...
分类:其他好文   时间:2016-07-07 09:44:55    阅读次数:121
jenkins2 pipeline高级
jenkins2 pipeline里groovy的高级用法。翻译自:https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md 文章来自:http://www.ciandcd.com文中的代码来自可以从github下载: ...
分类:其他好文   时间:2016-07-06 14:33:15    阅读次数:591
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!