Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

Combine EF Power Tools and .edmx to generate CodeFirst Class And DB

Update only certain columns in DB using Entity Framework

Can I use and return EF4 code-first POCO entities as their interface?

How can I create a detached clone of an EF codefirst class for testing purposes?

Adding record duplicates other object using entity framework

how to create postgreSQL database using EF code first

ef code first seed many to many relationship

Entity framework code first migration to multiple database

Entity Framework 4 Code First Custom table mapping Fluent API issue

Why is MVC3 not scaffolding my foreign key columns

EF Code First convention to allow ICollection<T> properties to be empty collections rather than null?

.NET MVC 3 Code First database collation

Code First default DateTime not working

EF Code First Migrations: recreate database and Seed

Entity framework - Include() loads all chidren properties even virtual ones

The foreign key property 'fk1' was created in shadow state because a conflicting property with the simple name 'property'

Connection string format and SQL Server login error

Foreign key as TPH discriminator in EF4 using CTP4 Code First