Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

EF4: how to use a generic repository pattern ?

Stack overflow exception without infinite loop (as far as I can tell)

Opening an SQL CE file at runtime with Entity Framework 4

Why do child entitites in Entity Framework include a virtual property referencing the parent?

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