Explain this to me
-
Ista wrote: But then again exceptions in .NET are very costly and therefore as would work better. How costly are exceptions in .NET and why? I can see how excessively coding around exceptions would not be smart... but at least in ordinary C++, exceptions aren't really expensive, as far as I know.
http://msdn.microsoft.com/vcsharp/using/understanding/perf/default.aspx?pull=/library/en-us/dndotnet/html/dotnetperftips.asp this is a link to one article. I spent 2 weeks going from link to link reading about how the CLR reacts and timing. This is a must read: http://msdn.microsoft.com/vcsharp/using/understanding/perf/default.aspx?pull=/library/en-us/dndotnet/html/fastmanagedcode.asp nick I'm not an expert yet, but I play one at work. Yeah and here too.