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...
|
10
Shouts |
|
|||
No comments yet, be the first one to post comment.