Concepts

What does your user need to understand about your project in order to use it - or potentially contribute to it?

Develop ASP.NET Core MVC apps

ASP.NET Core is a cross-platform, open-source framework for building modern cloud-optimized web applications.

MVC - Model View Controller

The model-view-controller (MVC) pattern divides an application into three components: A model, a view, and a controller.

Layered Architecture

Layered Architectures break a codebase up into areas according to responsibilities or concerns.

Authentication

Authentication is the process of determining a user’s identity.

Authentication

Lead in description for Identity

DTO - Data Transfer Objects

Learn about Data Transfer Objects (Also known as ViewModels in Asp.NET MVC).

Last modified March 13, 2022: Added the entire seeder code (f8c545e)