lundi 11 septembre 2017

ASP.NET Boilerplate Domain Layer appears to contain non-Domain classes

I have recently done some analysis of ASP.Net Boilerplate (http://ift.tt/2oIaEfn). I have noticed that the domain layer (MyProject.Core) has folders for the following (these are created by default):

    Authorization
    Confirguration
    Editions
    Features
    Identity
    Localization
    MultiTenancy
    etc

Why would you put all of this in the Domain Layer of an application? From what I can see; I believe most of this code should be found in the Application Layer (which could also be the service layer).

Aucun commentaire:

Enregistrer un commentaire