Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How can I have a staging site for my Azure web app with its own database?

Does EF7 (EFCore) support enums?

LinqKit and async in Entity Framework

How to migrate database schema from Identity 2.2.0 to 3.0.0-rc1-final

Unnecessary join in Entity framework when using imported function?

c# entity-framework join

How to implement typesafe enum pattern in entity framework core rc2

Integration test causes Entity Framework to time out

in F#, when is a "constant string expression" not a "constant string expression"

How to add EntityObject Generator in Visual Studio 2015?

How to deal with Hashtable property of entity in database using EntityFramework

Entity Framework adding multiple related entities with single insert

The entity type 'Configuration' requires a primary key to be defined

How to use EF DbFirst with MySQL in .NET Core?

Can DbContext be composed instead of inherited?

Howto update only changed properties for an entity via EntityFramework

Updating EF entities based on deep JSON data

c# asp.net entity-framework

Should I define `foreign key Id` property in addition to the corresponding `navigation property`?

How to use Json data type in C# Entity Framework model?

Null reference exception being thrown in EF LINQ query if-clause

Entity Framework Core: User Defined SQL Functions