Reference To This Q开发者_开发知识库uestion Where one should put the DQL queries? In a service class, or in a controller or maybe in a repository class?
A ver开发者_JAVA技巧y common use case in many web applications is that domain objects can be ordered by a user in the web interface - and that order is persisted for later; but I\'ve noticed that ever
Im working on a fairly light weight client application (desktop app in .Net as connect to other applications maybe needed in the future) for tracking of RMAs within a business for the engineers, engin
sorry for my English. I previously posted this question as: Multiple ViewModels request same domain object, should I gi开发者_如何转开发ve them the same/different instance(s)?
I have the need to model out a gaming tournament. The conce开发者_Python百科pt is there are Seasons, and each Season starts with 50 Players that are broken into 5 Divisions of 10. Each Division is a r
I am trying to implement the composite specification pattern, as per the Specifications Document by Fowler and Evans.
I\'m trying to figure out how to accomplish the following: User can have many Websites What I need to do before adding a 开发者_如何转开发new website to a user, is to take the website URL and pass
I am working on a .NET 4 MVC 3 application.I\'m trying to follow a domain driven design paradigm.Right now, my application is broken into two pieces, a domain and my MVC code for the web.I\'d like som
I thought in the past that my Domain objects shouldn\'t contain repositories calls in its method. However I faced with following issue.
Recently, i was thinking about how to use message to implement the domain object collaboration. And now i have some thoughts: