Windows Forms: Closeable TabControl

Today I needed to modify the UI of an application built by my company to enable the support for a multi-tabbed document interface (like the standard Visual Studio interface); since there’s no default support for displaying a close button (or co...


Missing .NET Performance Counters: how to solve it

Today I’ve started to profile my applications to try to see if I have some memory leaks and performances bottlenecks. I just started the inspection trying to look at some performance counters (especially to check if the memory allocated by my ...