Author: Stephen Walther on ASP.NET MVC | Posted on: 10/21/2008 9:04:06 AM | Views : 990

In this blog entry, I list the essential tips and tricks that every developer who uses Visual Studio 2008 should know. I wanted to keep this list brief. I also wanted to focus on only those tips and tricks that I use on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application. Tip #1 – You don’t need to select a line to copy or delete it I always cringe whenever I see someone select an entire line of code in the Visual Studio code editor before copying the line or deleting the line (see Figure 1). You don’t need to do this. Figure 1 If you want to copy a line of code then you can simply press CTRL-c to copy the line and press...(read more) ...

Go to the complete details ...