Controls
Posts about WinForms or ASP.NET controls
There's been some discussion on the blogosphere lately, especially after Patrick Smacchia's posts on new interface for NDepend. Well, I've already said, that as much as I love this tool, it's current interface leaves much to be desired. It's a good thing that finally they are doing something about it, and in the direction I talked about in my first post (similar to Visual Studio). Only thing that surprises me is that by default NDepend will have ribbon, but you (fortunately) will be able to go to options and change it to good old menus and toolstrips. I'm not going to comment...
How often do you find yourself writing code like this: Code Snippet string[] files = GetFiles(path);
filesListView.BeginUpdate();
for (int i = 0; i < files.Length; i++)
{
//possibly something more
...
Component Factory, makers of free Krypton Toolkit (very nice set of WinForm controls), created several good quickstart screencats showing how to use those controls (here). Worth checking, screencasts as well as Krypton Toolkit