I am really looking forward to the next version of the Entity Framework, labeled 4.0 to match the .NET framework 4.0. Outside of the realm of the POCO designer setup, model first development, and some of those other design aspects, I'm going to look...
I am working on finishing an open source project and releasing a V1.0 of my Nucleo project ( http://www.codeplex.com/nucleo ). I came across an example that I can use to illustrate testability. Take a look at the following component: public class WebTraceLogManager...