| |
http://elegantcode.com/2009/12/15/entity-framework-ef4-generic-repository-and-unit-of-work-prototype/
Entity Framework POCO (EF4): Generic Repository and Unit of Work Prototype
|
http://social.msdn.microsoft.com/Forums/en-US/architecturegeneral/thread/9cbdbfc9-3ca9-4e82-ad52-cd3318cb9255
I am looking for an example of how to use some generic transaction abstraction, making it easy to switch Repository implementations between e.g. NHibernate ...
|
http://geekswithblogs.net/seanfao/archive/2009/12/03/136680.aspx
senfo I think the basement is going to be my favorite place to hang out in the summer. It’s cold in the winter, but now…. ;-) about 14 ...
|
http://blog.keithpatton.com/2009/05/30/Entity+Framework+POCO+Repository+Using+Visual+Studio+2010+Net+40+Beta+1.aspx
Keith Patton's blog, Irish Down Under, Irishman Down Under, Keith Patton, Keith De Corcy Patton, Keith Decourcy Patton, Keith Decorcy Patton, Mr Patton
|
http://foofish.org/blog/?p=57
The scene: a company division with no prior in-house experience using any ORM of any kind. A really, really legacy database-the kind with many composite keys, fields ...
|
http://sklementiev.blogspot.com/
There are many ways you can define/implement it, let’s consider my version. In this example we will implement generic repository for EF’s entities.
|
http://sklementiev.blogspot.com/2010/04/wcf-ria-repository-pattern-and.html
There are many ways you can define/implement it, let’s consider my version. In this example we will implement generic repository for EF’s entities.
|
http://sonyarouje.com/2010/10/15/generic-entity-framework-repository-with-eager-loading/
[...] similar to the one I wrote for EF. You can find the generic repository for EF in one of my post. Below is the Generic repository class for [...]
|
http://nuget.org/packages?q=entity&sortOrder=package-download-count&page=3
Includes Generic Repository for EF for use in Singleton scenario's. Gets the DataContext using injected factory / Func DbContext. Part of the Quickstart Series.
|
http://sonyarouje.com/2010/11/16/photo-album-using-silverlight-caliburn-micro-and-mongo-db/
You can find the generic repository for EF in one of my post. Below is the Generic repository class for Mongodb. using System; using System.Collections.Generic; using System.Linq; using System.Text; using MongoDB; using ...
|
http://sonyarouje.com/tag/mongo-db-windowless-popup/
You can find the generic repository for EF in one of my post. Below is the Generic repository class for Mongodb. using System; using System.Collections.Generic; using ...
|
http://blog.answermyquery.com/2009/12/entity-framework-poco-ef4-generic-repository-and-unit-of-work-prototype/
In my previous post I demonstrated how to create a simple mapping using the latest EF4 CTP. In this post I will look at how I can customize some infrastructure code ...
|
http://social.msdn.microsoft.com/Forums/en-US/adonetefx/thread/517e5870-235c-4d38-9929-dfb68850f41a
Hi everyone, I am using the Generic Repository pattern on top of Entity Framework Code First. Everything was working fine until I needed to include more ...
|