Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Reusing LINQ query results in another LINQ query without re-querying the database

Transforming Entity Framework EDMX File with XSLT

Does the entity model replace the model in mvc

Could not load file or assembly 'EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

How to create Dataset and fill the dataset in asp.net using Entity Framework

EF4 adding multiple entities (An object with the same key already exists in the ObjectStateManager)

entity-framework-4

How to create a business model wrapper for a generic database approach?

Is this query being executed on an in-memory collection, or in the database?

How to get DbContext Instance within UnitOfWork via Ninject?

TPH Inheritance mapping uses nchar (N'value') instead of char ('value') for discriminator column value

How do I know if an object with a specified key is loaded in DbContext?

Partial postback of page with dropdownlist using AJAX on MVC3 page EF4

use other instead of @Html.DisplayFor in asp.net mvc 3 razor view

Executing logic before save or validation with EF Code-First Models