Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in service-layer

Design Patterns - Service Layer

Is it appropriate to use IHttpcontextAccessor in service layer? [closed]

How to using DRY and service layer in Lumen?

Service Layer/Repository Pattern

How to make ServiceStack work with existing MVC/Service/Repository pattern

Where to put OAuth logic?

Access Repository through Service or directly?

How to use model types between projects?

c# asp.net service-layer

Doctrine2 Best Practice, Should Entities use Services?

What part of project to test first?

Should I use service fore each controller's each function or work with models directly in controller?

DDD: what are the OOP alternatives for procedural Application Services?

What methods should be written in the Service Layer?

Repository pattern and collection error handling

Where should I be saving a model in Laravel MVC?

AutoMapper in Service Layer

Understanding and Using "Service Layers" - .NET MVC 5

Help creating a flexible base 'find' method in a service class using the DRY principle

DTO's and calls between services