Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF6 SQL generation for <where nullable columns equals>

Why isn't [Authorize(Roles = "Admin")] working in MVC 5 RTM with ASP.NET Identity?

How do you use FirstOrDefault with Include?

c# .net entity-framework linq

How do I use the SqlResource method in EF Migrations?

Where should enums live in an MVC project structure?

Upgrading from EF 4 to EF 5

In what scenarios do I need foreign keys AND navigation properties in entity framework

What is difference between dbcontext.Add and dbcontext.AddObject

c# .net entity-framework

EF - Cannot apply operator '==' to operands of type 'TId' and 'TId'

Do we still need stored procedures when using compiled queries?

Single or multiple repository classes?

How to write EF in linq to include comparison by lower case

c# linq entity-framework

How to relate objects from multiple contexts using the Entity Framework

c# .net entity-framework

What is the difference between a Navigation Property and an Association in EF?

Query generated by EF takes too much time to execute

Entity Framework 4 - lifespan/scope of context in a winform application

winforms entity-framework

MVC 3 EF 4.1 dbContext - Deleting one-to-many data object with non-nullable foreign-key relation

Unable to convert runtime connection string to its design-time equivalent

Entity Framework : Sharing entities across different DbContexts

Entity Framework update/insert multiple entities