VB.Net Developer's Guide (Paperback)

Syngress, Cameron Wakefield

  • 出版商: Syngress Media
  • 出版日期: 2001-01-15
  • 定價: $1,500
  • 售價: 2.0$299
  • 語言: 英文
  • 頁數: 754
  • 裝訂: Paperback
  • ISBN: 1928994482
  • ISBN-13: 9781928994480
  • 相關分類: .NET
  • 立即出貨(限量) (庫存=4)

買這商品的人也買了...

商品描述

The Complete Guide to Developing Applications with VB.NET

The introduction of VB.NET has sent many Visual Basic gurus back to the drawing board! VB.NET introduces a new set of standards, protocols, and syntax that previous users of Visual Basic will need to learn to regain their guru status and be positioned to create enterprise-critical applications. VB.NET Developer's Guide will help you master VB.NET!

1. Examine the New IDE
Explore the new functionality of the Integrated Development Environment (IDE).

2. Learn the .NET Framework
Learn about the .NET components such as base classes, system objects, assemblys, and Microsoft Intermediate Language (MSIL).

3. Install and Configure Visual Studio .NET
Learn the three phases for installing Visual Studio .NET.

4. Master the Common Language Runtime (CLR)
Develop "managed code" that allows your code to take full advantage of the .NET Framework.

5. Learn Advanced VB.NET Programming Concepts
See what concepts are new to VB, including delegates, the System.IO class, and various namespaces.

6. Create Windows Forms
Create custom Windows components and use the Windows Forms Class Viewer and ActiveX Control Importer.

7. Use the ADO.NET Architecture and the XML Schema Definition Tool
Leverage XML within the .NET Framework and gain interoperability between disparate systems on different platforms.

8. Develop Web Applications
Use Internet Protocols to access Web Services.

9. The VB.NET Wallet CD
The CD comes with all the source code from the book, including complete applications for performing a simple draw command and for using C# classes.

10. Register for Your 1 Year Upgrade
The Syngress Solutions upgrade plan protects you from content obsolescence and provides monthly mailings, whitepapers, and more!

Table of Contents

Chapter 1
A Managers Guide to Whats New in Visual Basic .NET
· Examining the New IDE
· .NET Framework
· Common Language Runtime
· Object-Oriented Based Language
· Web Applications
· Security
· Type Safety
· New Compiler
· Changes from Visual Basic 6.0
Chapter 2
The Microsoft .NET Framework
?What Is the .NET Framework?
?Introduction to the Common Language Runtime
?Using .NET-Compliant Programming Languages
?Creating Assemblies ?Understanding Metadata
?Using System Services
?Microsoft Intermediate Language
?Using the Namespace System to Organize Classes
?The Common Type System
?Relying on Automatic Resource Management
?Security Services
Chapter 3
Installing and Configuring VB.NET
?Editions
?Installing Visual Studio
.NET
?The New IDE
?Customizing the IDE
Chapter 4
Common Language Runtime
?Component Architecture
?Managed Code versus Unmanaged Code
?System Namespace
?Common Type System
?Garbage Collection
Chapter 5
.NET Programming Fundamentals
?Variables
?Structures
?Program Flow Control
?Arrays ?Functions
?Object Oriented Programming
?String Handling
?Error Handling
Chapter 6
Advanced Programming Concepts
?Modules
?Namespaces
?Imports Keyword
?Implementing Interfaces
?Delegates and Events
?Language Interoperability
?File Operations
?Collections
?Drawing Namespace
?Free Threading
Chapter 7
Creating Windows Forms
?Application Model
?Manipulating Windows Forms
?Form Events
?Creating Multiple Document Interface Applications
?Adding Controls to Forms
?Dialog Boxes
?Creating and Working with Menus
?Adding Status Bars to Forms
?Adding Toolbars to Forms
?Data Binding
?Using the Windows Forms Class Viewer
?Using the Windows Forms ActiveX Control Importer
Chapter 8
Windows Forms Components and Controls
?Built-In Controls
?Creating Custom Windows Components
?Creating Custom Windows Controls
Chapter 9
Using ADO .NET
?Overview of XML
?ADO .NET Architecture
?XML Schema Definition Tool
?Connected Layer
?Disconnected Layer
?SQL Server Managed Provider
?Remoting
?Data Controls
Chapter 10
Developing Web Applications
?Web Forms
?Adding Controls to Web Forms
?Creating Custom Web Form Controls
?Web Services
?Using Windows Forms in Distributed Applications
Chapter 11
Optimizing, Debugging, and Testing
?Debugging Concepts
?Code Optimization
?Testing Phases and Strategies
Chapter 12
Security
?Security Concepts
?Code Access Security
?Role-Based Security
?Security Policies
?Cryptography
?Security Tools
Chapter 13
Application Deployment
?Packaging Code
?Configuring the.NET Framework
?Deploying the Application
?Deploying Controls
Chapter 14
Upgrading Visual Basic Applications to .NET
?Considerations Before Upgrading
?Considering Architecture Before Migration
?Data Types
?Converting VB Forms to Windows Forms
?Keyword Changes
?Programming Differences
?Understanding Error Handling
?Data Access Changes in Visual Basic .NET
?Upgrading Interfaces
?Using the Upgrade Tool

商品描述(中文翻譯)

《VB.NET開發應用程序完全指南》

VB.NET的引入使許多Visual Basic專家回到了起點!VB.NET引入了一套新的標準、協議和語法,以前的Visual Basic用戶需要學習這些來恢復他們的專家地位,並能夠創建關鍵的企業應用程序。《VB.NET開發者指南》將幫助您掌握VB.NET!

1. 深入研究新的集成開發環境(IDE)
探索集成開發環境(IDE)的新功能。

2. 學習.NET框架
了解.NET組件,如基礎類、系統對象、程序集和Microsoft Intermediate Language(MSIL)。

3. 安裝和配置Visual Studio .NET
學習安裝Visual Studio .NET的三個階段。

4. 掌握公共語言運行時(CLR)
開發“受管代碼”,使您的代碼充分利用.NET框架的功能。

5. 學習高級VB.NET編程概念
了解VB中的新概念,包括委托、System.IO類和各種命名空間。

6. 創建Windows表單
創建自定義的Windows組件,並使用Windows表單類查看器和ActiveX控件導入器。

7. 使用ADO.NET架構和XML模式定義工具
在.NET框架中利用XML,在不同平台上的不同系統之間實現互操作性。

8. 開發Web應用程序
使用Internet協議訪問Web服務。

9. VB.NET錢包光盤
光盤中包含了本書的所有源代碼,包括執行簡單繪圖命令和使用C#類的完整應用程序。

10. 註冊您的1年升級
Syngress Solutions升級計劃保護您免受內容過時的影響,並提供每月郵件、白皮書等。

目錄:
第1章 經理指南:Visual Basic .NET的新功能
- 深入研究新的IDE
- .NET框架
- 公共語言運行時
- 面向對象的語言
- Web應用程序