Last Update: 05/06/03
Below are is what I hope will become a collection of articles (only 1 so far)
on how .NET works underneath. I'm not really sure what I'll be concentrating
on. The first, for example, is geared towards the performance of the Add()
and Remove() operations in ControlCollections in System.Windows.Forms.Control.
So performance may be one aspect I'll cover, but I may also concentrate on
some issues regarding memory management (if you think memory management is a
dead issue with managed code, I've got news for you). Anyway, I guess we'll
see how it pans out over time.
Articles
System.Windows.Forms.ControlCollection implementation
Prepared SQL Commands implementation