I want to test my Entities that are built using Entity Framework. My concern is that using Entity Framework means directly working with data source. So any ideas how to unit testing Entity Framework based components?
For Enity Framework 4, this looks promising: Testability and Entity Framework 4.0
Apparently it's very hard. Eloquently put by Erik here - TDD and ADO.NET Entity Framework