This application demonstrates all 4 CRUD operations (Create Read, Update, Delete) and several CD (Clean Design) principles in a simple ASP.NET Core applications(MVC,Razor Pages, Blazor) and WebApi project using shared Domain model.
The current version of Enterprise .NET Core solution on Github includes a shared .NET Standard Class Library, used by multiple web app projects. The web apps include:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Shared domain uses Entity Framewrok Core In-Memory database, so connection string required.
What things you need to run the application
- Visual Studio 2019
- .Net 5, ASP.NET Core Framework