Entity Platform Demo

My client wants an Entity structure in the next project, I don’t get how to start work on the Entity infrastructure ... How do I start implementing this in my asp.net mvc application? if someone can provide me with a demo project and a good article to start this.

Thanks in advance

+3
source share
3 answers

There are two good demo apps that I know of:

+3
source

Entity Framework MVC - ASP.NET MVC: http://www.asp.net/mvc/samples/mvc-music-store

+1

This MSDN blog might point you in the right direction:

The code for the MSDN blog can be found here.

+1
source

Source: https://habr.com/ru/post/1752447/


All Articles