Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in n-tier-architecture

Where to place Business Entities, Enums, Custom exceptions?

SQL Server CLR stored procedures in data processing tasks - good or evil?

Dependency Injection - Does it violate Separation of Concerns?

How To Maintain Transaction in N-Tier Architecture

n-tier architecture: best place to store business objects?

ASP.Net MVC and N-Tier

Application architecture - Transactions w/ RavenDB

Can anybody explain these words.Presentation Tier .Business Tier .Integration Tier in java EE with example?

How to architect this ASP.NET n-tier solution?

DTO's, DAO or Service layer?

Mvc4: N tier architecture

where to handle DTO<->business object conversion

Entity and N-Tier architecture in C#

c# n-tier-architecture

Where should connection strings be stored in a n-tier asp.net application

N-tier architecture transacions handling

AutoMapper+xUnit: Missing type map configuration or unsupported mapping

In onion, hexagonal, or clean architecture, can a domain model contain different properties than the domain model in the database?

How to design a business logic layer

Where to put sql when using dapper?