Top "Entity-framework-4" questions

A tag for ADO.

How to use Entity Framework + PostgreSQL from connection?

I have already seen threads discussing the use of Entity Framework and PostgreSQL with official instructions. Those instructions need to …

entity-framework-4 postgresql-9.1 npgsql
How to share common column names in a Table per Hierarchy (TPH) mapping

I'm using Entity Framework 4 CTP5 code first approach and I have a Table per Hierarchy (TPH) mapping. Some of my …

c# .net entity-framework-4 ef-code-first mapping