Overview
Syllabus
Intro
What we will build in this video
Intro to the section
The Tools you will need
Introduction to .NET Core
Creating an ASP.NET Core Project
Project File and Program File
Dependency Injection
Startup file, .Net Core Pipeline and Middleware
Routing in MVC
Launchsettings, AppSettings, WWWRoot
What exactly is MVC
Shared Folder as well as ViewImports and ViewStart
Intro To the Controller Chapter
Creating your own controller in ASP.NET Core MVC
Creating your own view in ASP.NET Core MVC
Routing Explained
Conventional Routing
Attribute Based Routing
Controller Actions
Pass Values to Actions
Action Return Types
Intro Chapter Models
Model in MVC
Code First Approach and Migration
Setting up the Connection String
Setting up DBContext as Well es Entity Framework Core
Setting up DBContext in our startup File in ASP.NET Core MVC
Push our items to the Database, Migrations and checking the DB
Add a controller to our borrowed items
Passing Data to the Controller in ASP.NET Core MVC
Displaying our Data using HTML and Bootstrap
Add new columns to Database
Create Page and Button editing
Designing the create item page
Creating the Entry in the Database
Challenge - Expenses
Challenge Expenses - Solution
Server Side and Client Side validation
Delete Entry in Database
Update Entry in Databse
Taught by
tutorialsEU