Recent Posts

Zoom-in and out in Silverlight

2 minute read

I've been asked this ample times at my work place - how to implement a zoom in/out effect on any Silverlight Control. So let us take an example:- You have yo...

Installing IIS and ASP.NET on Vista

1 minute read

By default the IIS on Vista would not be configured. And while publishing using VS 2008, you might face error such as "IIS 6 Metabase and IIS 6 Configuration...

Winform Tip#10: Getting File Properties

less than 1 minute read

Instantiate a FileInfo object with the full path as constructor arg. Then simply call FileInfo.Extension and you will get just the extension of the file.   F...

Ten Traps in C# for C++ Programmers

less than 1 minute read

Though this boils down to basics, these are most often missed out in projects and hence are performance issues.   http://ondotnet.com/pub/a/oreilly/dotnet/ne...