Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Only edit the value in an MVC edit template

Unable to process the type , because it has no known mapping to the value layer. C# models foreign key on primary key of same class

How to execute stored procedure with input and output parameters using EF?

How can I run this function inside LINQ query

EF Core 2, .NET CORE 2 :How do I query the same column for multiple conditions using IQueryable<T>?

Entity Framework 4 & Code First CTP 5 - Missing Key

Calling Entity Framework function import from code

entity-framework

How to create/update a LastModified field in EF Code First

EF OrderBy One to Many

entity-framework

How to map foreign keys between TPH TPT objects - Entity Framework Code First

Building Custom Expressions for Entity Framework (LINQ)

EFCore: Changing a property during a StateChange event called from SaveChanges and DetectChanges is not updated

EF creates database with adding guid to it's name

SecurityException thrown on deployment

How to save custom model in ASP.NET MVC 5 with Entity Framework 6?

Entity Framework 4.1 : The navigation property 'BusinessUser' declared on type 'Login' has been configured with conflicting multiplicities

"ORA-00932: inconsistent datatypes: expected NUMBER got NCLOB" error when trying to save large xml using the Entity Framework