Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

'The LINQ expression node type 'Invoke' is not supported in LINQ to Entities' when lambda is passed as a parameter, but not when used directly

MAUI: Add-Migration -> Startup project targets platform 'Android'. The Entity Framework Core .NET Command-line Tools don't support this platform

Entity Framework Vs MVC [closed]

Pull data from multiple tables in one SQL query using LINQ and Entity Framework (Core)

Access the context inside Up in DbMigration

Automatically Create Database in Entity Framework 6 with Automatic Migrations Disabled

ef core new dbcontext executes OnModelCreating only once

Is it ok to inject DbContext as singleton when there is only read operations?

How do get Entity Framework ICollection loaded by default, with no lazy loading?

Entity framework - how to add complex objects to db

c# mysql entity-framework linq

C# turn decimals for money into integers

Linq to SQL Join Allowing Nulls When I don't want that

Hot Chocolate: Transforming results from [UseFiltering] Query

C# Entity Framework Core store enum using native enum datatype