I\'ll try and ask my question so it doesn\'t end as a simple argumentative thread.
I\'ve jumped into an application coded in C# recently and I\'m discovering the exc
In case of Parse()/TryParse() it's better don't wait for exception, use TryParse and act on incorrect input by yourself.
Parse()
TryParse()