Users Pricing

forum

Home Forums How to implement n-layer architecture in MVC? – MindStick

How to implement n-layer architecture in MVC?

Jayden Bell 2492 07 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?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md