Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

How to combine inner join and left join in Entity Framework

NUnit first test very slow with Entity Framework in Resharper test runner

Generating Cache Keys from IQueryable For Caching Results of EF Code First Queries