Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework issues - appends a "1" to my table name?

The relationship could not be changed because one or more of the foreign-key properties is non-nullable in MVC 4

The configuration section 'entityFramework' cannot be read because it is missing a section declaration

Entity Framework Incrementing column value without query it before

c# entity-framework lambda

C# EF: How to search between two dates in EF but want to exclude time from data

c# entity-framework

dotnet ef migrations automation: Detect changes for migrations

How to convert EntityCollection<T> to List<T>

c# .net entity-framework

Unhandled Exception after Upgrading to Entity Framework 4.3.1

Entity Framework: How to put multiple stored procedures in a transaction?

Are generic classes not supported as models in Entity Framework?

Get List of Modified Objects within Entity Framework 7

How to filter data using Entity Framework in a way that DataGridView be editable and context track changes?

c# convert DbContextTransaction to SqlTransaction

c# entity-framework

Referencing mscorlib 4.0.0.0 from .NET Core 1.0 class library

ASP.NET Core Select Helper Throws Object Reference not set to an instance of an Object

Does EF Core allow a unique column to contain multiple nulls?

Convincing a die hard DBA to use an ORM for the majority of CRUD vs Stored Procedures, View, and Functions

Entity Framework - refresh objects from database

What is the recommended identity generation approach in Entity framework?

Differences between .CreateObjectSet<T>, .Set<T>, and .CreateQuery<T>?