App Link (sorry it's free host 😋)
-
Repository Pattern ✨
-
Unit of Work ✨
-
Dependency Injection ✨
-
IoC (Inversion of Control) Containers ✨
-
N-Tier Architecture:
- BusinessLogic
- Services
- DataAccess
- Repositories
- Entity
- Presentation
- BusinessLogic
-
Entity Framework Core:
- Code-First
- Migrations
- Lazy, Eager, Explicit Loading ✨
- FluentAPI ✨
- Auto Mapper ✨
- FluentValidation ✨
- View Model & DTOs ✨
-
Identity Core:
- Claims/ClaimsPrincipal ✨
- Cookie ✨
- Role based Authorization ✨
-
SignalR ✨
- Real-time Communication (chat) ✨
-
Application Settings/Configurations ✨
- Environment variables ✨
- appsettings.json ✨
- appsettings.Development.json ✨
- appsettings.Production.json ✨
-
MVC (best practices)
- Tag Helpers ✨
- Areas ✨
-
jQuery ✨
-
Bootstrap 5
-
HTML5
-
CSS