I am having some troubles thinking through a design issue and thought that the community may be able to help point me in the right direction. I am modeling an employee management system for my company
In my latest ASP.NET MVC 2 application I have been trying to put into practice the concepts of Domain Driven Design (DDD), the Single Responsibility Principle (SRP), Inversion of Control (IoC), and Te
For a rich domain driven design I want to use Guice dependency injection on JPA/Hibernate entity beans. I am looking for a similar solution as the Spring @configurable annotation for non-Spring beans.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Hi there I am using Fluent Nhibernate and I\'d like to write tests for my mappings as shown below. I have a scenario where I have a User class and a UserProfile class
DDD Newbie question: I read in a blog somewhere that in a scenario where objects are closely associated with each other in a domain driven design, and where one object based on some complicated busin
I am on a tight schedule 开发者_StackOverflow中文版with my project so don\'t have time to read books to understand it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to get a handle on good DDD principles, so pardon this question if it is noobish. Take an Author object that has a Books collection.I want an IsAwardWinningAuthor property on my Author, w
I\'m using Entity Framework 4. I\'m not really sure where the responsibility of setting a user\'s password should be. I thought about on the Repository like SetPasswo开发者_开发知识库rd(User user, str