Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

How do you determine subtype of an entity using Inheritance with Entity Framework 4?

Why does Entity Framework's EF Migrations Add-Migration step require a database connection string?

generate pdf in template using ASP.net, C#, MVC

Why is Entity Framework .ToList() with .Include very slow and how can I speed it up?

Getting the Schema from an EDMX file

entity-framework-4 t4

Entity Framework 4.0 Scaling and Security

ASP.NET MVC Passing data around

The specified LINQ expression contains references to queries that are associated with different contexts

Simplest Way to Delete Object with Entity Framework 4

Entity Framework - Code First saving many to many relation

Separating entity framework poco and objectcontext

Update Entity Framework object from another object of same type

c# entity-framework-4

Entity Framework returns stale data when selecting the whole entity but up to date when selecting just a field