Moving MVC-style service layer under WCF...
Read MoreAppropriate way for business logic layer to deal with its neighbors?...
Read MorePassing Business Objects from a WCF Operation (service Layer to Data Layer)...
Read MoreLinq To Sql - Making a dynamic search for the Application layer without exposing DAL layer as DLL...
Read MoreSubstitute Models from MVC with existing Data and/or Business Layer?...
Read MoreShould you return a BindingList from a business layer (or service layer, domain model, etc.)?...
Read MorePassing business entities through layers in multi layer architecture...
Read MoreIn MVP can the model be shared by the BLL...
Read MoreHow to model core business logic and specializations for multiple applications?...
Read MoreOne Data Access Layer serving multiple Business Layers? or not?...
Read MoreEF4 complex Select(): Return IEnumerable or IEnumerable<MyCustomDto> from Business Tier?...
Read MoreHow to access DataSet From BLL in c#...
Read MoreMVC with EF solution design in large projects...
Read Morebusiness layer or presentation layer...
Read MoreEntity Framework DAL, BLL with Repository Pattern...
Read MoreShould Business Logic Layer access the DB/Data Access Layer?...
Read MoreDoes "Save" method belong to the Business Domain Entity?...
Read MoreHow should I retrieve the logged in User from session and pass it to my Business Layer?...
Read Moregridview not showing values via BLL?...
Read MoreShould I be using Data Access and Business Logic inside my BLL class when using Linq To SQL...
Read MoreMoving a function from code behind to Business Logic Layer Class...
Read MoreShould I use this function in my code behind or BusinessLogic Class...
Read MoreHow do you deal with Service methods on 2 very similar sql tables...
Read MoreHow to use Entity Framework(4) compiled queries in an n-tier layered application?...
Read MoreHow to design DAL/BAL to support Lazy loading using POCO without using Entity framework...
Read MoreName of an intermediary class that represents the data in another class...
Read More