Generate New Source from Codebase (edit)
Dapper in ASP.NET Core with Repository Pattern - Detailed (codewithmukesh.com)
Dapper And Repository Pattern In Web API (c-sharpcorner.com)
Dapper and Repository Pattern in Web API | Mukesh Kumar
Using a Dapper Base Repository in C# to Improve Readability (exceptionnotfound.net)
Implementing a Generic Dapper Repository in ASP.NET Core (exceptionnotfound.net)
phnx47/dapper-repositories: CRUD for Dapper (github.com)
manhng83/consonle-mvc-dapper-mysql-oracle (github.com)
- Dapper
- Dapper.Oracle
- MySQL
- MySqlConnector
- Oracle
- Oracle.ManagedDataAccess
- Log4Net
- ASP.NET MVC 5 Web Application
- Console Application (C#) with passing -action parameter
- Autofac
- Redis Cache
- Repository
- DapperRepository.Core: Placing related data interfaces and entity objects, caches, and public classes
- DapperRepository.Data: Data manipulation layer, implementing specific Repository and database connection and access
- DapperRepository.Services: Business logic layer, processing related business logic
- DapperRepository.Web: client operation
Environment:
- Windows Server 2016
- .NET Framework 4.6.1
- Console Application (C#)
- OOP: Lập trình hướng đối tượng
- SOLID Design Principles: (S)(I)(D)
- Dapper: thư viện hỗ trợ thực hiện CRUD với các database Oracle, MySQL
- MySQL: Database MySQL
- Oracle: Database Oracle
- Log4net: thư viện hỗ trợ log files
- Send Mail sử dụng SMTP protocol
- ASP.NET MVC 5 Web Application (C#)
- IIS 10 on Windows Server 2016
How to Host a Website on IIS server on Windows Server 2016 (techpanther.in)