Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Does Entity Framework/LINQ to SQL Data Binding use reflection?

Entity Framework: ObjectContext.ExecuteStoreQuery produces detached objects

c# .net entity-framework

EF4 POCO WCF Serialization problems (no lazy loading, proxy/no proxy, circular references, etc)

Can I mix Table per Hierarchy and Table per Type in Entity Framework?

Repository pattern and Navigation properties

Are Oracle Synonyms Supported in Entity Framework?

c# oracle entity-framework orm

Multiple Joins in Entity Framework query

How do I organize C# classes that inherit from one another, but also have properties that inherit from one another?

c# entity-framework oop

Entity-Framework 5.0 with PostgreSQL

Impersonation and asynchrony in ASP.NET WebAPI

How to enable cascading delete in Edmx Designer on many to many relation

Mapping Complex Types to results form SqlQuery in Entity Framework

Creating indexes with Entity Framework 6 Migrations

Sharing a connection and a transaction in EF across multiple contexts (UnintentionalCodeFirstException)

c# entity-framework

WebPublish Code-First Migrations with external connectionStrings.config file

Entity Framework: Only Seed when building initial database

New ApplicationDbContext() vs HttpContext.GetOwinContext().Get<ApplicationDbContext>();

When should you await a Task?

Entity Framework Linq Query to List - Error when using contains: Only primitive types, enumeration types and entity types are supported

c# .net linq entity-framework

How to use Date Only as data type in Entity Framework [duplicate]