Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

ASP.Net MVC List of User and their Roles

Entity framework database connection error

How can I set a DbSet as readonly with Entity Framework Core/6

Linq to Entity Framework returned value results in error if not debugged

c# entity-framework linq

Entity Framework - How to Insert to table with foreign keys without retrieving foreign table rows first

Linq-to-entities: How to create objects (new Xyz() vs CreateXyz())?

entity-framework

c# Different Result between Linq and SQL

c# sql entity-framework linq

WPF with entity framework on net core - unable to create and object of type AppDbContext

Order by descending is not working on LINQ to Entity

Getting the first result from a LINQ query - why does ElementAt<T>(0) fails when First<T>() succeeds?

c# linq entity-framework

Using XML to store data, how can I use Entity Framework?

Adding & Updating Foreign key in Entity Framework v1

Entity Framework won't SaveChanges on new entity with two-level relationship

Using statements / calling Dispose inside static methods

EF: detach vs. eager loading vs. noTracking

c# asp.net entity-framework

Owned types problem in Entity Framework Core 3.0

Publishing with Multiple Context in Same Database