Web Development

VSH05 Build Data Driven Web Applications with ASP.NET MVC

11/19/2015

9:30am - 10:45am

Level: Introductory to Intermediate

Rachel Appel

Senior Developer Evangelist

Microsoft

In this session, you'll learn how to build a data-driven Web application in Visual Studio with ASP.NET MVC. You'll learn how to work with Models using Entity Framework to access and modify data. Then you'll move onto Controllers, and learn how they tie the Model and View together. You'll learn how to build a rich user interface with Views and data from the Model. After reviewing these core components, you'll look at other aspects of ASP.NET MVC such as routing, securing your app, choosing JavaScript frameworks, and finally, deploying the app.

You will learn:

  • How to build a complete app in ASP.NET MVC
  • The basics of ASP.NET MVC
  • Modify and access data in ASP.NET MVC