Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Entity Framework Code First Error "Error Locating Server/Instance Specified"

How do I upsert a record in ADO.NET EF 4.1?

c# entity-framework-4.1

Entity Framework and forced Inner Join

context.SaveChanges not working

Best way to handle concurrency with entity framework

SQL Server 2008 connection string for entity framework 4.1 code first

Deploy Entity Framework Code First

Migration using model first approach in entity framework

EF 4.1, Code-First: Is there an easy way to remove ALL conventions?

What fluent api method is correspond to [Timestamp] attribute in Data Annotations API to check concurrency

entity-framework-4.1

How to get the Primary Key(s) in Entity Framework 4.1, i.e. using DbContext

Implementing one-to-zero-or-one relation in SQL Server

Entity Type Has No Key Defined

How to define relationships programmatically in Entity Framework 4.1's Code-First Fluent API

EF 4.1 and "Collection was modified; enumeration operation may not execute." exception

c# entity-framework-4.1

EF 4.1 Code First and Existing Database and .NET Membership

EF 4.1, Code-First: Eager loading of cascading collections

TransactionScope, where is begin transaction on sql profiler?

EF Code First Additional column in join table for ordering purposes

entity-framework-4.1

On Insert / Update logic in EF code first