Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

asp.net core 2.0 bind model with decimal value

EFCore: Entities association error during a simple property update

Render a Partial View in _layout.cshtml using the partialview model instance with DBContext dependency injection

Translating generic eager load method from EF6 to EF Core

How to select values in list that are NOT IN a Table using EF Core?

How do I solve SqlNullValueException?

DDD - How to manage entities across bounded contexts in EF Core

Order by with Collate clause | Entity Framework