c#

Inside Static Constructor (.cctor)

The primary objective of using a static constructor (also known as, type constructor, class constructor or .cctor) is to initialize static members of a type, or performing some operations, which seems to be

Code Snippet: Adding a File to .net Resource

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

Add Result File with TestContext

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