Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

SQLite Error 19: 'NOT NULL constraint failed' - Are strings nullable by default in .NET6/C# 8?

Managing Static Data Items in entity

EF Core migration existing data

Why there are both EntityFramework and System.Data.Entity assemblies in my project?

A relational store has been configured without specifying either the DbConnection or connection string to use

EntitySet 'Department' is based on type 'Admin' that has no keys defined

In Entity Framework when should I use FirstOrDefaultAsync or FirstOrDefault?

converting DataTable to List<Entity> (ProjectDracula)

Adding Related Entities without using navigation properties

c# sql entity-framework

Does EF Core support an abstract base entity which is generic?

Correct option for handle MAX() when table is empty? [duplicate]

c# .net entity-framework

AutoMapper confuses ChangeTracker

Exception when trying to use `ThenInclude` in EF Core

Unable to load SqlServerSpatial.dll after referencing Microsoft.SqlServer.Types package

Converting flattened hierarchical data from SQL Server into a structured JSON object with C#/Linq