Building Applications with ASP.NET MVC 4
This course is a comprehensive introduction to ASP.NET MVC 4, and will give you the essentials you need to start building applications with Microsoft's MVC framework.
What you'll learn
Hello, and welcome to Pluralsight! My name is Scott Allen, and I want to give you a quick overview of my course, Building Applications with ASP.NET MVC 4.
This MVC4 course is designed to help you learn the essentials you need to start building applications with Microsoft's MVC framework, and covers things like working with controllers and Razor views, as well as:
- Entity Framework
- Entity Framework migrations
- JavaScript
- jQuery
- Visual Studio web deployment tools
Table of contents
Course FAQ
ASP.NET is an open-source, server-side web application framework that is designed for web developments that produce dynamic web pages. It was developed my Microsoft to allow programmers an easier way to develop and build dynamic websites, applications, and services.
In this course, you will learn about all the essential elements within Microsoft's MVC 4 and by the end you will be ready to build your own applications within the MVC framework. You will also learn about key components such as: Entity frameworks, Entity framework migrations, JavaScript, jQuery, and Visual studio web deployment tools.
This course is for anyone who wants to expand their ASP.NET knowledge. This course is great for people who are just getting started with ASP.NET and would like to take it one step further.
Model View Controller (MVC) is a software design pattern commonly used for developing user interfaces that divides the related program logic into three interconnected elements.
Prerequisites for this course would be understanding the C# basics and HTML.