0
kicks
How to test C# code without running an application « C# Disciples
One thing that I love about scripting languages is that, to test some code you do not need to create a sample application and run that application. You can simple run the interpreter, write the code you want to test and you get the results… With compiled languages this is harder to achieve.
So whenever I need to test something, like for example let’s say I want to test what the .ToString()