Creating an Entity Framework Data Model for an ASP.NET MVC Application 1 of 10 The ASP.pdf

Doc Preview
Pages 25
Identified Q&As 3
Total views 96
7/7/2016Creating an Entity Framework Data Model for an ASP.NET MVC Application (1 of 10) | The ASP.NET Site 1/25ASP.NET HomeHostingDownloadsForumsHelp Get StartedLearnCommunityAnewer version of this tutorial series (/mvc/tutorials/getting-started-with-ef- using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc- application) is available, for Visual Studio 2013, Entity Framework 6, and MVC 5. The Contoso University sample web application demonstrates how to create ASP.NET MVC 4 applications using the Entity Framework 5 and Visual Studio 2012. 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 (- dd0e2ed8) . Code First There are three ways you can work with data in the Entity Framework:Database First,Model First, and Code First. This tutorial is for Code First. For information about the differences between these workflows and guidance on how to choose the best one for your scenario, seeEntity Framework Development Workflows() . MVC The sample application is built onASP.NET MVC() . If you prefer to work with the ASP.NET Web Forms model, see theModel Binding and Web Forms (/web- forms/tutorials/data-access/model-binding/retrieving-data) tutorial series andASP.NET Data Access Content Map(/whitepapers/aspnet-data-access-content-map) . Software versions Shown in the tutorialAlso works with Download Completed Project () By Tom Dykstra|July 30, 2013 566 of 634 people found this helpful Creating an Entity Framework Data Model for an ASP.NET MVC Application (1 of 10)
7/7/2016Creating an Entity Framework Data Model for an ASP.NET MVC Application (1 of 10) | The ASP.NET Site 2/25Windows 8Windows 7 Visual Studio 2012Visual Studio 2012 Express for Web. This is automatically installed by the Windows Azure SDK if you don't already have VS 2012 or VS 2012 Express for Web. Visual Studio 2013 should work, but the tutorial has not been tested with it, and some menu selections and dialog boxes are different. TheVS 2013 version of the Windows Azure SDK (? linkid=323510) is required for Windows Azure deployment.
Course Hero Badge

Want to read all 25 pages?

Previewing 3 of 25 pages Upload your study docs or become a member.
Course Hero Badge

Want to read all 25 pages?

Previewing 3 of 25 pages Upload your study docs or become a member.
Course Hero Badge

End of preview

Want to read all 25 pages? Upload your study docs or become a member.