Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dbcontext

Resolve a dependency as the parent in .Net core

Is it possible to ignore related entities from loading in Entity Framework?

Slowly migrating an EDMX application to use a DbContext?

This SqlTransaction has completed; it is no longer usable. Entity Framework Code First

Entity Framework DbContext is initialized with wrong constructor

EF Core No tracking and Add() or Update()

DbContext & DbcontextPool in ef-core

Entity Framework DbContext Connection string in app.config/web.config not being seen

How can I use my own User table instead of default UserProfile in MVC 4 ?

EF5 Code First identity column error

Setting WHERE condition to use Ids.Contains() in ExecuteSqlCommand()

.Net EntityFramework Core - SQLite Error 1: no such table

Singleton with DbContext - creating instance in Startup.cs

How come DbContext implements IObjectContextAdapter but doesn't have public ObjectContext property

Entity Framework always save DateTimeOffset as UTC

access context in a hosted service

FirstOrDefault() when retrieving a single field value

How to Create DB Context File in hibernate in java like Entity Framework c#