Archive for the ‘.NET’ Category

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...

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...

Editing Skin Files in VS 2008

Hi

Many of us need intellisense in editing skin files in Visual Studio, which is not available by default. This can be achieved however with a simple tweak in VS 2008 IDE. Go to:

1. Tools > Options > Text Editor > File Extension

2. Add more...

Facebook Toolkit for Microsoft Developers

Hi All

Good News ! We the .NET developers now have an API for Facebook like the PHP geeks already have :)

Now build your own FaceBook applications with ASP.NET, more...