Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Blazor Server and the Entity Framework. How to avoid multiple conflicting calls to the DB

HasRequired and WithOptional not generating one-to-one relationship

Using custom methods in linq to entities

UnintentionalCodeFirstException | Entity Framework Unit Testing with Effort.Ef6 using Database First

How to get SQLite up and running in Visual Studio?

How to avoid repeating property projections when using EF Core inheritance?

Weighted Average in LINQ to Entities

Remove registration from web application (EF, ASP.NET Identity, Azure) and register a user from DB

Validate that EF Core ModelSnapshot, migrations, and actual database schema are consistent with each other

The argument 'name' cannot be null, empty or contain only white space

c# entity-framework

Deleting a child object of an aggregate root in Entity framework

What is the purpose of MigrateDatabaseToLatestVersion useSuppliedContext = false?

Entity Framework adding item to ICollection error

Execute complex raw SQL query in EF6

Intermittent exception against SQL Azure: Unknown error 258

Linq Nested Projections in Entity Framework

c# entity-framework linq

Switching from entity framework model first to code first

c# .net entity-framework