Chapter V.5. Getting Productive with Visual Studio 2008

The promise of the latest suite of Visual Studio products is personal productivity coupled with extended functionality. Features (such as Language Integrated Query [LINQ]) make writing code substantially faster, and other features (such as Asynchronous JavaScript and XML [AJAX]) make your code substantially more efficient and flexible. However, the most important productivity aids are the ones you use every day and in every project, such as IntelliSense. The features covered in this chapter show you how to take your productivity with Visual Studio 2008 to the next level.

This chapter shows you how to use Visual Studio 2008 Professional to analyze your code with FxCop. You can also read about the code snippets and refactoring features. If you're new to object-oriented programming (OOP), Visual Studio 2008 has several IntelliSense features that make light work of turning your code into objects.

Sending Your Code to Boot Camp

Have you ever wondered how some developers know what to name their variables and custom data types? Does some secret society exist in which all the in-the-know developers get memos on when to use a field instead of a property? Actually, there is — sort of.

Attending the naming convention

The .NET Framework software development kit (SDK) contains the Design Guidelines for Class Library Developers. Even though these design guidelines are indeed meant for class library developers, you can take advantage of the recommendations ...

Get Visual Studio® 2008 ALL-IN-ONE DESK REFERENCE FOR DUMMIES® now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.