Entity framework demo project
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 art开发者_开发问答icle to start this.
Thanks in advance
There are two nice demo applications that I know of:
- MvcMusicStore
- Tailspin Travel (I used a modified version during a user group presentation.
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
This MSDN blog can point you in the right direction:
Code for the MSDN Blog can be found here
精彩评论