Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

How does one access and bind the entity meta-data (through JavaScript on the client) available from Upshot?

VS2012 Error from Entity Data Model: "Could not parse configuration file."

Logging changes through Entity Framework

Correct way to pass Entity objects between layers?

EF4 ASP.NET - Managing Entity Edits between HTTP Posts and Rollback

Entity Framework EDMX - Entity Pluralization Fix

entity-framework-4 t4

Retrieve data from sqlserver in vb.net using entity framework and native sql

Why is my MVC app caching this setting?

Can I force multiplicity/assocations with Entity Framework?

Entity Framework 4 does not support SQLite

EF4 and Code first approach

Missing something in "Delete" post method in MVC (EF 4.1)

Entity Framework: Type "mapped as a complex type" Error

Adding and deleting many-to-many using DbContext API

Getting "Cannot insert the value NULL into column" when trying to save with .Add() method using DbContext . Please check my POCO's and save method

What does "Entity Tracked by Context" mean in Entity Framework

Are related records loaded into HashSet or SortedSet?

entity-framework-4

Possible to use the Repository Pattern + Stored Procedures ? Should / can they return IQueryable?

EF 4.1 Bidirectional one-to-one problem