Search code examples
The entity type <type> is not part of the model for the current context...

c#entity-frameworkef-code-firstdbcontext

Read More
Trying to set a non-null string to type 'System.Int32'...

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

Read More
Error adding migration when data models are in a separate assembly...

c#asp.netef-code-firstentity-framework-migrations.net-6.0

Read More
How to know project is code-first or database-first?...

c#entity-frameworkef-code-firstdb-first

Read More
Running EF core command 'update database' in .NET core 2.2 app is applying an old migration ...

c#.net-coreentity-framework-coreef-code-firstentity-framework-migrations

Read More
Getting the result of a computed column from database into an entity...

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

Read More
How do I add a custom message to a required property with a min and max size using fluent api?...

c#entity-framework-coreef-code-firstasp.net-core-webapi

Read More
Cannot insert the value NULL into column 'created_date', table 'WebApp.dbo.Inventories&#...

databasemodelentity-framework-coreef-code-firstasp.net-web-api2

Read More
EF Core: Map Many to Many relationship without navigation property...

c#entity-frameworkef-code-firstef-fluent-apief-core-3.0

Read More
How to link a view to a model in vb.net code First...

vb.netef-code-firstedmx

Read More
Create Database on Runtime - Entity FrameWork Code-First...

c#sqliteentity-framework-coreef-code-first

Read More
Optimistic concurrency: IsConcurrencyToken and RowVersion...

c#sql-serverentity-frameworkconcurrencyef-code-first

Read More
How to add foreign keys in multiple table in ASP.NET Core MVC code-first approach?...

sql-serverasp.net-coreasp.net-core-mvcforeign-keysef-code-first

Read More
Allow empty strings for fields marked with PhoneAttribute or UrlAttribute...

c#entity-frameworkvalidationef-code-firstdata-annotations

Read More
One to one relationship, different key column name, Entity Framework, Code First approach...

c#ef-code-firstentity-framework-4.1

Read More
EFCore codefirst migrations and the aspnetcore_environment...

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

Read More
Entity Framework validation error on non-required object field...

c#asp.net-mvcentity-frameworkasp.net-web-apief-code-first

Read More
Force Entity Framework 5 to use datetime2 data type...

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

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

c#entity-framework-coreincludeef-code-firstrepository-pattern

Read More
Entity Framework - The foreign key component is not a declared property on type...

c#.netentity-frameworkef-code-firstcode-first

Read More
No mapping exists from object type System.Collections.Generic.List when executing stored proc with p...

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

Read More
Entity Framework Core code first many-to-many save with only foreign keys...

entity-framework-coreef-code-first

Read More
EF Code First - Globally set varchar mapping over nvarchar...

c#entity-framework-4code-firstef-code-first

Read More
Why does code first/EF use 'nvarchar(4000)' for strings in the raw SQL command?...

entity-frameworkef-code-first

Read More
Using code-first approach,I don't have an edmx file. what's the alternative?...

asp.netasp.net-mvcentity-frameworkef-code-firstcode-first

Read More
Entity Framework, Automatic apply Migrations...

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

Read More
composite key as foreign key...

c#entity-frameworkef-code-firstforeign-keyscomposite-key

Read More
Publish WPF Application with localdb without click-once...

c#wpfentity-framework-6ef-code-firstlocaldb

Read More
EF Code First Generate C# Seed Method from Database...

c#entity-frameworkef-code-first

Read More
How to delete and recreate from scratch an existing EF Code First database...

ef-code-firstentity-framework-migrations

Read More
BackNext