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

Commit fcedd74

Browse files
committed
minor edits
1 parent de73158 commit fcedd74

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ comments: true
99

1010
## Introduction
1111

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.
1313

1414
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

@@ -22,12 +22,14 @@ Why use the repository pattern?
2222

2323
- 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.
2424
- 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.
2628

2729
## About the Author
2830

2931
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.
3032

3133
## Addendum
3234

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

Comments
 (0)