Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Code First Migrations in SQL Azure - Tables without a clustered index are not supported

Linq with where clause in many-to-many EF Code First object

Unique Index using Data Annotations [duplicate]

EF6 Code First: Using Fluent API to declare a Foreign Key

Unique Indexes convention in EF6

Entity Framework uses newsequentialid() for Guid Key

How to make Entity Framework CTP5 work with SQLite?

Entity Framework CTP5 Code First, WPF - MVVM modeling

Custom Initialization Strategy for EF Code First that doesn't drop tables to add a column

Execute StoredProcedure in CodeFirst 4.1

Design Pattern to use with Entity Framework Code First

Entity Framework Code First DbContext Checks the ConnectionString During Compile?

MS Azure/Code-First: Login failed for user

EF Code First Delete Batch From IQueryable<T>?

How to change the auto-generated "Discriminator" column in EntityFramework?

Finding entities with same key in an object graph for preventing "An object with the same key already exists in the ObjectStateManager" Error

"Object reference not set to an instance of an object" when creating a new Web API controller with EF Scaffolding in Visual Studio 2012

EdmAssociationConstraint: : The number of properties in the Dependent and Principal Roles in a relationship constraint

Using EF6 Store Functions for Entity Framework code-first, can I return a custom type?

Adding column in Entity Framework 6.1 - Many-To-Many - Code First