Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

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?

ASP.NET-Identity: how to limit UserName length?

When exactly is the "first time" a DbContext accesses the database?

Does EF 6 support SQL Server 2014 Types?

Entity Framework 6 not creating tables in SQLite database