Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework How Do I Detach All Objects Of Specific Type From Datacontext?

c# entity-framework

How to modify query in EF Core 2.0, before it goes to the SQL Server?

WCF Contracts from Entity Framework?

wcf entity-framework

Using EF 4 on .NET 3.5 SP1

Entity Framework BuildContainsExpression Causes Internal .NET Framework Data Provider error 1025

entity-framework internal

Dynamic LINQ GroupBy Multiple Columns

SQLite with EF Code First

C# EF Linq bitwise question

MVC "Add Controller" is "Unable to Retrieve Metadata...Config System Failed to Initialize"

How to prevent from DataAnnotations Attributes being deleted in DataBase First Model

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