Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF Code First Delete Batch From IQueryable<T>?

Best way of testing Repositories which use DbContext

Prism and Entity Framework

Use stored procedure in Entity Framework (code first)

Entity Framework Cascading Deletes & Lazy Loading

Is it necessary to implement IDisposable when using the Entity Framework in MVC?

Include using Lambda expression

Optimizing performance of flexible Linq to Entity criteria when retrieving rows from huge database

Entity Framework Code-First: Migrate a database known only at runtime

How to handle EF 4.3.1 setting Modified a Rowversion Row

Improving efficiency with Entity Framework

c# .net entity-framework

Relationship on same table with Entity Framework

How to change the auto-generated "Discriminator" column in EntityFramework?

Multiple one to many relationships with Entity Framework

Many to Many select in LINQ to Entities

Generic Repository Pattern with UnitOfWork Pattern

MVC3 - Why are navigation properties null on postback

Entity Framework Navigation Properties looping issue though WCF

C# code that run constantly - service or separate thread?

Passing an anonymous type as T