Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Is there a non-commercial alternative to Z.EntityFramework.Extensions? [closed]

How does the SQLite Entity Framework 6 provider handle Guids?

Visual Studio 2015 RC Entity Framework 6.1.3 Migrations Error

Entity Framework 6 and SQL Server Sequences

UOW - A second operation started on this context before a previous asynchronous operation completed

Entity Framework lazy loading with AsNoTracking()

Entity Framework 6: How to override SQL generator?

ASP.NET Web API: JSON Serializing Circular References

How do I use spatials to search a radius of zip codes?

Entity framework 6 code first: what is the best implementation for a baseobject with 10 childobjects

Alternatives for Roles/Claims Access Control Systems

The ADO.NET provider 'Oracle.ManagedDataAccess.Client' is either not registered in the machine or application config file, or could not be loaded

EF6, Code-First, enable-migrations, "Unable to load the specified metadata resource"

How to cast DbSet<T> to List<T>

Why does this EF insert with IDENTITY_INSERT not work?

How to Rename DBContext in Entity Framework 6

Map tables using fluent api in asp.net MVC5 EF6?

Entity Framework 6 optional one way relation

c# entity-framework-6

Adding Inner Join to DbScanExpression in Entity Framework Interceptor

Integration testing the entity framework - separate the seed method call only for PROD -