Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF Core Query multiple tables with condition between

EF Core : Update column only for modified properties from disconnected entity

How to connect to MySQL server using Entity Framework Core

Use Entity Framework to access data from a Web service?

c# .net entity-framework

System.Data.Entity.Infrastructure.UnintentionalCodeFirstException was unhandled by user code HResult=-2146233079

c# 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)