Getting Started with ASP.NET Core MVC

Getting Started with ASP.NET Core MVC

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 4h 10m | 750 MB

Leverage ASP.Net Core MVC to develop and create powerful applications

The latest web development framework from Microsoft is ASP.NET Core. It is blazingly fast, cross-platform, and cloud-ready. Microsoft has done groundbreaking redesigns to ASP.NET Core and so lots of new concepts were introduced along with it. In this course, we’ll take a look at them while creating a website from scratch.

In this video course, you’ll learn how to do the basic setup for the project, and then we’ll take a dive into the concept of the MVC pattern. You’ll learn about models, views, and controllers in detail. You will see the new concept of middleware and it will be demystified. Dependency Injection (DI) is now native to ASP.NET Core MVC and comes already wired up. You will learn to use DI with ease. Routing is central to ASP.NET Core MVC and there is a dedicated section for learning all that you need to know so that you can create effective routing for your site. We’ll discuss the Razor syntax for UI programming and work with the Entity Framework core and create a Database in the SQLLocalDb which is the new developer friendly Database server around in the block.

Just relax and watch this video as this course will take you inside the world of ASP.NET Core MVC and learn effortlessly all the critical and complex concepts without breaking any sweat. ASP.NET core MVC is made fun and easy here. Tackle any projects armed with the knowledge gained from this course with confidence.

Learn ASP.NET Core MVC through hands-on, real-world examples.

What You Will Learn

  • Get to know the concepts of ASP.NET MVC and build a new static web page using HTML, CSS, and jQuery
  • Construct a model for an ASP.NET Core MVC application
  • Build and run your first application
  • Understand the importance of Routing in MVC
  • Create Mock data for your website and set up DI Containers
  • Get an in-depth understanding of Views and Razor Syntax
  • Explore configuration of Entity Framework Core
Table of Contents

Setting Up Development Environment
1 The Course Overview
2 Setting Up the Environment
3 Visual Studio 2017 – Installation Walk-through

Quick Start – Build and Run Your First Application
4 Run Hello World Project
5 Installing ASP.NET MVC Core 2.0 and Visual Studio Code in Linux
6 ASP.NET Core from the Windows Command Line
7 Navigating the New Project Structure

Understanding Middleware and Startup
8 Exploring Middleware
9 Dependency Injection
10 Exploring IApplicationBuilder
11 IHostingEnvironment and Exception
12 Understanding Static File
13 Discover Logging

Routing
14 Understanding Routing
15 Working with Conventional Routing
16 Attribute Routing
17 Demo Creating a Custom Routing

Controllers
18 Introduction to the MVC Pattern
19 What Is a Controller
20 Demo Creating Our First Controller
21 Serving Views

Models
22 What Is a Model
23 Demo Creating a Model
24 Creating Mock Data
25 What Is View Model
26 Validating Models
27 Demo Validation
28 Motivating Validation
29 Doing Validation
30 Setting Up DI for Mock Repository

Views and Razor Syntax
31 What Is a View
32 Creating Views
33 Razor Syntax
34 More Razor Syntax
35 Using Razor Syntax in Our View
36 Completing the Order

Entity Framework Core
37 EF Core Overview
38 SQL Server Local Db
39 Installing Entity Framework
40 Repository and DbContext
41 Configuring EF Core
42 EF Core Data Migration