自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(231)
  • 收藏
  • 关注

转载 21.翻译系列:Entity Framework 6 Power Tools【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/entity-framework-power-tools.aspx大家好,这里就是EF 6 Code-First 系列的最后一篇文章了。没有辜负大家的期望,都更新完了,2015年很早的时候,有几篇没更新,然后,这次重新把之前的删掉,学习之后更新的!EF 6 Co...

2019-04-14 15:47:00 476

转载 20.2.翻译系列:EF 6中基于代码的数据库迁移技术【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/code-based-migration-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发环境...

2019-04-14 15:30:00 242

转载 20.1翻译系列:EF 6中自动数据迁移技术【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/automated-migration-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发...

2019-04-14 15:07:00 290

转载 20.翻译系列:Code-First中的数据库迁移技术【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/migration-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发环境(EF 6 Co...

2019-04-14 14:48:00 171

转载 19.翻译系列:EF 6中定义自定义的约定【EF 6 Code-First约定】

原文链接:https://www.entityframeworktutorial.net/entityframework6/custom-conventions-codefirst.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开...

2019-04-14 14:38:00 119

转载 18.翻译系列:EF 6 Code-First 中的Seed Data(种子数据或原始测试数据)【EF 6 Code-First系列】...

原文链接:https://www.entityframeworktutorial.net/code-first/seed-database-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发环境(EF ...

2019-04-13 22:10:00 672

转载 17.翻译系列:将Fluent API的配置迁移到单独的类中【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/move-configurations-to-seperate-class-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:...

2019-04-13 22:02:00 87

转载 16.翻译系列:EF 6 Code -First中使用存储过程【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/entityframework6/code-first-insert-update-delete-stored-procedure-mapping.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系...

2019-04-13 21:49:00 182

转载 15.翻译系列:EF 6中的级联删除【EF 6 Code-First 系列】

原文链接:https://www.entityframeworktutorial.net/code-first/cascade-delete-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发环境(EF...

2019-04-13 21:29:00 245

转载 14.翻译系列:从已经存在的数据库中生成上下文类和实体类【EF 6 Code-First系列】...

原文链接:https://www.entityframeworktutorial.net/code-first/code-first-from-existing-database.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发...

2019-04-13 21:08:00 146

转载 13.翻译系列:Code-First方式配置多对多关系【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/configure-many-to-many-relationship-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF ...

2019-04-11 18:20:00 159

转载 12.翻译系列:EF 6 中配置一对多的关系【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/configure-one-to-many-relationship-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF C...

2019-04-11 10:58:00 137

转载 11.翻译系列:在EF 6中配置一对零或者一对一的关系【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/configure-one-to-one-relationship-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Co...

2019-04-10 17:55:00 379

转载 10.2.翻译系列:使用Fluent API进行属性映射【EF 6 Code-First】

原文链接:https://www.entityframeworktutorial.net/code-first/configure-property-mappings-using-fluent-api.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-...

2019-04-10 14:52:00 160

转载 10.1.翻译系列:EF 6中的实体映射【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/configure-entity-mappings-using-fluent-api.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-Fi...

2019-04-10 14:25:00 156

转载 10.翻译系列:EF 6中的Fluent API配置【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/fluent-api-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发环境(EF 6 Cod...

2019-04-10 11:47:00 130

转载 9.12 翻译系列:数据注解特性之ConcurrencyCheck【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/concurrencycheck-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译...

2019-04-10 10:32:00 207

转载 9.11 翻译系列:数据注解特性之--Timestamp【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/TimeStamp-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF ...

2019-04-09 17:58:00 108

转载 9.10 翻译系列:EF数据注解特性之StringLength【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/stringlength-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为...

2019-04-09 16:56:00 712

转载 9.9 翻译系列:数据注解特性之--MaxLength 【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/maxlength-minlength-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2...

2019-04-09 16:35:00 463

转载 9.8 翻译系列:数据注解特性之--Required 【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/required-attribute-dataannotations-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF C...

2019-04-09 16:01:00 263

转载 9.7 翻译系列:EF数据注解特性之--InverseProperty【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/inverseproperty-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系...

2019-04-09 15:33:00 320

转载 9.6 翻译系列:数据注解之Index特性【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/entityframework6/index-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置...

2019-04-09 11:43:00 275

转载 9.5 翻译系列:数据注解之ForeignKey特性【EF 6 Code-First系列】

原文链接:https://www.entityframeworktutorial.net/code-first/foreignkey-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为...

2019-04-09 10:33:00 572

转载 9.4 翻译系列:EF 6以及 EF Core中的NotMapped特性(EF 6 Code-First系列)

原文链接:http://www.entityframeworktutorial.net/code-first/notmapped-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF...

2019-04-06 11:00:00 398

转载 9.3 翻译系列:数据注解特性之Key【EF 6 Code-First 系列】

原文链接:http://www.entityframeworktutorial.net/code-first/key-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-...

2019-04-06 10:00:00 137

转载 9.2 翻译系列:数据注解特性之---Column【EF 6 Code First系列】

原文链接:http://www.entityframeworktutorial.net/code-first/column-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Co...

2019-04-03 22:21:00 372

转载 9.1 翻译系列:数据注解特性之----Table【EF 6 Code-First 系列】

原文地址:http://www.entityframeworktutorial.net/code-first/table-dataannotations-attribute-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Cod...

2019-04-03 21:03:00 128

转载 9.翻译系列:EF 6以及EF Core中的数据注解特性(EF 6 Code-First系列)

原文地址:http://www.entityframeworktutorial.net/code-first/dataannotation-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发环境(EF ...

2019-04-02 22:42:00 724

转载 8.翻译系列: EF 6中配置领域类(EF 6 Code-First 系列)

原文地址:http://www.entityframeworktutorial.net/code-first/configure-classes-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发环境(...

2019-04-02 21:09:00 131

转载 7.翻译系列:EF 6中的继承策略(EF 6 Code-First 系列)

原文地址:http://www.entityframeworktutorial.net/code-first/inheritance-strategy-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-Fi...

2019-04-01 22:51:00 271

转载 6.翻译系列:EF 6 Code-First中数据库初始化策略(EF 6 Code-First系列)

原文链接:http://www.entityframeworktutorial.net/code-first/database-initialization-strategy-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列...

2019-03-31 17:38:00 169

转载 5.翻译系列:EF 6中数据库的初始化(EF 6 Code-First 系列)

原文地址:http://www.entityframeworktutorial.net/code-first/database-initialization-in-code-first.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设...

2019-03-31 15:28:00 207

转载 4.翻译系列:EF 6 Code-First默认约定(EF 6 Code-First系列)

原文地址:http://www.entityframeworktutorial.net/code-first/code-first-conventions.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发环境(EF 6 Code...

2019-03-31 14:56:00 180

转载 3.翻译系列:EF Code-First 示例(EF 6 Code-First系列)

原文链接:http://www.entityframeworktutorial.net/code-first/simple-code-first-example.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Code-First设置开发环境(EF 6 C...

2019-03-29 22:32:00 135

转载 2.翻译系列:为EF Code-First设置开发环境(EF 6 Code-First系列)

原文链接:http://www.entityframeworktutorial.net/code-first/setup-entity-framework-code-first-environment.aspxEF 6 Code-First系列文章目录:1 翻译系列:什么是Code First(EF 6 Code First 系列)2.翻译系列:为EF Cod...

2019-03-29 21:25:00 116

转载 10.翻译:EF基础系列---EF中的持久性

原文链接:http://www.entityframeworktutorial.net/EntityFramework4.3/persistence-in-entity-framework.aspx大家好,这一篇就是我们EF基础系列的最后一篇了,EF基础系列主要讲解的就是EF的一些基础理论知识,方便大家继续后面的学习。使用EF有两种情况持久化数据到数据库中:一种是the Conn...

2019-03-28 20:58:00 121

转载 9.翻译:EF基础系列---使用EF开发的方式有哪些?

原文链接:http://www.entityframeworktutorial.net/choosing-development-approach-with-entity-framework.aspx使用EF有三种方式:Database--First【数据库优先】Code--First【代码优先】Model--First【模型优先】先看看数据库优先模式吧在...

2019-03-28 20:36:00 72

转载 8.翻译:EF基础系列----EF中实体的状态

原文链接:http://www.entityframeworktutorial.net/basics/entity-states.aspx在实体的生命周期中,EF API维护着每一个实体的状态,对于每个实体来说,通过上下文类对其执行的操作的时候,都有一个状态。实体的状态是一个枚举,在EF 6中是System.Data.Entity.EntityState类型的枚举,而...

2019-03-28 20:10:00 206

转载 7.翻译:EF基础系列---EF中的实体类型

原文地址:http://www.entityframeworktutorial.net/Types-of-Entities.aspx在Entity Framework中有两种实体类型:一种是POCO实体,另一种是动态代理实体。POCO实体【Plain Old CLR Object】POCO实体就是一个不依赖于任何特定框架的类,它就像任何其他普通的.NET CLR类...

2019-03-27 22:05:00 254

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除