Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-core-6.0

What is the equivalent of entityEntry.Metadata.DefiningNavigationName() in EF Core 6?

Why does "dotnet ef migrations add" start my application?

How to map and use SQL Server user defined function with EF Core when using value objects?

The property is part of a key and so cannot be modified or marked as modified (ForeignKey is not a key)

'DbFunctions' does not contain a definition for 'ILike'

How To Resolve Error: Required properties '{'Prop1', 'Prop2'}' are missing for the instance of entity type 'SomeType''?

c# .net-6.0 ef-core-6.0

EF Core 6 startup project doesn't reference EFCore.Design while trying to scaffold to a project that is NOT the startup project

Parameterized Raw SQL Update not working in EF Core

C# EF Core 6 How do I pass connection string into Context constructor as a string and not as an option

c# .net-6.0 ef-core-6.0

How to execute SQL query and return an object?

How to order by date from related table with EF Core and LINQ