ikriv

Just write a quick macro for Visual Studio that would replace < with < and > with >, etc. I am probably the 1000th person to do that. Yet, it […]

While Silverlight animation performance may be better than WPF, its support for clipping is definitely inferior. First off, there is no ClipToBounds property. If you want your canvas to clip […]

I am an experimenting with a Silverlight port of a WPF control, and find all kinds of funny things about Silverlight. The good news is that Silverlight team seems to […]

The number of moving parts in our systems exceeds the limits of single human’s comprehension by a large margin. It is therefore a miracle anything works at all, and we […]

Continuing on a theme of bugs: just added an article about perils of cancelling combo box selection to the web site. Will post it to CodeProject soon. CodeProject

Headerless Grid Screen Shot

Just finished writing a piece of code that would save and restore grid field positions and widths. Yes, I know they have a function for that, but it saves and […]

Besides what I described before, I also attended sessions on WCF 4.5 and Visual Studio debugging. Changes in WCF 4.5 are relatively minor, the biggest one being support for server-side […]