Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Query an Entity Framework entity without knowing the object type (class/table) in advance

"the entity type is not part of the model for the current context" error is thrown when project contains more than one EDMX file

MySQL Data Provider Not Showing in Entity Data Model Wizard

How to set a property to be "Identity" or auto-incremented column with Entity Framework Core?

Can one make a C# attribute that is a combination of other attributes that get picked up by Entity Framework Code first migrations

Math Absolute In Ef Core?

EF Core2.2: Scaffold-DbContext not working with named connection string in WPF project

best practise/way for master detail / multi table Insert in Entity Framework

Entity Framework - Saving Changes to Related Objects in Detached State

WCF Data Services implementation strategies

Entity Framework and Multi Language Databases

How Refactor Code/DB schema with EF 4 code first - Data Migration

Can I do an INSERT with a SELECT equivalent in Entity Framework 4

Serialize Entity Framework object, save to file, read and DeSerialize

Modular applications with Entity Framework Code Only and ASP.NET MVC

Entity Framework: mix table per type and table per hierarchy

ASP.NET Entity Framework 4 Navigation Entity not reflecting changes made to database

asp.net entity-framework

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

Mixing Model first and Code first

How can I bind an Entity Framework association to a ComboBox?