Skip to content

Commit ef71cab

Browse files
committed
layout tweaks
1 parent fcedd74 commit ef71cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
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(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.**"
1515

1616
Why use the repository pattern?
1717

@@ -30,6 +30,6 @@ Lots of detail, lots of code samples. I hope you enjoy it.
3030

3131
Tugberk Ugurlu hails from Turkey and juggles university studies with his work as a Programmer and Internet Sales Director. He blogs at [www.tugberkugurlu.com](http://www.tugberkugurlu.com/) and is [@tourismgeek](http://twitter.com/tourismgeek) on Twitter.
3232

33-
## Addendum
33+
### 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+
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.

0 commit comments

Comments
 (0)