forum

Home / DeveloperSection / Forums / How to implement n-layer architecture in MVC?

How to implement n-layer architecture in MVC?

Jayden Bell207907-Jan-2015

I know this question has been asked before. I am only asking so that I can get a better explanation. In my webforms applications, this is how I implemented my projects. The solution had two projects. The first project contains Data Access and Business Logic. The first project is referenced in the second project. The aspx.cs files call the business logic class and the business logic class calls the data access class.

I am trying to follow the same approach in my MVC applicaiton. How would I implement that? Controller calls Model which in turn calls Business logic? This approach would add overhead right?


Updated on 08-Jan-2015

Can you answer this question?


Answer

1 Answers

Liked By