Book Image

Introduction to ASP.NET MVC 6 [Video]

By : Mike Perrenoud
Book Image

Introduction to ASP.NET MVC 6 [Video]

By: Mike Perrenoud

Overview of this book

<p>A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There’s a new built-in dependency framework, and there are Tag Helpers. All this has had a major impact on development.</p> <p>Introduction to ASP.NET MVC 6 is a concise and fast-paced look into the new built-in features and newly consolidated Web API framework in ASP.NET 5 and MVC 6 that will revolutionize how you build web applications. We’ll build a quintessential task application in this course. It will incorporate more than one view, which covers the new features of both ASP.NET 5, MVC 6, and Entity Framework 7, all while building something familiar.</p> <p>We’ll start by leveraging the scaffolding framework to build a new clean project, then we’ll break it down so you understand some of the new components as well as the new folder structure. With this foundation in place, you’ll see how to use the built-in dependency injection framework to recover data with the repository pattern. Then we’ll move on to CRUD operations and visually finishing the product offering.</p> <p>Next, we introduce Tag Helpers to make the Razor views more concise and will look at how they flow into Validation in MVC 6. We’ll then customize the Identity User model and secure this application using the new Identity Framework. We’ll add a secure Web API so we can use different client-side frameworks such as Angular. Finally, we’ll explore the built-in Logging framework in ASP.NET 5 and see how we can leverage it to meet our needs!</p> <p>When you step away from this course, you’ll feel much more comfortable digging into the new ASP.NET 5 framework and its components in MVC 6 and EF 7 with the rebuilt ASP.NET!</p> <h1>Style and Approach</h1> <p>This course is fast-paced, concise, realistic, and iterative. You will be working on a single aspect of the website through every section and by the end of the course, you will have a fully functional enterprise template.</p>
Table of Contents (3 chapters)
Chapter 2
The Task
Content Locked
Section 3
Editing Tasks
How do we edit tasks in the system? - Add UI to edit a task - Hook up the controller code for editing tasks - Edit a task