Kudvenkat
Last updated
Last updated
The following topics are discussed in this course
ASP.NET Core Tutorial
Setting up machine for asp.net core development
Creating asp.net core web application
ASP.NET core project file
Main method in asp.net core
ASP.NET Core in process hosting
ASP.NET Core out of process hosting
ASP.NET Core launchsettings.json file
ASP.NET Core appsettings.json file
Middleware in ASP.NET Core
Configure ASP.NET Core request processing pipeline
Static Files in ASP.NET Core
ASP.NET Core developer exception page
ASP.NET Core Environment Variables
ASP.NET Core MVC tutorial
Setup MVC in ASP.NET
ASP.NET Core AddMvc vs AddMvcCore
Model in ASP.NET Core MVC
ASP.NET Core dependency injection tutorial
Controller in ASP.NET Core MVC
Views in ASP.NET Core MVC
Customize view discovery in asp.net core mvc
Passing data to view in ASP.NET Core MVC
ViewBag in ASP.NET Core MVC
Strongly Typed View in ASP.NET Core MVC
ViewModel in ASP.NET Core MVC
List view in asp.net core mvc
Layout view in asp.net core mvc
Sections in layout page in ASP.NET Core MVC
_ViewStart.cshtml in ASP.NET Core MVC
_ViewImports.cshtml in ASP.NET Core MVC
Routing in ASP.NET Core MVC
Attribute Routing in ASP NET Core MVC
Install and use Bootstrap in ASP.NET Core
Tag helpers in asp.net core
Why use tag helpers
ASP.NET Core Image tag helper
ASP.NET Core Environment Tag Helper
Bootstrap navigation menu in asp.net core application
Form tag helpers in asp.net core
ASP.NET Core Model Binding
ASP.NET Core model validation
Select list validation in asp.net core
AddSingleton vs AddScoped vs AddTransient
Introduction to entity framework core
Install entity framework core in visual studio
DbContext in entity framework core
Using sql server with entity framework core
Repository pattern in asp.net core
Entity framework core migrations
Entity framework core seed data
Keeping domain models and database schema in sync in asp.net core
File upload in asp net.core mvc
Upload multiple files in asp.net core mvc
Edit view in asp.net core mvc
httppost edit action in asp.net core mvc
Handling 404 not found in asp.net core mvc
Centralised 404 error handling in ASP.NET Core
UseStatusCodePagesWithRedirects vs UseStatusCodePagesWithReExecute
Global exception handling in asp.net core mvc
Logging in ASP.NET Core
Logging exceptions in ASP.NET Core
Logging to file in asp.net core using nlog
ASP.NET Core LogLevel configuration
ASP.NET Core Identity tutorial from scratch
Register new user using asp.net core identity
ASP.NET Core Identity UserManager and SignInManager
ASP.NET core identity password complexity
Show or hide login and logout links based on login status in asp.net core
Implementing login functionality in asp.net core
Authorization in ASP.NET Core
Redirect user to original url after login in asp.net core
Open redirect vulnerability example
ASP.NET Core client side validation
ASP.NET core remote validation
Custom validation attribute in asp.net core
Extend IdentityUser in ASP.NET Core
Creating roles in asp.net core
Get list of roles in asp.net core
Edit role in asp.net core
Add or remove users from role in asp.net core
ASP.NET Core role based authorization
Show or hide navigation menu based on user role in asp.net core
List all users from asp.net core identity database
Edit identity user in asp.net core
Delete identity user in asp.net core
ASP.NET Core delete confirmation
Delete identity role in asp.net core
Enforce ON DELETE NO ACTION in entity framework core
Custom error page in asp.net core
Manage user roles in asp.net core identity
Model binding not working on submitting razor view with foreach loop
Manage user claims in asp.net core
Claims based authorization in asp.net core
Role based authorization vs claims based authorization in asp.net core
Authorization in views in asp.net core mvc
Change AccessDenied route in ASP.NET Core
Claim type and claim value in claims policy based authorization in asp.net core