10
Shouts

ADO.NET team blog : Walkthrough: Test-Driven Development with the Entity Framework 4.0

published 1251 days, 14 hours, 23 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1253 days, 6 hours, 7 minutes ago
Sunday, December 20, 2009 3:44:28 PM GMT Saturday, December 19, 2009 12:00:49 AM GMT

Walkthrough: Test-Driven Development with the Entity Framework 4.0Published 17 December 09 02:15 PM | dpblogs  This walkthrough will demonstrate how to use the new Plain Old CLR Object (POCO) support in Entity Framework 4.0 to develop an application using Test-Driven Development (TDD). In the first release of EF, entity classes had to inherit from EntityObject or implement one of the EF interfaces, which meant your classes had to have direct dependencies on the EF. As a result, writing unit tests tha...

category: Architecture | clicked: 0 | | source: blogs.msdn.com | show counter code
tags: entityframework4, EF4, TDD