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 […]

I work on a project that uses Unity dependency injection framework. You get objects from container by calling Container.Resolve<SomeType>(). By default each call to Resolve() will return a new object. […]

Very brief note, so I don’t forget the circumstances: I may write a sample later. When you define Prism region in your view like this: <igDock:TabGroupPane prism:RegionManager.RegionName=”SomeRegion” /> Prism has […]