Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9d0458c

Browse files
committed
last edits i swear
1 parent ef71cab commit 9d0458c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2012-04-17-show-and-tell-tugberkugurlu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ comments: true
1111

1212
When Tugberk sent me the link last night to this series, my curiousity was piqued. The generic repository pattern is something we had used for previous Code52 projects - which had also used Entity Framework as the backing store.
1313

14-
For those who are not familiar with it, a *repository(1)* is typically defined as (from [Edward Hieatt and Rob Mee](http://martinfowler.com/eaaCatalog/repository.html)): a component which "**mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects.**"
14+
For those who are not familiar with it, a *repository* is typically defined as (from [Edward Hieatt and Rob Mee](http://martinfowler.com/eaaCatalog/repository.html)): a component which "**mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects.**"
1515

1616
Why use the repository pattern?
1717

@@ -32,4 +32,4 @@ Tugberk Ugurlu hails from Turkey and juggles university studies with his work as
3232

3333
### Addendum
3434

35-
1. If you want to learn more on this, Jon Galloway and Jesse Liberty did a screencast on **[Building a Repository using TDD](http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-3-Building-a-Repository-using-TDD)** for their video series "The Full Stack". Check it out.
35+
- If you want to learn more on the repository pattern, Jon Galloway and Jesse Liberty did a screencast on **[Building a Repository using TDD](http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-3-Building-a-Repository-using-TDD)** for their video series "The Full Stack". Check it out.

0 commit comments

Comments
 (0)