Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

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

EF 4.1 Code First - map enum wrapper as complex type

DbSet table name

c# entity-framework-4.1

Entity Framework Code First : Setting up One-To-One foreign key association using Annotations

Is it possible to directly reference a many-to-many table using entity framework, code first

Atomic Increment with Entity Framework