This course provides students with hands on experience using Visual Studio to create dynamic web applications using ASP.NET MVC and C#. The class provides a thorough introduction to the C# programming language, including coverage of the essentials of the C# programming language, built in data types, operators, control structures, classes and methods, collections and exception handling.
Students learn how to leverage the power of the Model-View-Controller design pattern with the ASP.NET MVC Framework to separate the layers of a web application. Students will use the ASPX and Razor view engines to design a user interface. Students will learn how to build models to manage an application's data layer using both the Entity Framework and LINQ to SQL.
Comprehensive labs provide the students with experience creating, debugging, testing and deploying dynamic ASP.NET MVC applications.