Skip to content
 

More on EF 4.1 Conventions

I got a comment today on my previous post that nullable types do not function as well.  Being a nice person that I am, I just added nullable support to sample project.

You can download update here.

Thanks.

Post to Twitter

3 Comments

  1. GB says:

    Hi
    I have just stumbled upon your blog whilst learning codefirst.
    I am using an existing database and I could not possibly write code that handles naming-relationship etc… is there something out there or you have implemented that generate mapping relationship eg many to many or the ones with a link table

    thanks for your time

  2. [...] in my posts on global conventions and attribute conventions.  I also created a follow up post here.  All the code to support conventions is now part of CodePlex project.  I felt it is [...]

  3. Sergey Barskiy says:

    Update 10/16/2011:

    I formalized my ideas on conventions into a CodePlex project – http://efcodefirstextras.codeplex.com/. The project also includes repository and migrations.

Leave a Reply