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.
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.
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
Pingback: Entity Framework Migrations « Sergey Barskiy's Blog
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.