ddd-repositories
How update an entity inside Aggregate
I have an aggregate named Campaigns every with a root entity named campaign, this root entity has a list of attempts (entity)[详细]
2023-03-18 22:44 分类:问答DDD: Repositories calling Application Services
This forms part of a series based around me getting my head around DDD :) Following on from a previous question, but the background knowledge is not needed: System consuming WCF services from another[详细]
2023-03-17 11:30 分类:问答Should the implementation of repositories be isolated like their coresponding aggregates?
The benifit of having repositories when using DDD is that they allows one to design a domain model without worrying about how objects will be persisted. It also allows the final product to be more fle[详细]
2023-03-12 02:03 分类:问答Bug Tracker Architecture
I am creating a Bug Tracker application (toy one) with DDD in mind. I have a BugRepository with methods like Add / Delete / Save and a user Repository having the same kind of methods (Actually both de[详细]
2023-03-10 09:26 分类:问答DDD, BoundedContexts, Domain Events and Transactions
I am currently in the process of creating a Proof of Concept for a product/party administration system, based on the principles of DDD. One of the requirements is that the party data (customer, resell[详细]
2023-03-09 07:03 分类:问答Should I use DDD aggregate root repositories with EF 4.1 + LINQ?
I\'ve read DDD Evans, and I\' experimenting with an aggregate root repository design using C# and Entity Framework 4.1 + LINQ.[详细]
2023-03-07 05:35 分类:问答DDD, Repositories and Role Interfaces
I would really appreciate peoples opinions on the below design problem. I have a model in which either a ‘Person’ or a ‘Business’ may be the provider of a certain ‘Service’. An example class d[详细]
2023-03-07 05:24 分类:问答Anybody out there having success with the NWorkspace pattern?
I\'ve just begun to delve into my first experiments with Domain Drive Design and I\'m taking advantage of the NWorkspace pattern. This pattern seems to make a lot of sense however I haven\'t been able[详细]
2023-02-28 13:08 分类:问答Active Record pattern, Repository pattern and testability (in java)
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 ?[详细]
2023-02-25 06:43 分类:问答Where to wire things up in a normal class library project for DI with Castle
I have read that Windsor is the best DI/I开发者_StackOverflowOC tool to use so I figured I would give it a try. I am seeing many examples of how to wire everything up using and MVC project however I n[详细]
2023-02-23 08:45 分类:问答
加载中,请稍侯......