You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2012-04-17-show-and-tell-tugberkugurlu.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ comments: true
9
9
10
10
## Introduction
11
11
12
-
When Tugberk sent me the link last night to this series, my curiousity was piqued. This pattern is something we had used for previous Code52 projects - which also used Entity Framework as the backing store.
12
+
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.
13
13
14
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."
15
15
@@ -22,12 +22,14 @@ Why use the repository pattern?
22
22
23
23
- in the [first part](http://www.tugberkugurlu.com/archive/generic-repository-pattern-entity-framework-asp-net-mvc-and-unit-testing-triangle), he discusses the pattern and why you should care.
24
24
- in the [second part](http://www.tugberkugurlu.com/archive/how-to-work-with-generic-repositories-on-asp-net-mvc-and-unit-testing-them-by-mocking), he explains how you can use this with Entity Framework and MVC3.
25
-
- and to finish, he [announces](http://www.tugberkugurlu.com/archive/entity-framework-dbcontext-generic-repository-implementation-is-now-on-nuget-and-github) that he has a NuGet package for this.
25
+
- and to finish, he's [released](http://www.tugberkugurlu.com/archive/entity-framework-dbcontext-generic-repository-implementation-is-now-on-nuget-and-github) NuGet packages for bringing generic repositories into your apps (and the source is on GitHub).
26
+
27
+
Lots of detail, lots of code samples. I hope you enjoy it.
26
28
27
29
## About the Author
28
30
29
31
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.
30
32
31
33
## Addendum
32
34
33
-
1. If you want 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