I have Person aggregate, which is root aggregate public class Person { private int id; private readonly PersonID personID;
I am exploring sharp architecture, and have seen that it is actually passing the entities around to other layer (as far as presentation layers). S开发者_高级运维houldn\'t it be exposing interfaces of
I\'m currently porting a massive, ancient, Oracle Forms app over to JSF & I need to make decisions on the domain model.
Summary I have to modernize an application written in FORTRAN that, in short, is responsible for demographic projections through years. As such, I have an initial population given as an input. This
What would be the drawback (in terms of testability for example) to the following approach which intends to get the best from Active Record pattern and Repository pattern ?
I have a service assembly with multiple service classes.Each class groups a set of related service methods.These services are instantiated using IoC and constructor injectors.
I have some trouble with the repository pattern. Or maybe just some unclear points. For sake of these questions I have a simple example domain with two entity aggregates.
I have, what I think is a very well structured project, finally. After reading Fowler\'s onion architectu开发者_JAVA百科re, learning Ninject for IOC/DI and tweaking my Psuedo repository classes, I am
Hi I\'m struggling do refine/refactoring a domain model and trying to move logic from application services into my domain model. Now I\'m stuck with a NHibernate issue.
I know that L2S is not designed to map custom/POCO types to L2S-entity types without the object initializer syntax. But is there a back-book way to achieve this so that i can project into开发者_高级运