Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

Scalar Property and Navigational Property EDMX

asp.net entity-framework

ADO.NET Entity Framework or ADO.NET

EF4 - possible to mock ObjectContext for unit testing?

Creating Interface for ObjectContext

c# entity-framework

Should a WCF service return an EntityObject or a POCO/DTO class?

Entity Framework 4: Table per Type inheritance problem on insert

initializing the entity framework objectcontext on every call

c# .net entity-framework