an
saurus
tags:
domain-driven-design
repository
repository-pattern
views:
38
answers:
0
Q:
Performance of this structure?
related questions
Transactions in the Repository Pattern
Repository Pattern and Item Deletion when using SQL Backend
IRepository confusion on objects returned
Linq to Sql and the Repository Pattern.
Repository Pattern: how to Lazy Load? or, Should I split this Aggregate?
Blog Architecture Design, using MVC and DDD
Does this Entity Repository Service example fit into Domain-Driven Design?
What is wrong with putting Using Blocks in Repository?
MVC: Repositories and Services
Decorator Chaining of Repositories and Specialized Repositories with Dependancy Injection
MVC Repository Pattern: Creating Model Classes
How many types should be implementing the Repository pattern?
How do you mock your repositories?
Repository Pattern and layering. Where do I apply security?
How should I structure a simple ASP.NET MVC app?
.net architecture: Creating a IRepository<T> generically
Entity Framework, building query based on criteria
Service Layers and Repositories
DDD repositories as singletons?
Constructing a Domain Object from multiple DTOs
Entity classes decoupled from LINQ to SQL provider for implementing the Repository pattern. How?
Which object should I mock?
Implementation example for Repository pattern with Linq to Sql and C#
Repository Pattern Implementation Experience
Repository pattern tutorial in C#