Victoralm / EF-Core_Dapper_Tutorial

Entity Framework and Dapper Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EF-Core_Dapper_Tutorial

Entity Framework Core and Dapper Tutorial

BackEnd

Documentation pages made with Doxygen (with Graphviz dependency to generate the class diagrams)

Personal notes

Ideally, the following files should be at the Persistence layer:

Ideally, the following files should be at the Application layer (that doesn't exist in the tutorial):

The methods that deals with HTTP requests

The file EF-CoreDapperTuto.API/Controllers/EmployeeController.cs contains all the implementation of the sql queries... Ideally, it should be done on the Persistence layer. Then called by another method on the Application layer, that would be used by the API layer (the controller).

Omnisharp

Sometimes it drives me nuts... 😜

About

Entity Framework and Dapper Tutorial

License:Apache License 2.0


Languages

Language:HTML 85.2%Language:JavaScript 8.8%Language:CSS 3.8%Language:C# 2.1%