Understanding Domain Services vs. Application Services vs. Behavior (Methods) in Domain Entities...
Read MoreProper Type for Date Object That Needs to be a LocalDate...
Read MoreHow to avoid many service methods each one for a different query...
Read Moreputting complex, multi-domain related logic: in Service layer or in model itself?...
Read Morewhat's the difference between service layer and domain model layer...
Read MoreInject Dependencies without Interfaces Defined nLayer...
Read MoreWhat to return from service to ASP MVC web app?...
Read MoreBreeze: EFContextProvider/Breeze Controller and Service Layer...
Read MoreSave and returning newly created object while employing Service and Entity Framework 4.1?...
Read MoreWhere should I place the application logic for login functionality?...
Read MoreASP.NET MVC service layer input output data...
Read MoreShould ServiceStack be the service layer in an MVC application or should it call the service layer?...
Read MoreHow to make ServiceStack work with existing MVC/Service/Repository pattern...
Read MoreCreate service response in web method, service layer or DAO layer?...
Read MoreProper place for validation code in a service?...
Read MoreService layer in spring - autowire all services...
Read MoreDTO's and calls between services...
Read MoreASP.NET MVC client validation from Service Layer...
Read MoreProper way to dependency inject authenticated user to my repository class...
Read MoreMoving MVC-style service layer under WCF...
Read MoreDomain services and application services for graphics-based applications...
Read MoreUnable to Update Many to Many Relationship. Entity Framework Code First...
Read More.NET MVC Best practices as far as keeping the controller from being very unreadable...
Read MoreShould you return a BindingList from a business layer (or service layer, domain model, etc.)?...
Read MorePut this logic into a Repository or a Service...
Read MoreWork around for Generics and Dynamic arguments...
Read MoreShare DbContext across Repositories in MVC Web App...
Read MoreWho is responsible for parsing? The controller or service layer?...
Read More