ddd-repositories
How should I implement my Repository (DDD) in C# to handle multiple calls for the same Aggregate Root
What class in my project should responsible for keeping track of which Aggregate Roots have already been created so as not to create two instances for the same Entity. Should my repository keep a list[详细]
2023-02-09 21:57 分类:问答How to determine the aggregate root
I have an application in which an Engineer accesses gas wells.He can see a list of wells by choosing any combination of 7 characteristics.The characteristics are company, state, county, basin, branch,[详细]
2023-02-08 19:36 分类:问答DDD Topic - Lesson association AggregateRoot
I\'m new in DDD. I 开发者_StackOverflow社区have a Topic entity and Lesson entity. Topic has many Lessons.[详细]
2023-02-08 16:51 分类:问答DDD - Domain Model Problem
I have i discussion with a partner we have this scenario: **Publishers root entity Advertiser root entity**[详细]
2023-02-04 21:36 分类:问答Working with DataContext.GetTable<T>() to get a 'QueryProvider'
The DataContext.GetTable() method will return an object of type: System.Data.Linq.Table By doing that, I presume I haven\'t issued a call to the database to retrieve the entire table.Otherwise, LINQ[详细]
2023-01-27 16:29 分类:问答DDD and Ent Lib
Are there any sample applications available that show implementing DDD with Enterprise Libr开发者_JAVA技巧ary 5.0.if you have interesting then have a look this project[详细]
2023-01-27 07:55 分类:问答Real World ASP.NET MVC Repositories
In the real world, Controllers can potentially need to use data from a variety of database tables and other data stores.For example:[详细]
2023-01-26 14:36 分类:问答DDD - Enity Framework 4 and ncommon
I\'m trying to get EF4 working with ncommon 1.1 which provides DDD patterns such as UnitOfWork, Specification, Repository.[详细]
2023-01-20 05:32 分类:问答Where to put object-oriented queries in a layered architecture?
Given: You have an architecture with the layers presentation, business and data. You are applying domain-driven design.[详细]
2023-01-17 20:44 分类:问答Organize Project Solution w/ Interfaces for Repository
VS 2010 / C# Trying to organize a solution and looking for options for naming the project that will host the interfaces for the repository.[详细]
2023-01-10 11:17 分类:问答
加载中,请稍侯......