Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

System.InvalidOperationException in EntityFramework after query completed with valid SQL

c# entity-framework

ef 4.1 LINQ filter an element into a collection

c# linq entity-framework

Entity Framework - Inverse Property Relationships?

Seed primary key in Entity Framework code first to 0 in SQL Server Compact Edition

Ado.Net Entity : Object doesn't display linked members (foreign keys)

EF Core throwing a concurrency error when adding entities to a list

c# entity-framework

EF Core 3: CLR property 'Number' cannot be added to entity type 'CHSIMTBase' because it is declared on the CLR type 'Contract'

Still no async methods after EntityFramework update 6.0 to 6.1.3?

Entity Framework, Foreign Keys and EntityKeys

c# .net entity-framework

How to set ID to correspondent to object in entity framework

Sort LINQ query by child collection's child property?

How to update an existing object's properties using LINQ to Entities?

using ninject to inject dependency to The Model classes or non-controller classes

Single table hierarchical data with EF Database First