Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Having Entity Framework trouble

This method is not supported against a materialized query result

c# linq entity-framework

Is it a bad practice using model classes in controller in mvc?

Junction table with additional columns in EF4 CTP4 Code First

Check if it is safe to delete a row

How does EF4 compare with NHibernate?

Exception during association fixup with nullable composite foreign keys

entity-framework poco

what is the difference between linq to sql class and entity framework [duplicate]