Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF CodeFirst: DropCreateDatabaseIfModelChanges doesn't work

Ignoring accents while searching the database using Entity Framework

EntityFramework update partial model

Some part of your SQL statement is nested too deeply. Rewrite the query or break it up into smaller queries

How to set the isolation level for Entity Framework CodeFirst Migrations

Best Way to Update only modified fields with Entity Framework

Specify max length attribute to match varchar(max)

EntityFramework 5 - Getting value cannot be null parameter name: font error while using the designer

Code-First Entity Framework w/ Stored Procedure returning results from complex Full-text Searches

How to detect IsNull / NotNull when building dynamic LINQ expressions?

EF DBContext dispose not closing the connection

What is the best way to perform partial updates in EF core and never update certain properties?

Effort unit testing Entity framework 6.1.3 DB-first

In Entity Framework, why isn't lazy loading working for a one-to-zero-or-one navigation property?

Entity Framework Stored Procedures - Multiple Result sets with CodeFirst

Creating Asp.net Identity user in Seed method of Db Initializer

Seed initial data in Entity Framework 7 RC 1 and ASP.NET MVC 6 [duplicate]

How do I solve The Entity Framework provider exception

LINQ is Generating Extra IS NULL Condition in SQL Statement

How can I return a datareader when using Entity Framework 4?