Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How do I get the corresponding POCO object Type from an Entity Framework Metadata EntityType object?

Entity framework CTP5 Model compatibility cannot be checked because the database does not contain model metadata

Entity Framework DbContext Connection string in app.config/web.config not being seen

Change table schema on middle table generated by Entity Framework

stuck with asp.net mvc 3.0 Scaffolding in case of many to many relationship

How do I get objects not currently in a mapping table using fluent linq

Using Entity Framework Code First Migrations on multiple Oracle Schemas

After upgrading to Dotnet - Database Compatibility Version - Not EFCore UseCompatibilityLevel, SqlException: Incorrect syntax near '$' [duplicate]

Can I use and return EF4 code-first POCO entities as their interface?

EF Code first Eager loading problem

Is possible to create a database (Sql Server compact) on a given path if we use Entity framework with code-first approach?

Entity CodeFirst EF6, EntityData string id

Entity Framework code-first & stored procedure

Code-First EF4.1 + SQL Server CE4 + Sync Framework

Using EF code-first while retaining stored procedures

How to define a table that its primary key is constructed from 2 foreign keys with EF code-first

one-to-one-or-zero relation with OneWay CascadeOnDelete