代码改变世界

Entity Framework Code-First(23):Entity Framework Power Tools

2016-07-05 17:19 by 追忆似水流年, 284 阅读, 0 推荐, 收藏,
摘要:Entity Framework Power Tools: Entity Framework Power Tools (currently in beta 3) has been released. EF Power Tools is useful mainly in reverse enginee 阅读全文

Entity Framework Code-First(22):Code-based Migration

2016-07-05 17:18 by 追忆似水流年, 241 阅读, 0 推荐, 收藏,
摘要:Code-based Migration: Code-based migration is useful when you want more control on the migration, i.e. set default value of the column, etc. Code-Firs 阅读全文

Entity Framework Code-First(21):Automated Migration

2016-07-05 17:16 by 追忆似水流年, 178 阅读, 0 推荐, 收藏,
摘要:Automated Migration: Entity framework 4.3 has introduced Automated Migration so that you don't have to process database migration manually in the code 阅读全文

Entity Framework Code-First(20):Migration

2016-07-05 17:15 by 追忆似水流年, 166 阅读, 0 推荐, 收藏,
摘要:Migration in Code-First: Entity framework Code-First had different database initialization strategies prior to EF 4.3 like CreateDatabaseIfNotExists, 阅读全文

Entity Framework Code-First(19):Seed Data

2016-07-05 17:14 by 追忆似水流年, 316 阅读, 0 推荐, 收藏,
摘要:Seed Database in Code-First: You can insert data into your database tables during the database initialization process. This will be important if you w 阅读全文

Entity Framework Code-First(18):Turn off DB Initializer

2016-07-05 17:12 by 追忆似水流年, 186 阅读, 0 推荐, 收藏,
摘要:Turn off DB Initializer in Code-First: You can also turn off the DB initializer of your application. Suppose, for the production environment, you don' 阅读全文

Entity Framework Code-First(17):Database Initialization Strategy

2016-07-05 17:10 by 追忆似水流年, 199 阅读, 0 推荐, 收藏,
摘要:Database Initialization Strategies in Code-First: You already created a database after running your Code-First application the first time, but what ab 阅读全文

Entity Framework Code-First(16):Move Configurations

2016-07-05 17:08 by 追忆似水流年, 169 阅读, 0 推荐, 收藏,
摘要:Move Configurations to Separate Class in Code-First: By now, we have configured all the domain classes in OnModelCreating method in the previous secti 阅读全文

Entity Framework Code-First(15):Cascade Delete

2016-07-05 17:06 by 追忆似水流年, 201 阅读, 0 推荐, 收藏,
摘要:Cascade Delete in Entity Framework Code-First: Cascade delete automatically deletes dependent records or set null to foreignkey properties when the pr 阅读全文

Entity Framework Code-First(14):From Existing DB

2016-07-05 17:04 by 追忆似水流年, 213 阅读, 0 推荐, 收藏,
摘要:Code-First from an Existing Database: Here, you will learn how to generate code-first context and entity classes for an existing database. Entity Fram 阅读全文
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 41 下一页