.NET Framework Essentials, Third Edition
By
Thuan L. Thai,
Hoang Lam
August 2003
Pages: 380
| Table of Contents
| Index
| Sample Chapter
| Colophon
Table of Contents
-
Chapter 1 .NET Overview
-
Behind Microsoft .NET
-
The .NET Platform
-
.NET Framework Design Goals
-
.NET Framework
-
Chapter 2 The Common Language Runtime
-
CLR Environment
-
CLR Executables
-
Metadata
-
Assemblies and Manifests
-
Intermediate Language (IL)
-
The CTS and CLS
-
CLR Execution
-
Summary
-
Chapter 3 .NET Programming
-
Common Programming Model
-
Core Features and Languages
-
Language Integration
-
Summary
-
Chapter 4 Working with .NET Components
-
Deployment Options
-
Distributed Components
-
COM+ Services in .NET
-
Message Queuing
-
Summary
-
Chapter 5 Data and XML
-
ADO.NET Architecture
-
ADO.NET Benefits
-
Content Components
-
.NET Framework Data Providers
-
XML in the .NET Framework
-
Summary
-
Chapter 6 Web Services
-
Web Services in Practice
-
Web Services Framework
-
Web Services Provider
-
Web Services Consumers
-
Async Web Services
-
SOAP Header in Web Services
-
Web Services and Security
-
Summary
-
Chapter 7 ASP.NET
-
ASP
-
ASP.NET
-
The System.Web.UI Namespace
-
Web Form Syntax
-
ASP.NET Application Development
-
ASP.NET and Web Services
-
Data Binding and the Use of Templates
-
State Management and Scalability
-
Forms Authentication in ASP.NET
-
Summary
-
Chapter 8 Windows Forms
-
Introducing Windows Forms
-
The System.Windows.Forms Namespace
-
Windows Forms Development
-
Windows Forms and Web Services
-
Summary
-
Chapter 9 .NET and Mobile Devices
-
ASP.NET Mobile Controls
-
.NET Compact Framework
-
Summary
-
Appendix A .NET Languages
-
Microsoft-Supported Languages for .NET
-
Third-Party Languages for .NET
-
Appendix B Common Acronyms
-
Appendix C Common Data Types
-
Usage
-
Appendix D Common Utilities
-
Assembly Generation Utility (al.exe)
-
Assembly Registration Utility (gacutil.exe)
-
MSIL Assembler (ilasm.exe)
-
MSIL Disassembler (ildasm.exe)
-
C++ Compiler (cl.exe)
-
C# Compiler (csc.exe)
-
Visual Basic Compiler (vbc.exe)
-
PE File Format Viewer (dumpbin.exe)
-
Type Library Exporter (tlbexp.exe)
-
Type Library Importer (tlbimp.exe)
-
XML Schema Definition Tool (xsd.exe)
-
Strong Name Utility (sn.exe)
-
Web Service Utility (wsdl.exe)
-
Colophon
Return to .NET Framework Essentials