views:

59

answers:

3

My client want Entity framework on next project, I am not getting how to start work on Entity framework... How should i start to implement this in my asp.net mvc application? if anyone can provide me demo project and some good article to start this.

Thanks in advance

+1  A: 

A very good tutorial using Entity Framework and MVC can be found in the official ASP.NET MVC website: http://www.asp.net/mvc/samples/mvc-music-store

Julien Lebosquain
+3  A: 

There are two nice demo applications that I know of:

XIII
+1  A: 

This MSDN blog can point you in the right direction:

Code for the MSDN Blog can be found here

Nix