Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

LocalDB database on fly for entity framework code first

c# entity-framework localdb

What is the best way to collapse all existing Entity Framework migrations

Entity Framework - Efficiently Delete All Child Entities Without Loading Them

Temporarily set DbContext's CommandTimeout

Entity Framework - Leaving DB Context Open vs Continually re-creating

EF - Default value for new column with automatic migration

Entity Framework returning bad data

Using DbSet<TEntity>.Local Property in Entity Framework

Is there a more cleaner or elegant way to pass multiple parameters to SQL stored procedure using Entity Framework?

How to use Dependency Injection with Entity Framework DbContext?

c# asp.net entity-framework

Stop Visual Studio Copying Database MDF to bin

EF SQL changed when passing predicate as Parameter to Where Clause

c# .net entity-framework linq

How can I specify that my app should start SQL Server LocalDb with a trace flag parameter?

Can I use Async/Await with dbContext? If so, when should I use ConfigureAwait(false)?

Properly handling DbContexts in ASP.NET Core WebApi

How to get SQL Script using Entity Framework Core(code first)

How to dispose the object created by Unity DI right after the completing the request?

What have your experiences been with Entity Framework?

.net entity-framework orm

Entity Framework - Working with Detached entities issue

c# entity-framework

How can I manually add a compound association in entity framework?