A shift from IE to FF to GC

I have been using and favouring Internet Explorer for quite some time until mid of 2008 when I switched my job. Here I became a fan of FF instantly due to speed and features like firebug and other cheesy extensions. But recently I recognized a great down fall in firefox performance, not for me more...

Working with Excel files using c#

During my current project I had some work of reading and writing from an Excel file.  I simply started with a more...

Show character count on typing in textbox ASP.NET

During my recent project and some before that I was in need to show the number of characters entered in a textbox to user so that she may know that the message (SMS or more...

I have developed some projects using WCF and on deployments I face an error thrown by IIS7 saying “The page you are requesting cannot be served because of the extension configuration” with an more...

IComparable interface by example

IComparable Defined:

This interface defines a comparison method that most of the value types like int, double, string  implement to sort the instances.  This inherited type implements the CompareTo() method returning an int to indicate whether current instance in sort more...