Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Can't update database using EF Migrations after updating to EF 6.0.0-alpha

What are the benefits of ORM lazy loading?

Entity Framework adding record into many to many mapping table

Should I stick onto Entity Framework?

entity-framework

How can I call local method in Linq to Entities query?

c# .net linq entity-framework

What is the right way to insert DBGeography type via ado.net

Why ICollection<>.Contains ignores my overridden Equals and the IEquatable<> interface?

Composite Key EF Core getting error when using Fluent Api

System.NotSupportedException: Unable to determine the provider name for provider factory of type 'System.Data.SqlClient.SqlClientFactory'

Lazy loading, Deferred Loading and Eager Loading in Entity framework

Entity Framework 4 and Default Values

entity-framework

Entity Framework and SQL Server Synonyms

uniqueidentifier in SQL becomes lower case in c#

c# entity-framework

Violation of PRIMARY KEY constraint in Entity Framework code first link table

EF 6 Migration: How to execute sql SELECT?

entity-framework

Multiple collections of same type in entity framework

c# entity-framework

How do I map a C# int to a SqlServer tinyint using Entity Framework Code First?

c# entity-framework

Is it possible to implement the IDbSet<T> interface in F#?

entity-framework f#

Making AddOrUpdate change only some properties

What are the pros and cons of using a single or multiple DbContext with EF?