Wednesday, February 26, 2014

ASP.NET MVC 5 – CRUD operations with Entity Framework 6 on Visual Studio 2013

MVC5 – Demo with Entity Framework 6 on Visual Studio 2013 Using MVC, Entity Framework, and ASP.NET Scaffolding, you can create a web application that provides an interface to an existing database.


Using MVC, Entity Framework, and ASP.NET Scaffolding, you can create a web application that provides an interface to an existing database table. This demo shows you how to automatically generate code that enables users to display, edit, create, and delete data that resides on the database. The generated code corresponds to the columns in the database table.
This demo focuses on using ASP.NET Scaffolding to generate the controllers and views.

click following link for more details
http://code.msdn.microsoft.com/MVC5-Demo-with-Entity-c6bc81df

1 comment:

Anonymous said...

Nice comment