August 2010
Intermediate to advanced
1224 pages
34h 17m
English
Broadly speaking, a Visual Studio editor is a text editor (think word processor) that enables you to write specific output efficiently (Visual Basic code, HTML, XAML, and so on). A designer, on the other hand, is a visual editor, enabling you to work with visual concepts directly instead of text. Many document types are supported by both designers and editors: You can build a form, for instance, by using the drag-and-drop convenience of the Windows Forms designer or by handcrafting the code within a text editor; or you can build an XML file using the same mechanisms.
The Visual Studio text editor provides the core text-editing functionality for all the editors. This functionality is then inherited and added upon to create editors ...