Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

An exception of type 'System.Data.Entity.Infrastructure.DbUpdateException' occurred in EntityFramework.dll but was not handled in user code

EF6 Code First drop tables (not entire database) when model changes

How to Deploy "SQL Server Express + EF" Application

Unexpected behavior in entity framework

Inherit from IdentityUser I get an error on UserManager<User>

EF Fluent API Many To Many with different ID Field Names

Giving Multiple List<int> type criteria by using linq in Entity Framework

c# .net linq entity-framework

Naming C# classes from bad table columns

c# entity-framework

FSharp Record Types With Entity Framework Code-First

entity-framework f#

left join in Linq query

'System.Guid' failed because the materialized value is null. Either the result type's generic parameter or the query must use a nullable type

What is the proper way to update child entities in EF 6?

c# entity-framework

How to handle long-running operations with the Entity Framework?

c# entity-framework

Auto generate JHipster entities from existing database

Skip ThenBy on nullable objects

c# linq entity-framework

Migrate entity with updated DatabaseGeneratedOption in Entity-Framework

Entity Framework - Code First - Ignore all properties except those specified

Missing QueryableExtensions in EF 6

EF Fluent API: Set property for each entity derived from a base abstract class

How to call update-database from package manager console in Visual Studio against SQL Azure?