Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Leaking Entity Framework's abstraction - just a little

Entity Framework 6 exception: "The context cannot be used while the model is being created"

c# .net entity-framework-6

Asp.net 5.0 MVC6 EF6 Migration Scripts

Why does Azure Database perform better with transactions

how to use canonical functions in Entity Framework and Mysql

Why did the new ASP.NET Identity tables stop using Guid (uniqueidentifier type) as keys?

EF Conditional Include by Entity Type

Extract strongly-typed data context instance from arbitrary query

Get error while running Enable-Migrations

`DbContext.Database.BeginTransaction` can't be nested?

EF6 OutOfMemoryException Evaluating Entity with varbinary(max) Property

Make Entity Framework use Contains instead of Like and explain 'ESCAPE ~'

c# entity-framework-6

Creating indexes with Entity Framework 6 Migrations

InnerException : Table 'xxx.aspnetusers' doesn't exist

Entity Framework: Only Seed when building initial database

OrderBy().FirstOrDefault(<condition>) vs. Where(<condition>).OrderBy().FirstOrDefault()

EF - WithOptional - Left Outer Join?

Prevent Adding New Record on Related Table Entity in Entity Framework

Entity Framework 6 not updating from database correctly in VS 2019

Why does Entity Framework add unnecessary (AND [param] IS NOT NULL) in WHERE clause?