Search code examples
How to use general picture model relational database in C# with Entity Framework?...

c#entity-frameworkentity-framework-coreef-code-first

Read More
.NET Core 3.1 dbset model migration to multiple SQL tables...

.net-coreentity-framework-coreef-code-first

Read More
Set identity to the previous created column during migration...

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

Read More
C# ASP.NET Entity Framework - T successfully saves to Db, but does not appear in User's List<...

c#entity-frameworkasp.net-web-apientity-framework-coreef-code-first

Read More
EF Including Other Entities (Generic Repository pattern)...

c#entity-frameworkentity-framework-4repository-patternef-code-first

Read More
Getting exact error type in from DbValidationException...

.netentity-frameworkentity-framework-4.1ef-code-first

Read More
Seeding data. SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint...

c#sqlentity-frameworkasp.net-coreef-code-first

Read More
Generate an unique string for a field in a pre-defined pattern when save using Code First Approch: E...

c#entity-frameworkef-code-first

Read More
Multiple DB Contexts in the Same DB and Application in EF 6 and Code First Migrations...

asp.net-mvcentity-frameworkef-code-firstentity-framework-migrations

Read More
Is there any way to convert SQL Server *data* into entity framework objects for the purpose of seedi...

c#sql-serverasp.net-mvcentity-frameworkef-code-first

Read More
An error occurred while saving entities that do not expose foreign key properties for their relation...

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

Read More
When does EFCore OnModelCreating get invoked?...

c#entity-frameworkasp.net-coreef-code-firstef-core-2.1

Read More
Custom Entity Framework Core Migration Script?...

c#entity-frameworkentity-framework-coreef-code-firstentity-framework-migrations

Read More
The type 'Company.Model.User' and the type 'Company.Core.Model.User' both have the s...

entity-frameworkinheritanceef-code-firstentityentity-framework-6

Read More
Add List of EntityB as Property to EntityA that has no relation to EntityB...

ef-code-first

Read More
DbUpdateException with entities that do not expose foreign key properties...

entity-frameworkentity-framework-4ef-code-firstentity-framework-4.3

Read More
EF: Avoiding multiple update statements...

c#entity-frameworkef-code-first

Read More
Entity Framework: One Database, Multiple DbContexts. Is this a bad idea?...

entity-frameworkef-code-firstentity-framework-4.3dbcontext

Read More
The foreign key property '' was created in shadow state because a conflicting property with ...

asp.netentity-frameworkforeign-keysef-code-first

Read More
Define circular relationship for ICollection of bookings in entity framework...

entity-frameworkentity-framework-coreef-code-firstentity-framework-migrations

Read More
How to create index in Entity Framework 6.2 with fluent configuration...

entity-frameworkentity-framework-6ef-code-first

Read More
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
BackNext