Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Function imports cannot be created for composable functions

c# .net entity-framework

ASP.NET EF remove discriminator column from not mapped class

Programmatically creating code first migrations

Enable cascading deletes in EF Code First without exposing foreign key

Using the repository pattern to support multiple providers

Entity Framework Pass Object from One Context to Another

Why does DbSet Add return an entity instance instead of void?

Sum() Returns null in Entity Framework Query

c# linq entity-framework

Can you use a Visual Studio Database Project in a Unit Test Project to setup a empty database for a functional test?

Map Table Column to Enum and Lookup Table to Enum

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?