Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

how to map composite key in CRUD functionality

LINQ Query very slow compared to SSMS

MigrateDatabaseToLatestVersion initializer failing to create database

EF migration : Error changing an indexed field to nullable

Entity Framework 5 - "Conflicting Changes Detected"

Using DbContext SaveChanges with Transactions

Base class/Entity in EntityFramework 5.0

Ordering Column Attributes in Entity Framework

Does EF5 DbContext.SaveChanges handle transaction commit and rollback?

Get Primary Key of DBEntityEntry when Adding

DbContext.Entry performance issue

Convert to Enum

The entity type [Name] is not part of the model for the current context

Unable to run EF5 migration with existing database

Entity Framework code first with TimeStamp type

Disable the default constructor on a Database-First workflow

How to update only modified values (EntityFramework 5.0)?

Pros and Cons of putting a db context in static class library

WebSecurity.CreateUserAndAccount propertyValues

Bring back DbContext.Detach() method with an extension method (EF5) [duplicate]