Search code examples
One to One EntityTypeConfiguration using EF 6.0 and code first...

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

Read More
Using MaxLength attribute to specify NVARCHAR(MAX)...

c#entity-framework-6ef-code-firstrazor-pages

Read More
C# Entity Framework Code-First- How do you add a row with foreign key using just the id of that fore...

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

Read More
Does EF Core allow a unique column to contain multiple nulls?...

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

Read More
Code First Migration - SQL Update column with data from another row in same table...

sqlsql-serverentity-framework-coresql-updateef-code-first

Read More
EF Core Select query with null references...

entity-framework-coreef-code-first

Read More
ASP.NET-Identity: how to limit UserName length?...

entity-frameworkentity-framework-6ef-code-firstasp.net-identity

Read More
How to use .Include() in EF Core with ViewModel...

asp.net-coreentity-framework-coreef-code-firstef-core-3.1ef-core-3.0

Read More
DbSet<T>.AddAsync is setting an id value on an identity column causing an exception...

c#entity-framework-coreef-code-firstef-code-first-mapping

Read More
AutoMapper throwing StackOverflowException when calling ProjectTo<T>() on IQueryable...

c#entity-frameworkef-code-firstautomapperstack-overflow

Read More
Base entity common to all tables in EF Core 3.0...

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

Read More
In entity framework core, how we can set relationship for a table, when two fields is mapping to pri...

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

Read More
EF Core Check constraint...

sqlsql-serveref-code-firstentity-framework-core

Read More
Add item to many to many entity in Entity Framework...

c#asp.netentity-frameworkentity-framework-6ef-code-first

Read More
Required rule for all properties in entity framework code first...

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

Read More
EFCore Generic Repository and UnitOfWork Design Pattern...

entity-framework-coreef-code-firstrepository-patternunit-of-workef-fluent-api

Read More
asp.net core appears to freeze when debugging application...

debuggingvisual-studio-2015ef-code-firstasp.net-core

Read More
Entity Framework doesn't add new table to database...

c#asp.netentity-frameworkef-code-first

Read More
Mapping 1-0..1 Relationship with Navigation Property Without FK...

c#.netentity-framework-6ef-code-first.net-5

Read More
Can I change the default schema name in entity framework 4.3 code-first?...

c#sqlentity-frameworkentity-framework-4ef-code-first

Read More
What is the syntax for self referencing foreign keys in EF Code First?...

entity-frameworkef-code-first

Read More
The property is not a declared property on type 'class'...

c#entity-frameworkef-code-first

Read More
EF Core Migrations do not take seeding data values...

entity-framework-coreef-code-firstef-core-3.1

Read More
Is it possible that two different classes have a property -a collection of classes and each object k...

c#ef-code-first

Read More
Transactional operation with SaveChanges and ExecuteStoreCommand...

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

Read More
Code first Enable migration error in Entity framework 6 MVC 5...

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

Read More
ASP.NET MVC Code-First Building Empty Migrations...

c#.netasp.net-mvcasp.net-mvc-4ef-code-first

Read More
Cannot insert "subclass" object into database using EF Core code first...

asp.net-coreentity-framework-coreef-code-firstasp.net-core-3.1

Read More
Inheriting properties from model - Navigation properties can only participate in a single relationsh...

c#inheritanceentity-framework-coreef-code-first

Read More
AspNetUserRole table creating multiple columns in the database after customizing .NET...

c#asp.net-coreentity-framework-coreef-code-firstasp.net-identity

Read More
BackNext