Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF code first - configure One-to-Zero-or-One relationship without shared PK/FK

DropDownList causes error: Object reference not set to an instance of an object

Sending LINQ Query to Entity Framework as string

how to sort varchar column containing numeric values with linq lambdas to Entity

Trying to use migrations in a project other then the startup project results in error

EF Core idempotent migration script fails despite check on applied migration

Empty Collection using Entity Framework Code First

"An expression tree may not contain a call or invocation that uses optional arguments" in LINQ expression with split string entity?

Entity framework select entities bigger than DateTime (plus the entity before)

c# entity-framework

Run multiple IQueryable's at single point of execution

MVC set foreign key without dropdown

DbQuery behaves differently in a foreach loop. Why?

How to solve ProviderManifestToken="8.3.7" and Npgsql ProviderManifestToken="8.1.3" conflict?

Entity Framework 7 relations [duplicate]

ASP.NET MVC 4 Want to populate dropdown list from database

Entity Framework not always get the most update values from the db

Referencing DbContext from POCO object

EF 4.1 Code First Initialization - Alternative