ASP.NET Debugging
For help with debugging ASP.NET issue especially on production servers. The following 2 blogs provide very valuable information as to inner working of ASP.NET.
For help with debugging ASP.NET issue especially on production servers. The following 2 blogs provide very valuable information as to inner working of ASP.NET.
I came across Moq a mocking framework specifically designed for .NET 3.5. You know when you hear that lambda expressions are going to be used heavily…and they are.
But, that’s a good great thing. You just need to start using it in a couple of tests and bam! before you know it, it will seem intuitive to you.
Oh and btw the document is not bad at all and full of examples to get you started.