So I know that you shouldn\'t use
Thread.Abort()
But I\'ve never been given a good explanation. Is there a performance penalty or some hid
In short. Any IDisposable object may not be disposed. Any locked object may not be unlocked. Anything that must be 100% performed will never be done.