Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Can fluent API set NotMapped on all entities that inherit from a base class?

.Include in following query does not include really

entity-framework include

Code-first, setting database collation

Emit DbContext.OnModelCreating on every context creation

Entity Framework Check if multiple records exist before insert

.net core not connecting to the changed database in appsettings.json connectionstrings in visual studio debug

Iterate through parameters in DbCommand

entity framework 4.1 partial class initialisation

How might I move an existing entity into a different c# namespace and maintain migrations?

Visual Studio Support (DDEX) for PostgreSQL with Entity Framework - Where is the setup file? (.exe)

entity-framework npgsql

DatabaseGeneratedOption: Identity vs. Computed

How to get DbSet<SomeClass> (EF) from the dbContext using reflection?

EF Core Oracle Timestamp with Timezone to DateTime in c#