Sams teach yourself Visual C++ .NET in 24 hours /
Sams Teach Yourself Visual C++ .NET in 24 Hours is for developers who want to develop .NET applications using Visual C++ 7.0 as the programming language. It covers the new features of Visual C++ which support .NET while lightly covering the new MFC and ATL enhancements as they relate to the .NET arc...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, Ind. :
Sams,
©2002.
|
Colección: | Sams teach yourself in 24 hours series.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Cover
- Contents at a Glance
- TOC36;Table of Contents
- Introduction
- Audience and Organization
- Conventions Used in This Book
- Get Started33;
- PART I Getting Started with Visual C43;43; 46;NET
- CH36;HOUR 1 Using Visual C43;43; 46;NET
- Getting Familiar with the New IDE
- Application Types with Visual C43;43; 46;NET
- Working with Solutions and Projects
- Compiling and Debugging
- Summary
- Q38;A
- Workshop
- CH36;HOUR 2 Special Features of Visual C43;43; 46;NET
- Using the New Language Keywords
- Creating User45;Defined Attributes
- Pragmas44; Compiler44; and Linker Features
- Summary
- Q38;A
- Workshop
- CH36;HOUR 3 Writing a Simple C43;43; 46;NET Program
- Building an MFC Application
- Building a Managed 46;NET Framework Application
- Comparing the Differences
- Summary
- Q38;A
- Workshop
- PART II Understanding 46;NET
- CH36;HOUR 4 Understanding the Basics of 46;NET
- Understanding the 46;NET Framework Namespaces
- Commonly Used 46;NET Classes
- Deploying 46;NET Applications
- What Is the Common Language Runtime63;
- Summary
- Q38;A
- Workshop
- CH36;HOUR 5 Understanding Managed Versus Unmanaged Code
- The Relationship Between Managed and Unmanaged Code
- Using Managed Code for Easy Memory Management
- Migrating Unmanaged Legacy Code
- Summary
- Q38;A
- Workshop
- CH36;HOUR 6 Integrating with Other 46;NET Languages
- Integrating 46;NET Component Assemblies
- Building the Project
- Summary
- Q38;A
- Workshop
- PART III Implementing a User Interface
- CH36;HOUR 7 Working with Windows Forms
- Creating a Simple Windows Form
- Creating the Windows Form
- Building an MDI Interface with Windows Forms
- Summary
- Q38;A
- Workshop
- CH36;HOUR 8 Working with Resources
- The 46;NET Managed Resource File
- Creating the 46;NET Resource File
- Integrating the Resource File
- Reading Resources at Runtime
- Summary
- Q38;A
- Workshop
- CH36;HOUR 9 Programming with Graphics
- Understanding GDI43;
- Building a Simple GDI43; Application
- Building a Simple GDI43; Application
- Summary
- Q38;A
- Workshop
- CH36;HOUR 10 Printing with 46;NET
- Modifying the Toolbar and Menu
- Working with the PrintDocument Object
- Summary
- Q38;A
- Workshop
- PART IV Server Development
- CH36;HOUR 11 Creating Web Services
- Overview of Web Services and 46;NET
- Creating a Simple Web Service
- Using a Web Service Within an Application
- Summary
- Q38;A
- Workshop
- CH36;HOUR 12 Creating Web Services with ATL
- Creating an ATL Web Service Project
- Uncovering the ATL Web Service Implementation
- Building a Test Application
- Summary
- Q38;A
- Workshop
- CH36;HOUR 13 Working with 46;NET Error Handling and Diagnostics
- Understanding the 46;NET Error Handling Classes
- Understanding the Exception Class
- Overview of the Trace and Debug Classes
- Creating and Using Custom Exceptions
- Summary
- Q38;A
- Workshop
- CH36;HOUR 14 ATL Servers
- Why ATL Server63;
- Creating an ATL Server.