I have been so busy with programming and project management, that I forgot all about this blog. I still get plenty of challenges and interesting issues every other day. I think it's time to start blogging about it.
Just an update, I have moved to full ASP .Net web developement in the past few years, so no more WinForm stuff from me, except that Telerik Controls suck, and they have an unbelievable overhead and plenty of memory leaks.
That's also true for their ASP .Net controls. It's horrible! For example, just the RadGrid control has a javascript file that's 300+K!!! Did you know that? If you don't set your application to properly compress and cache it, imagine the extra over head you get on every single page view! And don't even get me started how their controls add to the viewstate... Every postback is over 100K. Avoid them if you can.