Bài đăng

Đang hiển thị bài đăng từ tháng 5 6, 2014

Getting Started with Entity Framework 6 Code First using MVC 5 theo http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc

Hình ảnh
Getting Started with Entity Framework 6 Code First using MVC 5 By  Tom Dykstra | April 23, 2014 Print Download Completed Project  or  Download PDF The Contoso University sample web application demonstrates how to create ASP.NET MVC 5 applications using the Entity Framework 6 and Visual Studio 2013. This tutorial uses the Code First workflow. For information about how to choose between Code First, Database First, and Model First, see  Entity Framework Development Workflows . The sample application is a web site for a fictional Contoso University. It includes functionality such as student admission, course creation, and instructor assignments. This tutorial series explains how to build the Contoso University sample application. You can  download the completed application . Software versions used in the tutorial Tutorial versions For previous versions of this tutorial, see  the EF 4.1 / MVC 3 e-book  and  Getting Started with EF 5 using MVC 4 . Questions an