I have a situation where I have a Common.Domain.Person and Specific.Domain.Person. First one should be provided as a part of a common package.
Is that a good practice to sto开发者_运维技巧re the objects of the domain model in the PHP session ?
Did anybo开发者_如何转开发dy see a domain model (information model) of Microsoft TFS (team foundation server)? Where it can be found? I need to understand ability to integrate it with other product.Th
I have an entity, equivalent to a task, that can have multiple states. The \"task\" can either be in a pending, passed, or failed state. Each one of these states will also have some unique data. For i
We have an application that, along with many things, does some changes to Active Directory (add/remove user from group, change attribute values on user, etc).
I wonder how could I obtain an automatic mapping between entities generated by entity framework (.NET Framework 3.5 SP1) and custom domain model classes? I know I can create some data converters that
What I\'m trying to do is create a domain model with a Plain Old PHP Object. The I\'m creating a library which will do all the infrastructure stuff.
Hey guys - here\'s a question on Zend Framework or better on MVC in general: I am asking myself for a quiet a long time now, if it is a good idea to push business objects (User, Team, etc.) to my vie
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.