Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 article to start this.

Thanks in advance

like image 471
Pankaj Avatar asked Aug 05 '26 02:08

Pankaj


2 Answers

There are two nice demo applications that I know of:

  • MvcMusicStore
  • Tailspin Travel (I used a modified version during a user group presentation.
like image 100
Kris van der Mast Avatar answered Aug 06 '26 19:08

Kris van der Mast


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

like image 42
Julien Lebosquain Avatar answered Aug 06 '26 17:08

Julien Lebosquain