mvc project architecture

 

MVC Project Architecture

ProjectName.Core : Business logic for an application - class library project

ProjectName.Data: Back-end access - class library project

ProjectName.services : Service call interaction - class library project

ProjectName.SharedLibraries : commonly used class, and interface, static class - class library project

ProjectName.Web : MVC application

    OR

ProjectName.Common : commonly used class, and interface, static class - class library project

ProjectName.DAL: Business logic for an application - class library project

ProjectName.Data: Back-end access - class library project

ProjectName.API: WEB API MVC application

ProjectName.Web : MVC application



Post a Comment

0 Comments