Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Change name of generated Join table ( Many to Many ) - EF Core 5

How can I stop EF 7 mapping an entity property to a column?

entity-framework-core

EF core not creating tables on migrate method

No database providers are configured EF7

ThenInclude not recognized in EF Core query

Asp.net Core EF options.UseInMemoryDatabase System.TypeLoadException

How do I visually design my database with Entity Framework Core? [closed]

How to convert C# Resource File Strings into methods and not just properties?

Azure function V3 could not load file or assembly Microsoft.Extensions.DependencyInjection.Abstractions, Version=5.0.0.0 with EF core 5.0-rc1

PATCH when working with DTO

The seed entity for entity type 'X' cannot be added because the was no value provided for the required property "..ID"

Entity framework Core : property setter is never called (Violation of encapsulation?)

Avoid Entity Framework Error with Multiple Tasks Running Concurrently on Same DbContext

Where IN Clause in Entity Framework Core

entity-framework-core

Select specific properties from include ones in entity framework core

entity-framework-core

System.TypeLoadException: Method 'Create' in type 'MySql.Data.EntityFrameworkCore.Query.Internal.MySQLSqlTranslatingExpressionVisitorFactory'

JSON serialization Value Conversion not tracking changes with EF Core

No mapping to a relational type can be found for the CLR type 'Int32[]'

c# entity-framework-core

asp core ef migrations on production server

ASP.NET Core Access User.Identity in Controller Constructor