Course curriculum

  1. 01
    • Course Introduction

    • Course Curriculum

    • How to Get course requirements

    • Getting Started on Windows, Linux or Mac

    • How to Ask great Questions

    • FAQ’s

  2. 02
    • Section Introduction

    • What you can build with ASP.NET Core

    • What is ASP.NET Core

    • How to get Visual Studio

    • Installing Visual Studio and ASP.NET

    • Creating New project

    • Summary

  3. 03
    • Section Introduction

    • HTML Overview

    • Paragraph

    • HTML List Items

    • Forms

    • CSS Overview

    • CSS Internal

    • CSS External

    • CSS Forms

    • Bootstrap Overview

    • First Bootstrap Website

    • Bootstrap Grids System

    • Bootstrap Cards

    • Summary

  4. 04
    • Section Introduction

    • Source Code Reference

    • MVC – Model View Controller

    • Create a MVC project

    • Exploring the MVC Template

  5. 05
    • Add A Controller

    • URL Routing logic

  6. 06
    • Add a view

    • Change views and layout pages

    • Passing Data from Controller To View

  7. 07
    • Add a model

    • Add Entity Framework packages

    • Scaffold movie pages-CRUD

  8. 08
    • Initial migration

    • Generated database context class

    • Dependency injection

    • Database connection String

    • Summary

  9. 09
    • Section Introduction

    • SQL Server Express Local DB

    • Seed The Database

    • Add The Seed Initializer

    • Summary

  10. 10
    • Section Introduction

    • Add Search method to Controller

    • Add Search To page

    • Search By Parameter

    • Summary

  11. 11
    • Section Introduction

    • Add A New Field To Model

    • Add-Migration

    • Update Database

    • Summary

  12. 12
    • Add Validation Rules To Model

    • Required And Minimum Length

    • Regular Expression

    • Range

    • String Length

    • Validation on Error UI

    • Enable JavaScript on Browser

  13. 13
    • Code Review on Details method

    • Code Review on Delete method

    • Source File