We are thinking of going with an n-tier architecture for a project that we are going to start. I just wanted to get an idea of naming conventions. I have read a couple of books and done some research
Similar questions have been asked before but not quite the same (unless I missed it) I want to pass IUserInfo class instance through my Service, Domain , Domain Events, Domain Event Handlers...
I\'m trying to implement DDD application with layered architecture. I have: Infrastructure layer - a layer which implements technology specific parts of the application.
When working with 5-tier architecture (front-end => interface tier => business tier => 开发者_运维问答database tier => database) using WCF service as the interface tier, having the client applications
I have been practicing DDD for a while now with the 4 distinct layers: Domain, Presentation, Application, and Infrastructure.Recently, I introduced a friend of mine to the DDD concept and he thought i
i will make a tiers diagram and need a software to creategraphic, 开发者_如何学Cneed some like this:
I\'m working on a unique windows desktop application that requires both a standalone and distributed deployment mode. In standalone mo开发者_如何学Cde the entire program will run on a single desktop m
I have this layers in my application: Entities Database(with Entities reference) Business(with database and Entities references)
How would one implement lazy loading in the context of three tiers?I understand the basic architecture of Presentation Layer, Business Layer, and Data Layer:
While I know there are many ways of doing this, I\'m just wondering if this is way off base. I have a solution that has three DLL\'s, UI (asp.net web application), Business layer, and DAL.So my code