Get Started with ASP.NET MVC 6

Get Started with ASP.NET MVC 6

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2h 47m | 1.73 GB

ASP.NET is used by millions of developers worldwide to build web apps. With each release, Microsoft changes ASP.NET for the better and version 5 with ASP.NET MVC 6 is no exception. Microsoft says that this upgrade makes “ASP.NET leaner, more modular, cross-platform, and cloud optimized.”

In this course, you’ll learn everything you need in order to get started writing web applications with ASP.NET 5. I’ll show you how to create your first app using the ASP.NET MVC 6 framework. We’ll see how to use some of the new tooling for web development, how to implement a web API for consumption by other programs and more, all in the context of building a simple message board app.

Table of Contents

Introduction
01 Introduction

Getting Started
02 Touring an ASP.NET MVC 6 Project
03 Creating the Soundboard Project

Request Handling
04 Handling GET Requests
05 Handling POST Requests
06 Model Validation
07 Editing Soundboard Messages
08 Security and Authorization

Displaying Data
09 Adding a Service Layer and View Model
10 Providing Different Views
11 Writing the Views
12 Using a View Component
13 Implementing a Web API

Conclusion
14 Conclusion