Peprsitory pattern in .Net Core 3.1 Implemented the right way Repository Pattern? Yep. N-Tier Architecture? Covered! Its here!
If you're looking to learn Repository Pattern, N-Tier architecture in record time with ASP.NET Core Web.Api 3.1 you're in the right place! You'll find absolutely no filler content here, only direct, accurate, and concise explanations of exactly how to build professional ASP.NET Core applications.
This is an Intermediate to Advance project on ASP.NET Core 3.1 that will take you from basics all the way to advance mode. This project is for anyone who is familiar with ASP.NET Core basics and wants to know how to architect and code real-world applications in ASP.NET Core 3.1. Learn the structure of ASP NET Core 3.1 Project
Learn basic security of ASP NET Core 3.1
Build applications using ASP NET Core 3.1 using WEBAPI
Repository Pattern
N-Tier Architecture
Integrate Identity Framework and learn how to add more fields to Users
Integrate Entity Framework along with db first model
PM> dotnet ef dbcontext scaffold "Server=(localdb)\mssqllocaldb;Database=NetCoreDb;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer --project unityOfWork.DTO
Authentication and Authorization in ASP.NET Core 3.1
Sessions in ASP.NET Core 3.1
JWToken Authentication
Custom Midleware Wrapper
Real time application using Signal R and Quartz.net as job scheduler