Is the ASP.NET MVC web layer supposed to reference the nHibernate .dlls?...
Read Moremvc selectlist separation of concerns...
Read MoreDoes user input go to the controller or model?...
Read MoreBest Design Pattern for HttpRequestDispatcher?...
Read MoreIs passing ORM entities into templates acceptable in MVC pattern frameworks?...
Read MoreHow can I create a .NET 4.0 web service project in Visual Studio 2010 Pro?...
Read MoreSeparating Progress Tracking and Loop Logic...
Read MoreQuestion about Constants for data lookup...
Read MoreIn a MVC tiered architecture a Repository class is part of the Business layer or not?...
Read MoreHow do you decide if something goes in the view or the controller? (Zend Framework)...
Read MoreASP.NET MVC Architecture - Generic repository pattern...
Read MoreHow to best keep my controllers view agnostic?...
Read MoreWhere should 'CreateMap' statements go?...
Read MoreASP.NET MVC 3 RemoteAttribute and Separation of concerns...
Read MoreASP.Net MVC How to separate view models from DB models?...
Read MoreDoes validation in CQRS have to occur separately once in the UI, and once in the business domain?...
Read MoreASP.NET MVC 3: Using Enumerable extension methods in the view...
Read MoreRemoving ASP.net Session calls from business logic...
Read MoreProper Repository Design, Attaching one Object to Another...
Read Moredoes dataannotations violate separation of concerns? - asp.net mvc...
Read MorePersistence encapsulated via the domain, or persistence via the Repository?...
Read MoreWhere does my CRUD LINQ Code Go? ASP.NET MVC...
Read MoreSeparation of concerns - where to flush() in a MVC structure (controller vs servicelayer)...
Read MoreClass should support an interface but this requires adding logic to the class in an intrusive way. C...
Read MoreDoes Queryability and Lazy Loading in C# blur the lines of Data Access vs Business Logic?...
Read MoreHow to access Session values from layers beneath the web application layer...
Read MoreSeparated Presentation on a UI Centric Application...
Read MoreMVVM what part of pattern responsible for grouping of datagrid...
Read MoreSeparation of concerns dilemma in Rails...
Read More