Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in service-layer

Implementing the Repository Pattern in ASP.NET MVC

ObservableCollection in the service layer of the WPF MVVM application

Correct way of implementing a service layer in CodeIgniter applications

Am I using service layer correctly?

How to pass complex ViewModel to Service Layer in ASP.NET MVC?

asp.net-mvc service-layer

Service layer in java swing application

Spring security securing the service layer, the web-service layer or both?

Responsibilities of Service and Repository layers

Should Service Layer methods expect instances or id's?

How can I pass service layer validation messages back to the caller?

Should an entity service class call another entity's service or its repository

repository service-layer

Separation of validator and service with external API calls

How should be my Service method signature?

Service layer vs business layer - differences?

How should EntityManager be used in a nicely decoupled service layer and data access layer?

Laravel patterns - Usage of jobs vs services

Domain Model and Service Layer patterns in P of EAA

Designing service layer classes in PHP

Where to put business logic in DDD

Should service layer accept a DTO or a custom request object from the controller?

rest dto service-layer