Search code examples
How does EF DB First works for subsequent updates into DB?...


entity-frameworkef-database-first

Read More
Entity Framework generate sql with column that does not exist in database or code first model...


entity-frameworkef-code-firstef-database-firsthybrid

Read More
EF Core 2: Database first with many-to-many (linking table)...


asp.net-coreentity-framework-coreef-database-firstef-core-2.0

Read More
How Can I Create two new fields in a list by filtering the one specific field in MVC?...


asp.net-mvcinner-joinviewmodelef-database-firstnested-select

Read More
What is the best pattern for persisting entity order in a relational database?...


c#sql-serverentity-frameworkef-database-first

Read More
Entity Framework: Using Multiple Junction Tables...


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

Read More
Changing connection string at web.config in MVC...


asp.net-mvcweb-configconnection-stringef-database-first

Read More
Creating a computed property with Entity Framework 6...


c#winformsentity-framework-6ef-database-firstcomputed-properties

Read More
Database First Entity Framework multiplicity...


c#sqlentity-frameworkef-database-firstmultiplicity

Read More
How to query data with calculated fields and map to a ViewModel with a nested ViewModel Collection?...


c#asp.net-mvc-5entity-framework-6ef-database-first

Read More
MVC ModelState error "The ID field is required" although the database generates an ID...


asp.net-mvcmodelidentityef-database-firstdatabase-first

Read More
Entity Framework database-first - dynamically adding table to model...


c#entity-framework-6ef-database-first

Read More
How to customise entity name casing in EF Core with database first...


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

Read More
regular expression to validate MVC model property...


asp.netasp.net-mvcentity-frameworkvalidationef-database-first

Read More
"the entity type is not part of the model for the current context" error is thrown when pr...


c#entity-frameworkef-database-first

Read More
Entity Framework 6 trying to drop non existent Index when renaming...


c#entity-frameworkentity-framework-migrationsef-database-first

Read More
'object' does not contain a definition for 'State'...


asp.net-mvcerror-handlingef-database-firstusing-statement

Read More
How to modify an enumeration created with DB-first Entity Framework...


c#entity-frameworkef-database-first

Read More
ChangeTracker implementation with database first appraoch...


ef-database-firstjson-apiaudit-logging

Read More
Add extra column to entity model which is not present in database...


c#entity-frameworkef-database-first

Read More
Update an entire record using entity framework...


c#entity-frameworkentity-framework-5ef-database-first

Read More
To obtain a result list from many to many relationship in Entity Framework...


c#entity-frameworklinqef-database-first

Read More
Entity Framework 6 Database First Doesn't Generate Entity on Table With Composite Key...


sql-serverentity-frameworkentity-framework-6composite-primary-keyef-database-first

Read More
Why does Database First EF skip mapping some tables?...


entity-framework-4database-firstef-database-first

Read More
'System.Data.Entity.Core.EntityCommandExecutionException' occurred in EntityFramework.SqlSer...


asp.net-mvcdatareaderef-database-firstrawsql

Read More
The entity type is not part of the model for the current context - DBFirst...


vb.netentity-frameworkef-database-first

Read More
How can I add a property to a database first Model that is not going to be part of the Database...


c#.net-4.5ef-database-first

Read More
EF6 Database First Table-per-Type multiplicity issue on foreign key...


c#entity-framework-6ef-database-first

Read More
Setting binding for lookup combobox using WPF and Entity Framework...


c#wpfentity-frameworkdata-bindingef-database-first

Read More
C# Entity Framework 6 with npgsql postgresql custom data type not mapped in edmx...


c#postgresqlentity-frameworknpgsqlef-database-first

Read More
BackNext