Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

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

!(ReferenceEquals()) vs != in Entity Framework 4

Foreign key as TPH discriminator in EF4 using CTP4 Code First

Discard Changes with Entity Framework 4 POCO

entity-framework-4 poco

Entity Framework Model First Navigation Properties adding invalid column names to query?

EF4 CTP5 - HasColumnType not working

Returning IQueryable vs. ObjectQuery when using LINQ to Entities

Entity Framework Context in Singleton

If you create a DomainService, exposing an entity, can you access aggregate entities?