How to test C# code without running an application « C# Disciples (marlongrech.wordpress.com)
submitted by
marlongrech(990) 1 year, 8 months ago
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()
|
category: C#
|
Views: 25
tags:
C# another
Everyones tags:
Your Tags: