Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Multi tenant app that share data (Asp net mvc + Entity Framework + Sql Server)

MVC and Entity Framework when to Dispose Entity objects

How to perform CRUD with Entity Framework Code-First?

'Group' is a reserved keyword and cannot be used as an alias, unless it is escaped

How do you configure mvc-mini-profiler with EF 4.2 Code first

Cannot access EntityObject type via RIA services

How can I append information to every SqlCommand emitted by a DbContext?

How to access FileTables from Entity Framework?

Stay DRY with DTO's

c# entity-framework oop dry

Query returning nothing when there is data in the database

Entity Framework with Stored Proc that optionally returns recordset

c# entity-framework

ASP.NET warmup/initialize

Should I keep foreign keys in sync with references when using POCOs

Program won't start without a Visual Studio installation?

c# entity-framework publish

EF - Mapping generic class to Complex Type

c# entity-framework

EntityFramework,The specified store provider cannot be found in the configuration, or is not valid

Native image for System.Data.Entity crashing IIS

EF6 Beta1 - db.Database.CreateIfNotExists(); doesn't create the database anymore after enabling the migration

Entity configuration management with DDD bounded contexts

Conditionally set Identity field when inserting with Entity Framework