Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework performance degradation

sql entity-framework

Joining many-to-many tables in Entity Framework

c# entity-framework

Does Entity Framework support differing data types in the model?

Generic Repository and Leaky Abstraction

Saving Many to Many relationship - Entity Framework

entity-framework

Why does the ASP.NET SPA template instantiate UserManager once for all requests?

ASP.net Identity, IoC and sharing DbContext

Entity Framework Code First Self Referencing Parent Child with Payload

Breeze SaveChanges always throws DbUpdateConcurrencyException when deleting entity

c# entity-framework breeze

Creating a Hierarchy of Nested Entities in Entity Framework

c# entity-framework

How can I perform aggregate operations via the repository pattern?

System.NotSupportedException: Specified method is not supported

How to get the latest row in a table using Entity Framework (considering performance)?

UserManager.Create(user, password) thowing EntityValidationError saying Id is required?

How do I add a controller to ASP.NET MVC with Visual Studio 2013 and Entity Framework?

EF Codefirst and RDLC Reports

Disable CAST AS to optimize query in Entity Framework

c# sql oracle entity-framework

Set Command Timeout in EF 6

Entity Framework - Get List of Tables

entity-framework

Difference between .WithMany() and .WithOptional()?