Search code examples
How do I map to a lookup table using Entity Framework Code First with Fluent API...


databaseasp.net-mvc-4ef-code-firstfluent

Read More
EF Core one-to-many relationship with multiple contexts (databases)...


asp.netentity-framework-coreef-code-first

Read More
Possible Null reference return...


c#entity-frameworkrazoref-code-firstdata-annotations

Read More
mapping private property entity framework code first...


entity-frameworkef-code-firstprivate-members

Read More
Does EF Core allow a filtered/partial unique index which does not allow multiple NULLs?...


c#entity-frameworkef-code-firstentity-framework-core

Read More
Create code first, many to many, with additional fields in association table...


c#entity-frameworkef-code-firstmany-to-many

Read More
conversion of a datetime2 data type to a datetime data type error with EF Code first?...


c#sql-server-2008entity-frameworkef-code-firstentity-framework-4.3

Read More
Entity Framework: Multiple code first migrations and the configuration seed method...


c#entity-frameworkef-code-firstcode-firstentity-framework-migrations

Read More
Entity Framework - list of items is not loading...


c#entity-frameworkef-code-first

Read More
Code first migration error "Implicit conversion from data type nvarchar(max) to varbinary(max) ...


entity-frameworkef-code-firstentity-framework-migrations

Read More
What is the difference between DbSet<> and virtual DbSet<>?...


entity-frameworkef-code-first

Read More
Ef creates foreign key property in shadow state...


c#sql-serverentity-frameworkef-code-first

Read More
Entity Framework Code First - Change Table Column Collation...


sql-serverentity-frameworkentity-framework-4entity-framework-ctp5ef-code-first

Read More
EF Code First - how to set identity seed?...


c#.netef-code-firstentity-framework-4.1

Read More
How do I set Identity seed on an ID column using Entity Framework 4 code first with SQL Compact 4?...


entity-framework-4ef-code-firstsql-server-ceidentity-column

Read More
EF Code First The INSERT statement conflicted with the FOREIGN KEY constraint...


c#ef-code-firstruntime-errorentity-framework-6asp.net-identity

Read More
Apply Migrations for EF 6 Code First - no context type was found...


c#entity-framework-6ef-code-first.net-4.8

Read More
LINQ outer join on association tables?...


c#linqef-code-firstleft-join

Read More
How to add an index on multiple columns with ASC/DESC sort using the Fluent API?...


entity-frameworkindexingef-code-firstentity-framework-6ef-fluent-api

Read More
Group Identity Users in many-to-many relationship and limit to a resource based on role...


c#.net-coreef-code-first

Read More
Why to initial my ASP.NET MVC local database by code-first? Why add to some dummy data by code first...


asp.net-mvcdatabaseef-code-firstdatabase-migration

Read More
Create table in migration code first if it does not exist...


c#entity-framework-coreef-code-first

Read More
Why does running Update-Database on my empty production database not create any tables?...


entity-frameworkentity-framework-6ef-code-firstentity-framework-migrations

Read More
.NET Blazor - Duplicate Entry for Primary Key with Many-To-Many Relationship Created Using EF Core 6...


c#mysql.netentity-framework-coreef-code-first

Read More
EF Code First: How to get random rows...


c#entity-frameworkentity-framework-4.1ef-code-first

Read More
Using Entity Framework with Sql Server Compact Edition without App.Config additions...


c#entity-frameworkef-code-firstsql-server-cerhino3d

Read More
Entity Framework Core using existing models and database , upgrading from .Net 4.8...


c#sql-serverentity-framework-coreef-code-firstentity-framework-migrations

Read More
How to avoid cycles when introducing FOREIGN KEY constraint in a table?...


c#entity-framework-coreef-code-first

Read More
EF Core: entity requires a key - but it does have a key...


c#entity-framework.net-coreentity-framework-coreef-code-first

Read More
The specified type member 'Title' is not supported in LINQ to Entities...


c#linqentity-frameworkef-code-first

Read More
BackNext