码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
Entity Framework Code-First(18):Turn off DB Initializer
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' ...
分类:数据库   时间:2016-07-05 19:01:27    阅读次数:147
Entity Framework Code-First(20):Migration
Migration in Code-First: Entity framework Code-First had different database initialization strategies prior to EF 4.3 like CreateDatabaseIfNotExists, ...
分类:其他好文   时间:2016-07-05 19:00:13    阅读次数:139
Entity Framework Code-First(13):Configure Many-to-Many
Configure Many-to-Many relationship: Here, we will learn how to configure Many-to-Many relationship between the Student and Course entity classes. Stu ...
分类:其他好文   时间:2016-07-05 18:58:51    阅读次数:177
Entity Framework Code-First(16):Move Configurations
Move Configurations to Separate Class in Code-First: By now, we have configured all the domain classes in OnModelCreating method in the previous secti ...
分类:其他好文   时间:2016-07-05 18:56:25    阅读次数:194
Entity Framework Code-First(12):Configure One-to-Many
Configure One-to-Many Relationship: Here, we will learn how to configure One-to-Many relationship between two entities in code-first. Take an example ...
分类:其他好文   时间:2016-07-05 18:52:32    阅读次数:263
Entity Framework Code-First(22):Code-based Migration
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 ...
分类:其他好文   时间:2016-07-05 18:43:55    阅读次数:265
JSBinding / Code Snippets
new a gameobject & overloaded methds add/get c# component add/get javascript component define a javascript monobehaviour use Inspector static methods ...
分类:Web程序   时间:2016-07-05 18:41:29    阅读次数:165
Entity Framework Code-First(23):Entity Framework Power Tools
Entity Framework Power Tools: Entity Framework Power Tools (currently in beta 3) has been released. EF Power Tools is useful mainly in reverse enginee ...
分类:其他好文   时间:2016-07-05 18:40:15    阅读次数:156
Entity Framework Code-First(19):Seed Data
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 ...
分类:其他好文   时间:2016-07-05 18:36:19    阅读次数:122
Entity Framework Code-First(21):Automated Migration
Automated Migration: Entity framework 4.3 has introduced Automated Migration so that you don't have to process database migration manually in the code ...
分类:其他好文   时间:2016-07-05 18:35:49    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!