Everyone loves unit testing. But testing persistence of entities is a bit different. You are testing a开发者_StackOverflow社区 process occurring across multiple layers using different languages. Your
By the way - with reference开发者_开发知识库 to data modelling I\'m referring to logical or conceptual data models - not physical ones.
I am designing the architecture for a module where a search takes place. the search takes some time, and I would like to have the UI to be responsive, so I get to delegate the retrieval of the data to
I have been reading up on DDD and I think I may be using services wrong or at least in a not so ideal way. My service classes tend to have quite a few instance variables containing repository referenc
We are trying to come up with an API and serve data-intensive services to potential users. Our scenario: we are more of less a data vendor where we store massive amount of data in normalized database
What is the relationship between Doma开发者_如何学Pythonin-driven design (DDD) and \"The Onion Architecture\" of Jeffrey Palermo?If you look at the image that describes the onion architecture in the l
VS 2010 / C# Trying to organize a solution and looking for options for naming the project that will host the interfaces for the repository.
I\'ve been trying to figure out the best way to model this entity, and I\'m getting stuck. Here\'s the basic use case/story:
Please consider the domain model shown below (simplified for brevity - no ids etc.)A Customer can comment on a Product only once.Lets assume (for reasons I don\'t want to get into here) that the Custo
Not sure what happened to Bold/Eco during the Borland/Codegear/Embarcadero transition but I sure miss it in the newer开发者_如何学运维 versions of Delphi. Anyone know of a framework that comes close?