Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to set up the DbContext in xUnit test project properly?

EF Core Migrations with multiple DbContexts on single database

Entity Framework LINQ Expression on object within object

Why does this error occur when using SingleAsync?

Entity Framework Guid

c# asp.net entity-framework

.NET and database layers

Change Entity framework database schema at runtime

c# asp.net entity-framework

Hierarchical Entity Framework Query Exception

c# entity-framework

Entity Framework Code First Read Only Key

HasKey Throwing InvalidOperationException -- Is this a bug in Entity Framework Code First?

Entity framework group by date and return new class

c# .net entity-framework

Multiple .Where() clauses on an Entity Framework Queryable

The property on entity type is part of a key and so cannot be modified or marked as modified

c# entity-framework

Entity Framework disposing with async controllers in Web api/MVC

Delete table from EF CodeFirst migration

Unable to update database to match the current model because there are pending changes

Keep Getting "A second operation started on this context before a previous operation completed" when saving to the context a second time.

Encrypted columns with Entity Framework

When are computed columns appropriate?

Entity Framework giving exception : "The underlying provider failed on Open."

c# .net entity-framework