|
Visual C#. NET 2003 Unleashed Authors: Hoffman K., Kruger L. Published year: 2003 Pages: 10-12/316 |
|
|
|
What's New in Visual Studio .NETThe first time you open Visual Studio .NET, you will notice that there have been many changes from previous versions. Visual Studio .NET and the .NET Framework will change the way you view and create software. Some of the differences between Visual Studio .NET and its predecessors like Visual C++ 6.0 include
The changes that come with Visual Studio .NET are enormous . Trying to understand all of these changes can seem overwhelming. However, upon completion of this book, you will know how, and be able to use all the features of the .NET Framework. If you need to create several objects that must communicate with each other across process or even the Internet, you will apply what you learn in Chapter 39, "Remoting." If you need to create an object that can persist itself after the program has terminated , you will use the knowledge from Chapter 7, "File and Stream I/O and Object Persistence." In all, you will benefit from the beginning from informed design decisions. |
|
|
|
|
|
|
Part I: Introduction to the Visual Studio .NET IDE
|
|||
|
|
|
|
|
|
Chapter 1. The Visual Studio .NET IDEIN BRIEF This chapter explains and demonstrates the features and capabilities of the Visual Studio .NET integrated development environment (IDE). The first section talks about the basics of the IDE. You will learn how to customize the Help system, lay out the keyboard according to your preferences, maximize your viewable area, and get a basic understanding of developer profiles. In addition, we will explore the different tool windows within the IDE. In the next section, we will discuss how to work with different document types. You will learn how to enhance the text editor, edit HTML files, binary files, Extensible Markup Language (XML) files, and how to find help where you need it. Finally, the chapter will explain how to use external tools within the Visual Studio .NET environment. You will learn how to define your own tools and launch them from within the IDE. WHAT YOU NEED
THE VISUAL STUDIO .NET IDE AT A GLANCE
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
Visual C#. NET 2003 Unleashed Authors: Hoffman K., Kruger L. Published year: 2003 Pages: 10-12/316 |