Skip to content

andyTheCoder/EnumCodeFirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadMe for EnumCodeFirst
~~~~~~~~~~~~~~~~~~~~~~~~

Example code demonstrating some of the EF5 code first bits

Includes
  database creation
  table annotations
  table join
  enum support
  lazy loading
  seeding
  

To DO
~~~~~
Make work with localDB
Default column values:
  Can be done in migrations: http://msdn.microsoft.com/en-us/data/jj591621.aspx
  See: AddColumn("Blogs", "Rating", c => c.Int(nullable: false, defaultValue: 3))

unit test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages