Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Change Entity framework database schema at runtime

c# asp.net entity-framework

Hierarchical Entity Framework Query Exception

c# entity-framework

Entity Framework Code First Read Only Key

HasKey Throwing InvalidOperationException -- Is this a bug in Entity Framework Code First?

Entity framework group by date and return new class

c# .net entity-framework

Multiple .Where() clauses on an Entity Framework Queryable

The property on entity type is part of a key and so cannot be modified or marked as modified

c# entity-framework

Entity Framework disposing with async controllers in Web api/MVC

Delete table from EF CodeFirst migration

Unable to update database to match the current model because there are pending changes

Keep Getting "A second operation started on this context before a previous operation completed" when saving to the context a second time.

Encrypted columns with Entity Framework

When are computed columns appropriate?

Entity Framework giving exception : "The underlying provider failed on Open."

c# .net entity-framework

How to use BETWEEN keyword in Entity Framework?

c# entity-framework between

How to prevent EntityFramework deadlock when concurrently running these two statements

Ninject WebAPI The operation cannot be completed because the DbContext has been disposed

Only primitive types or enumeration types are supported in this context

c# linq entity-framework

How to Use Entity Framework 4 with Visual Studio 2013

Code-First Add-Migration keeps adding the same column