Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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#

How to map a DDD Value Object in EF to a different table?

InnerException in Entity Framework when I try add an entity

Seeding users and roles in dbcontext in asp.net core: Circular dependency problem

Entity Framework EDMX to Code First

Return Entity Framework Objects as JSON

Code first Entity Framework 6.1 Custom Aggregate Function

What's the purpose of StartupProjectName parameter in Add-Migration in EF