C#C
C#3y ago
3 replies
Mateus Cerqueira

Db Connection

Good afternoon guys, I need some help setting up the database connection for my project.

I have the knowledge to do it in an amateur way, but a few months ago I started a course and I feel that things are evolving, and in this course we haven't gotten to the implementation of the Db in the project, and to test and get ahead I've been trying to figure out the best way to do it.

My project is divided into
- Application (Services/Dtos/Contracts).
- Domain.
- Infra (Data/IoC/Contracts).
- Presentation (Asp.Net MVC).

The big question for me is how I'm going to make the connection and where.
I don't intend to use the Entity Framework just yet

I'd be grateful if anyone could shed some light on this.
Screenshot_1.png
Was this page helpful?