Web | News | Blogs | Products | Videos |

Top relevant results for : Generic Repository for EF

 

Creating a Generic Entity Framework 4.0 Repository

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

The Quest for a Perfect Code

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.

NuGet Gallery

Includes Generic Repository for EF for use in Singleton scenario's. Gets the DataContext using injected factory / Func DbContext. Part of the Quickstart Series.

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

Mongo db Windowless popup « Sony Arouje Blog

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

Entity Framework POCO (EF4): Generic Repository and Unit of Work ...

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

EF Including Other Entities (Generic Repository pattern)

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