May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Adding existing code snippets into your code is an easy task. Just for demo purposes, create a new console project with Visual Basic and, when ready, place the cursor within the Sub Main. Right-click and select the Insert Snippet command. At this point the IDE shows a list of available snippets categories, as shown in Figure 56.21.
Figure 56.21 The IDE shows a list of available snippets categories.

The first thing to mention is that code snippets files are organized in categories, such as WPF, Code Patterns, Fundamentals, and so on. Basically a category is nothing but a folder containing a number of .snippet files. Double-click ...
Read now
Unlock full access