Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

How do I add another table to my database using Code First on MVC3 and Entity Framework?

Querying an Entity's child collections in Entity Framework 4.1

How do I create/use a Lightswitch domain model (EF) from a standalone app?

SQLite.Net UTC DateTime

Cannot apply indexing with [] to an expression of type ICollection

Can I use AutoMapper to map one list to another list of already instantiated objects?

Problem with TPH Inheritance mapping in EF 4.1 with Code First

Why does adding explicit foreign ID columns to my EF4.1 CodeFirst entity cause a foreign key constraint conflict?

Entity Framework 4.1 - select Many to Many Association

EF Code First thinks database is out of date -- only in production

Specify a cascading delete for parent / child relationships?

Changing from using EF code-first SQL Server Express approach to using standard Management Studio

Entity with many-to-many relationship creation fails after upgrading to RC

Cannot rename Discriminator column in Entity Framework 4.1 Code First database

How to configure EF Code First to not map a specific type?

C# Float to Real in SQL Server

How to convert ADO.net generic query to Entity Framework or Linq