One of the challenging things with current version of Entity Framework, its leakage of testability. Which means when you build an application or module (e.g. Repositories) that depends on entity framework, it will be very hard to unit test your code isolated from Entity Framework. This might lead to conduct Integration Testing which will require a connection and interaction with underlying data store (database).
|
5
proggs |
Tuesday, September 08, 2009 6:15:16 PM GMT
Monday, September 07, 2009 3:24:50 PM GMT
|




Комментариев нет, оставьте первый комментарий.