New posts in entity-framework

How to define Many-to-Many relationship through Fluent API Entity Framework?

How to set default value for POCO's in EF CF?

How to execute raw SQL query using Entity Framework without having to use a model?

How To Count Associated Entities Without Fetching Them In Entity Framework

How to wrap Entity Framework to intercept the LINQ expression just before execution?

Query a many-to-many relationship with linq/Entity Framework. CodeFirst

An unhandled exception of type 'System.TypeInitializationException' occurred in EntityFramework.dll

How to run Seed() method of Configuration class of migrations

With Entity Framework is it better to use .First() or .Take(1) for "TOP 1"?

Get Auto Identity Key after Insert via EF

What specific issue does the repository pattern solve?

Using Entity Framework 6 with Multiple DB Schemas but using One DBContext

How to create custom additional fields in UserProfile in MVC4

Suppress SQL Queries logging in Entity Framework core

Where can I find the console or debug output from code executed in the package manager window?

How to get connectionString from EF Core 2.0 DbContext

How to include() nested child entity in linq

Order by dynamic parameter

How Do I Get Entity Framework To Update Complex Types?