- Notifications
You must be signed in to change notification settings - Fork5
Sullivan008/CSharp-ASP.NET_Core_MVC-SimpleCRUDExample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
C# - ASP.NET .NET Core MVC - Simple CRUD Example Application with Repository and Unit of Work Pattern. [Year of Development: 2019 and 2020]
About the application technologies and operation:
- Programming Language: C#
- FrontEnd Side: ASP.NET MVC - .NET Core 2.2
- BackEnd Side: .NET Core 2.2
- Descriptive Language: HTML5
- Style Description Language: CSS (Bootstrap 4.3.1)
- Database: SQLite In Memory Provider (Code First Database Migration)
- Other used modul:
- ASP.NET Identity Core
- SQLite In Memory Provider
- SimpleCRUDExample:
- Includes the FrontEnd Side of the application.
- Includes IoC DI Registers, with separate configuration files.
- Includes Middlewares.
- Data.DataAccessLayer:
- Includes the Database Context.
- Includes the Database Entities.
- Core.ApplicationCore:
- Includes classes and interfaces required for Generic Repository Pattern.
- Includes classes and interfaces required for Unity of Work.
- Includes classes and interfaces required for BackEndException Handler.
- Core.Common:
- Includes the DTOs used for the application.
- Business.Engine:
- Includes the necessary classes and interfaces to implement Business Logic.
- Each Controller has it's own BL interface and class.
Restore necessary Packages on the selected project, run the following command inPM Console
Update-Package -reinstall
The purpose of the web application is to list, create, modify an d delete Formula One Teams. The creation, modification and deletion are only possible after login!
The Formula One team as an entity, has the following characteristics: Name, Year of Establishment, Number of World Championships Won and Have you paid the entry fee.
- How to implementGeneric Repository Pattern.
- How to implementGeneric Unit of Work Pattern.
- How to useIoC Container inASP.NET Core.
- How to implementMiddlewares inASP.NET Core.
- How to separateIoC Container Configurations inASP.NET Core.
- How to implement and register and usingAutoMapper inASP.NET Core.
About
C# - ASP.NET .NET Core MVC - Simple CRUD Example Application with Repository and Unit of Work Pattern. [Year of Development: 2019 and 2020]
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.