August 2010
Intermediate to advanced
1224 pages
34h 17m
English
Visual Studio 2010 carries a staggering number of features designed to boost your productivity. This chapter described the many facets of the IntelliSense technology, ranging from statement completion to the new code snippet technology, and you learned how to work with the various IntelliSense features to both write code faster and improve the quality of your code.
We covered how to navigate and browse through sometimes complicated and congested code files.
We also introduced code snippets and discussed the different types of code snippets and their usefulness.
Finally, we covered how to use the Task List window to its fullest potential, to help organize and track the various to-do items inherent with any programming project.
From a ...