Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

Moving from Entity Framework to NHibernate

MVC3 Not Posting entire Model

Single Page Application, upshot.js, DbContext and DbDataController : Only Entity Models are supported?

Specifying Foreign Key Entity Framework Code First, Fluent Api