Problem In my presentation layer I use an MVC pattern with DI to achieve thin controllers like so: public class […]
Tag: n-tier
Best place to locate filters in MVC n-layer web application and should I use services/repositories in them?
Problem I am a little confused over which layers my filters should be contained in with an n-layer web application. […]
N-tier application with BAL and DAL methods
Problem I was just asking this question over here. I’m on a project in which I’m failing to see the […]
MVC N-Tier Architecture
Problem I am working on a new MVC web application, so the project is in early stages. I have created […]