Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 366 Bytes

File metadata and controls

15 lines (9 loc) · 366 Bytes

Introduction

.NET Core command line (CLI) to optimize development the data access layer using Entity Framework Core.

  • Create the entity configuration to database
  • Create the class base, context and unit of work
  • Create the entity interface and repository

Development

  • .Net Core 3.1 Console Application

Documentation