Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

How to return a list of int in Entity Framework Core using FromSqlRaw?

entity-framework-core

Adding DBContext Service to program.cs in Worker Project

exclude code coverage for ef core migration files

Migrate Entity Framework Core from .NET Core 3 to .NET 9 problem, using MySQL

How does Entity Framework Core 9 manage database connections?

Execute Raw SQL in EF Core 6.0.6

Is it possible to get provider information from a EF Core 7 PropertyBuilder

System.InvalidOperationException: No suitable constructor found for entity type 'BoundingBox'

MissingMethodException DbSet.ToList

Entity Framework Core Error: An error occurred using the connection to database '' on server 'localhost'

Predicate build with NET Core and EF Core

How to add new column to existing table and set it value based on existing column using EF migrations

Store Jsonstring using Entity Framework Core ExecuteSqlRawAsync

Unable to create a 'DbContext' of type '' while trying to migrate database