Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

EF Core disconnected update of collection navigation properties via full replacement

How to catch exception when database connection is lost when using EF?

EF 6.4 Migration with .NET Core and ef6.dll yields in NullReferenceException

Multiple database in one transaction in Entity Framework

How to search string using Entity Framework with .Contains and with accent-insensitive

EF6 ToListAsync() Cancel Long Query not working

Giving database context to object Factory

How entity framework SaveChanges works?

c# entity-framework

SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM

Abstract class with EF Core Migrations

Entity Framework check if column exists during OnModelCreating

c# .net entity-framework

Entity Framework, Code First: How can i make a Foreign Key Not-Nullable

ICollectionView Sort doesn't work after changing source

Does Entity Framework support COUNT(*) OVER()

Unique primary key using Entity Framework