Search code examples
Fluent API, many-to-many in Entity Framework Core...


c#entity-frameworkcode-firstef-fluent-api

Read More
EF, How to conditionally include a navigation property that type of it related to value of another p...


c#entity-frameworkcode-first

Read More
Entity Framework Core does not see all subtype fields...


entity-framework-corecode-first

Read More
Which is the best practice to add a related objects in Entity Framework?...


c#asp.net-coreentity-framework-corecode-first

Read More
Data in database is not visible despite migrations...


c#sql-serverentity-frameworkasp.net-mvc-5code-first

Read More
CodeFirst migrations: How to run a database script (C# or SQL) after completion of "update-data...


sql.net-coreentity-framework-migrationscode-firstef-core-3.1

Read More
Is it possible to use JSON file as backend storage in Code First Entity Framework?...


jsonwinformsentity-frameworkef-code-firstcode-first

Read More
Related Data Automatically Loaded in .net core 2.2...


.net-coreasp.net-core-mvcentity-framework-coreasp.net-core-webapicode-first

Read More
What does Add-Migration command use to compare schemas?...


c#.netentity-frameworkentity-framework-corecode-first

Read More
Self-referencing many-to-many recursive relationship code first Entity Framework...


c#entity-frameworkmany-to-manycode-first

Read More
EF6: Create stored procedure. Use Fluent API or DBMigrations?...


entity-frameworkstored-procedurescode-first

Read More
How can we use RepoDB with code first approach?...


asp.net-coreormmigrationef-code-firstcode-first

Read More
In Code first The INSERT statement conflicted with the FOREIGN KEY constraint...


c#sqldatabasecode-first

Read More
Unique Constraint in Entity Framework Code First...


entity-frameworkcode-firstunique-constraint

Read More
How to delete basic fields and add custom fields on AspNetCore.Identity?...


c#asp.net-mvcasp.net-coreasp.net-identitycode-first

Read More
Code First Migration with Connection Strings...


ef-code-firstcode-firstentity-framework-migrations

Read More
"Violation of PRIMARY KEY constraint '...'. Cannot insert duplicate key in object...


c#sqllinqcode-first

Read More
How to delete all related entities from database with Entity Framework code-first...


c#entity-frameworkcode-first

Read More
Entity Framework Exception has been thrown by the target of an invocation...


c#entity-frameworkcode-first

Read More
Code-First Entity Framework inserting data with custom ID...


c#.net-4.0entity-framework-4.1code-first

Read More
Entity Framework auto incrementing field, that isn't the Id...


entity-frameworkef-code-firstcode-first

Read More
Using Entity Framework with code-first no autoincrement...


c#winformsentity-frameworkcode-first

Read More
WPF application with EF6 does not create new database in SQL Server Enterprise...


c#wpfentity-frameworkcode-first

Read More
Cannot Create Database with credentials using Entity Framework Code-First?...


c#entity-frameworkef-code-firstentity-framework-migrationscode-first

Read More
Code first from Database - Cannot insert the value NULL into column 'Id' but value actually ...


c#sql-serverentity-frameworkef-code-firstcode-first

Read More
The annotation 'SqlServer:Include' was not found. Ensure that the annotation has been added ...


c#asp.net-mvcentity-frameworkentity-framework-corecode-first

Read More
Conditionally inserting data in a code-first migration with Entity Framework...


c#asp.netentity-frameworkentity-framework-migrationscode-first

Read More
Entity Framework Core 3.1 code first unique constraint not working...


entity-framework-corecode-firstunique-constraint

Read More
Synchronize data of two dbcontexts (Different providers)...


c#entity-frameworkef-code-firstcode-firstdbcontext

Read More
Entity Framework Code First Migration - drop column...


asp.netentity-frameworkmigrationcode-firstentity-framework-migrations

Read More
BackNext