How do I implement repository pattern and unit of work when dealing with multiple data stores?...
Read MoreDDD Topic - Lesson association AggregateRoot...
Read MorePersistence encapsulated via the domain, or persistence via the Repository?...
Read MoreWorking with DataContext.GetTable<T>() to get a 'QueryProvider'...
Read MoreReal World ASP.NET MVC Repositories...
Read MoreBook suggestion on this DDD concept specific to ASP.NET MVC and JSON?...
Read Morerepository pattern with a legacy database and Linq to SQL...
Read MoreCan the domain model and repositories be in seperate dlls?...
Read MoreDDD and MVC Models hold ID of separate entity or the entity itself?...
Read MoreASP.NET MVC 2: Mechanics behind an Order / Order Line in a edit form...
Read MoreCRUD over aggregate root using traditional ado.net...
Read MoreASP.NET MVC: what mechanic returns ViewModel objects?...
Read MoreLinq to Sql, Repositories, and Asp.Net MVC ViewData: How to remove redundancy?...
Read MoreWhat is the best way to use EF 4 and DDD...
Read MoreDDD: Trying to code sorting and filtering as it pertains to Poco, Repository, DTO, and DAO using C#?...
Read MoreHow do I effectively use SQLAlchemy with multiple DDD Repositories?...
Read MoreSimple Repository Question about Filtering and Sorting...
Read MoreRepository without ORM for saving object graph...
Read MoreDatabase performance with Nhibernate and Activerecord...
Read MoreHow does an aggregate root delete one of its children?...
Read MoreIn DDD, are collection properties of entities allowed to have partial values?...
Read MoreImplementing repositories using NHibernate and Spring.Net...
Read MoreRepository Pattern: how to Lazy Load? or, Should I split this Aggregate?...
Read MoreDetecting Changes in Entities within an Aggregate Root...
Read MoreHow linq 2 sql is translated to TSQL...
Read MoreProblem using LINQ to SQL with one DataContext per atomic action...
Read MoreRepository pattern and data type returned...
Read MoreDDD: Where is it most appropriate to get a list of value objects...
Read MoreQuestion about Repositories and their Save methods for domain objects...
Read More