1. Introduction
  • Introduction to myself and the course
  • What is MVC and why MVC?
  • Installing Visual Studio
  • Installing SQL Server 2017
  • GitHub Code Repository
  • What we would be building
  • First MVC application
  • Going through folders and files of MVC Project
  • Razor in MVC
  • Action Result in MVC
  • LINQ Introduction
  • LINQ Basic Quiz
  • Entity Framework Introduction
  • URL Pattern and routing in MVC
  • Classes in Project
  • Admin Menu
  • MVC Basics Quiz
Genre
  • What will we cover
  • Create Book and Genre Model
  • Add Book and Genre to Database
  • Create Genre Controller and View
  • Partial Views for Buttons
  • Table Button Partial View
  • 6 Genre Detail View
  • Partial View for Edit Button
  • Genre Edit and Delete
  • Resources
  • Css Designing
  • Genre Summary
  • MVC Quiz Part 2
Book
  • What we will cover?
  • Add Book Controller and View
  • Modifying Book Index View
  • Modifying Book Edit View
  • Modifying Book Details and Delete View
  • Modifying Book Controller Part 1
  • Modifying Book Controller Part 2
  • Modifying Edit Delete and Details Book View
  • Create Books in Database
Membership Type
  • What we will cover?
  • Create Membership Model
  • Membership Type CRUD Operations
  • Adding fields to Users Table
  • Creating Thumbnail Model And View Model
  • Creating Index View for Home Controller using Thumbnail
  • Thumbnail CSS
  • Search button on home page
  • Registeration Page View Changes
  • Registeration Page Post Method
  • Manage Account Page
  • Manage Account Edit View
Users
  • What we will cover?
  • Create User View Model
  • Create Users Controller
  • Create Index View
  • Create Users Edit, Delete and Detials View
  • Social Logins Part 1
  • Social Login Part 2
  • Modifications to the View
Book Rental
  • What we will cover?
  • Create BookRent Model
  • Create BookRent View Model
  • Create Book Detail Controller
  • Create Book Detail View
  • Adding Style to Book Detail
  • Create Book and Users API
  • Create Book Rent Controller
  • Create BookRent View
  • Type Ahead
  • Add Script to BookRent Create View
  • Making Changes To Scripts
  • Create BookRent Index Action
  • Final Book Rent Index View
  • Reserve Action
  • Add Pagination and Search to Index
  • Understand Buttons and Status in Book Rental Index
  • Adding Buttons in Book Rent Index View
  • Add Details Action for Book Rent controller
  • Create Details View for Book Rent
  • Add Decline Action for BookRent Controller
  • Add Decline View for Book Rent
  • Approve Pickup Return Action and View for BookRent Part 1
  • Approve Pickup Return Action and View for BookRent Part 2
  • Delete Action and View for Book Rent
Authorization
  • What we will cover?
  • Authorization
  • Assignment
Wrap Up
  • Congratulations