Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

C# - Entity Framework - Large seed data code-first

Making changes to domain-model using code-first (ORM) while in production

Store Enums as Strings in EF Core 6

How to convert EF properties into SQL Server's computed columns?

Do I need to add RowVersion TimeStamp type property "Entity Framework Code First" to Parent and Child classes?

EF Core Check constraint

How does Entity Framework find Down() methods when my code migrations are behind my database migrations?

Code First Modeling with Membership Tables

How to seed data to a List<String> model member?

Representing a Junction Table in Entity Framework

Differences in EF Code FIrst and Database first model [closed]

Entity Framework Core - Disable Model caching , call onModelCreating() for each instance dcontext

Use string as type of DbSet like DbSet<string> in EF-CodeFirst

EF code first: Cannot insert explicit value for identity column in table '' when IDENTITY_INSERT is set to OFF

Entity Framework Code First Migrations thinks there is a change that shouldn't be there

Class Inheritance with .NET EF4.1 + MySQL