Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Parallel For Not Working With EF4.1 and Automapper

Is there a way to cast in the `Where` part of an Entity Framework query?

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