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
– Marcos Brinner
Thanks I’ll take a look!
– Raphael Vitor