We are working on our .NET 3.5 Support. There are many new feature that have been added, we will take a look at how to mock a linq statement
For the [...]
Jacob Proffitt has hit the nail on the head with his "I do wish that people would admit that DI doesn’t have compelling applicability outside of Unit [...]
I have read this post Interaction based testing using TypeMock. This code: Mock clientMock = MockManager.Mock(typeof (Client));
clientMock.Strict = [...]