Microsoft program removal tool - remove even hidden applications
Sometimes Microsoft likes to hide installed applications from you in the “Add or Remove programs”, especially when you play with their …
Event Importer for Google calendar
I have released a new product: Event Importer for Google calendar. It allows importing iCalendar files (.ics), downloaded via browser quickly and …
SVN for Visual Studio .NET
Looking for a way to integrate Subversion with Visual Studio .NET 2005 I came across AnkhSVN - an open source VS.NET plugin which does exactly that. …
WPF DataGrid row validation
WPF is a very powerful framework for GUI development. Among other things, it contains a unified approach to user input validation. Adding validation …
Use system icons in WPF
Sometimes you would like to use a standard Windows system icon, such as error, warning, question etc. in your WPF program. The main reason is usually …
Safe implementation of INotifyPropertyChanged interface
With arrival of WPF the usage of
INotifyPropertyChanged
interface has expanded dramatically. The most annoying and dangerous part of implementing the …
Side by side editing of .resx files for localization
WPF allows you to create localized applications with relatively little effort . The localized strings are put into resource files (.resx), one per …
Windows Phone .NET localization that works
I was quite eager to learn about Windows Phone 7 when the development preview came out. I downloaded the tools and tried to build a sample to get a …
Microsoft icons for developers
Apparently, Microsoft allows users of Visual Studio to include some icons, supplied with the product. For example, to look at available icons in …
GoDaddy MySQL remote access
Apparently, the well-known hosting provider GoDaddy allows remote access to MySQL databases, created within its environments. Quoting from the help …