Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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]

How to unit test what is setup in overridden OnModelCreating

Failed to Add a New Scaffolded Item from a different Project into my Web Project (MVC 5)

Can Entity Framework generate an UPDATE ... WHERE statement in SQL?