Search code examples
Code First table per hierarchy mapping...

c#entity-frameworkef-code-first

Read More
Entity Framework 6 Code First migrations - multiple branches for production...

entity-frameworkef-code-firstentity-framework-6entity-framework-migrations

Read More
System.InvalidOperationException: 'The LINQ expression => EntityShaperExpression:...

c#sqllinqasp.net-coreef-code-first

Read More
Entity Framework error - Either the parameter @objname is ambiguous or the claimed @objtype (Index) ...

sql-serverentity-frameworkef-code-firstentity-framework-migrations

Read More
How to store double[] array to database with Entity Framework Code-First approach...

c#.netentity-frameworkef-code-firstfluent-interface

Read More
Extract property from a List and insert into another table...

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

Read More
EF Code First design of entity relationships...

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

Read More
Is there a way in EF core to use a dbContext to generate migration script...

c#entity-framework-coreef-code-firstnpgsql.net-7.0

Read More
Mapping composite keys using EF code first...

c#sql-serverentity-frameworkentity-framework-6ef-code-first

Read More
Entity framework code-first null foreign key...

entity-frameworkmappingef-code-firstforeign-key-relationshipentity-framework-4.1

Read More
ASP.NET Core 7 Identity - Custom User, Role, and PK Type...

asp.net-mvcasp.net-coreasp.net-identityef-code-first

Read More
Executing raw SQL queries with EF Core and SQL Server - System.Data.SqlClient.SqlException: 'Cou...

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

Read More
Code-first foreign key references primary key in same table EF Core 7...

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

Read More
Entity Framework Core 2.0: How to configure abstract base class once...

sql-serveref-code-firstentity-framework-coreasp.net-core-2.0ef-fluent-api

Read More
Asp.net Core Linq query takes too much time...

asp.netasp.net-mvclinqentity-framework-coreef-code-first

Read More
How do I just LINQ Join() to link two IQueryables?...

linqjoinc#-4.0entity-framework-4ef-code-first

Read More
Linq when using GroupBy, Include is not working...

linq-to-entitiesef-code-firstentity-framework-4.3

Read More
"Ghost" shadow-key in EF Core fluent api...

c#entity-framework-coreef-code-firstef-fluent-api

Read More
Access the database name inside Up in DbMigration...

.netsqlsql-serverentity-frameworkef-code-first

Read More
How to Seed Users and Roles with Code First Migration using Identity ASP.NET Core...

ef-code-firstasp.net-identityasp.net-core-mvcseeding

Read More
How to remove Many to Many auto generated table with Entity Framework Code First...

asp.net-mvcentity-framework-6ef-code-firstrelational-database

Read More
Add additional property to application user ASP.NET MVC...

c#asp.net-mvcentity-frameworkef-code-first

Read More
SqlException while initializing database, but only on Azure and only with CF Migrations...

sql-serverentity-framework-6azure-sql-databaseef-code-firstsqlconnection

Read More
How to use ValueGeneratedOnUpdate() correctly?...

c#ef-code-firstentity-framework-core

Read More
Entity Framework how to derive from a non existent class...

entity-frameworkasp.net-coreblazoref-code-first

Read More
How to get the foreign key column that auto created by ef core?...

c#asp.netasp.net-coreentity-framework-coreef-code-first

Read More
Storing TimeSpan with Entity Framework Codefirst - SqlDbType.Time overflow...

c#.netentity-frameworkef-code-firsttimespan

Read More
EF6 and pre-generated views...

c#entity-frameworkef-code-firstt4

Read More
How can I force entity framework to insert identity columns?...

asp.netsql-serverdatabaseentity-frameworkef-code-first

Read More
Set EF6 Code First strings fluently to nvarchar(max)...

c#entity-frameworkef-code-firstef-fluent-api

Read More
BackNext