Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF Core Code First Oracle - Cannot set nullable an existing colum

VS2017 Entity Framework Failed to retrieve data for this request

Is it possible to apply EF migrations only to local/in-memory data?

EF Code First, exposing a linked table/object from a many to many relationship?

Can I force multiplicity/assocations with Entity Framework?

Is this the correct usage of async/await in MVC with service/repository layer?

How can I proceed with only one database entry's data on a project that's using ASP.NET MVC and Entity Framework?

How to handle one class used in multiple db contexts for one database in EF code first?

How can (DbContext) SaveChanges() be used for large number of records? - the solution for the best performance is to be sought and found

How to get CurrentTime from SQL Server with LINQ/Entities/VB.Net

How to add parameter/s to every query in DbContext in EF Core to secure tenants data?

What is a good way to handle TimeZone conversion in Blazor/ASP.NET when using Entity Framework?

EF Code First Migrations: recreate database and Seed

Entity Framework Relationships on Non-Primary Keys

EF Code First - {"CREATE DATABASE permission denied in database 'master'."}

Entity Framework 6 Update Many to Many without updating or loading Child

How should I go about overriding the SaveChanges() method on DbContext in order to maintain deleted/modified records using EF 4.3?

c# entity-framework