D
DKode
I have 2 projects in a solution:
Web
EmployeeManagement
The namespace for Web is : CompanyName.Hybrid.Web
The namespace for EmployeeManagement is just : CompanyName.Hybrid
EmployeeManagement is a class library.
When I am setting up the namespaces, is there any benefit in making
the namespace for employeemanagement something like :
CompanyName.Hybrid.Business since the business rules are declared in
this layer, or is the namespaces private to that particular project?
thank you.
Web
EmployeeManagement
The namespace for Web is : CompanyName.Hybrid.Web
The namespace for EmployeeManagement is just : CompanyName.Hybrid
EmployeeManagement is a class library.
When I am setting up the namespaces, is there any benefit in making
the namespace for employeemanagement something like :
CompanyName.Hybrid.Business since the business rules are declared in
this layer, or is the namespaces private to that particular project?
thank you.