Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Associate tables from different databases - Entity Framework

c# entity-framework

ADO EF Code First Generic Intermediate Class Inheritance mapping

Mapping TPT in EF Code First 4.1 w/ Different Primary Keys

How can I recognise an EF POCO proxy without referencing EF?

c# .net entity-framework poco

DDD on an enterprise scale?

Linq query taking too long

c# linq entity-framework

Committing changes to the database using Entity Framework

What is the best MVC3 solution structure?

How to share a connection string between multiple entity data model

Why isn't this LINQ Group By aggregating the rows in vb.net?

Entity Framework Migrations: Timeout SqlException during migrating

How can I override SQL scripts generated by MigratorScriptingDecorator

Dynamic LINQ Compare Dates in Entity Framework

Why, the first query.ToList() work, but the second not work?

c# entity-framework linq

Multi-tenant SQL Server databases and parameter sniffing

Is it possible to test whether a given expression can be converted to SQL *without* connecting to a SQL database?

c# entity-framework

EntitySet System.InvalidOperationException - "the entity type is not part of the model for the current context"

Expression<Func<TEntity, bool>> nesting that works with Entity Framework

Entity annotation attributes do not work

Avoid a lot of if - else checks - Choose table from string using the entity framework

c# entity-framework