Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Forcing Entity Framework generated classes to have Pascal casing and column names to have Camel casing

Entity Framework Linq SelectMany with condition

c# linq entity-framework

Entity Framework 5 InvalidOperationException on Reload

c# entity-framework

Can I use Entity Framework on Windows Phone 8

Entity Framework Generates different queries on different workstations

Why is Entity Framework ignoring my connection string?

How to deploy to production with entity framework code first

Way to reduce compiled DLL bloat when using Entity Framework Code First Migrations

"The given key was not present in the dictionary." when adding Association to Entities

entity-framework views

Mapping DTO classes with Expression<Func> inside another Expression<Func>

c# .net entity-framework dto

Edmx need Primary_Key?

Exposing Large Data Models via OData and WebAPI

IdentityUserLogin does not contain a definition for User

Why is my Entity Framework query with Single slow?

Where returns wrong record

c# linq entity-framework

Limit objects in a collection from being serialized based on User

SqlQuery into a [NotMapped] field?

c# sql entity-framework

Recommended lifecycle for DbContext in ASP.NET Web API?

Index on Spatial / DBGeography Property for Entity Framework Code First

How to add additional tables to an existing code first from database EF model?