Last few days, I was thinking to jot down all the code snippet that I used very frequently. Here comes the first one -
Today’s post will be covering a simple aspect
Provider design pattern of .Net Framework 2.0 facilitates an approach to design components in a decoupled and extensible manner. In this post, we investigate this design pattern, and show how we can
http://sourcemaking.com/ - a very cool website to learn Design Patterns, AntiPatterns and Refactoring. Check it out. You will simply love it.
This is the last post of the series regarding TestContext. The other posts of this series include:
On Unit Testing:
* Why is Unit Testing so Important?
* TDD in a Nutshell.
* More on Unit
TestContext consolidates the support of Data Driven Unit Tests via mstest by allowing access to the datasource (e.g., database table), associated with the present code under test. This post describes this very