Monthly Archives: March 2010


Need a .NET Excel library?

As a developer, you definitely need to read or manipulate Excel files at some point. There are a lot of ways to do this: The best known method is to make use of the Excel Interop library. This method has some big disadvantages if you want to use it in a web development environment: Excel […]

Visual studio tip #2: Go to line

Another useful shortcut for the Visual Studio editor is CTRL + G. This key combination enables you to quickly navigate to a specific line in your code file. So there is no need to keep on scrolling until you reach the correct line!

Visual studio tip #1: format document

It has been a while since my last post on this blog, but now I’m back. I will try to share some small Visual Studio tips on a regular basis, starting from now on. A useful feature in Visual Studio is the format document option, which you will find in the menu Edit -> Advanced […]