What folder structure for the dll project in . net framework that I will play in the main project

Asked

Viewed 64 times

0

I have a vs2017 solution with a main project that will use a dll project as a reference.

I created the model, business and repository folders in the dll project Main project use a dll in the main class.

What goes in each dll folder?

model
 -Pessoa
 -Ipessoa
Negocio
 ? - Preciso deste??
 ?
Repositorio
 -Repositorio - class
 -IRepositorio - interface

I can use normally, but what I need to use the business folder?

Create a soh class to make available? Or use direct repository?

  • Repositorio goes its database structuring mapping, model accesses the database data , business I create that should be structure to where you do the logicia part of access a look in DDD that should be what you are looking for, Domain Design is very intressante and broad

  • Thanks I’ll take a look!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.