.NET Framework Essentials

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

.NET Framework Essentials, 2nd Edition is a concise and technical overview of the Microsoft .NET Framework. Covered here are all of the most important topics—from the underlying Common Language Runtime (CLR) to its specialized packages for ASP.NET, Web Forms, Windows Forms, XML and data access (ADO.NET). The authors survey each of the major .NET languages, including Visual Basic .NET, C# and Managed C++. Retrieved on 2017 January 07 from http://web.archive.org/web/20170108010149/https://ht.transparencytoolkit.org/FileServer/FileServer/OLD%20Fileserver/books/APPLICATION/dotNet%20Framework%20essentials/NET%20Framework%20Essentials%202nd%20Edition.doc

Author(s): Thuan L. Thai; Hoang Lam
Edition: 2nd
Publisher: O’Reilly
Year: 2002 Feb.

Language: English
Pages: 320

Preface
   Audience
   About This Book
   Assumptions This Book Makes
   Conventions Used in This Book
   How to Contact Us
   Acknowledgments

1. .NET Overview
   1.1 Microsoft .NET
   1.2 The .NET Platform
   1.3 .NET Framework Design Goals
   1.4 .NET Framework

2. The Common Language Runtime
   2.1 CLR Environment
   2.2 CLR Executables
   2.3 Metadata
   2.4 Assemblies and Manifests
   2.5 Intermediate Language (IL)
   2.6 The CTS and CLS
   2.7 CLR Execution
   2.8 Summary

3. .NET Programming
   3.1 Common Programming Model
   3.2 Core Features and Languages
   3.3 Language Integration
   3.4 Summary

4. Working with .NET Components
   4.1 Deployment Options
   4.2 Distributed Components
   4.3 COM+ Services in .NET
   4.4 Message Queuing
   4.5 Summary

5. Data and XML
   5.1 ADO.NET Architecture
   5.2 ADO.NET Benefits
   5.3 Content Components
   5.4 Managed Providers
   5.5 DataSets and XML
   5.6 Summary

6. Web Services
   6.1 Web Services in Practice
   6.2 Web Services Framework
   6.3 Web Services Provider
   6.4 Web Services Consumers
   6.5 Web Services and Security
   6.6 Summary

7. Web Forms
   7.1 ASP
   7.2 ASP.NET
   7.3 The System.Web.UI Namespace
   7.4 Web Form Syntax
   7.5 ASP.NET Application Development
   7.6 ASP.NET and Web Services
   7.7 Data Binding and the Use of Templates
   7.8 State Management and Scalability
   7.9 Summary

8. Windows Forms
   8.1 Introducing Windows Forms
   8.2 The System.Windows.Forms Namespace
   8.3 Windows Forms Development
   8.4 Windows Forms and Web Services
   8.5 Conclusion

A. .NET Languages
   A.1 Microsoft-Supported Languages for .NET
   A.2 Third-Party Languages for .NET

B. Common Acronyms

C. Common Data Types
   C.1 Usage

D. Common Utilities
   D.1 Assembly Generation Utility (al.exe)
   D.2 Assembly Registration Utility (gacutil.exe)
   D.3 MSIL Assembler (ilasm.exe)
   D.4 MSIL Disassembler (ildasm.exe)
   D.5 C++ Compiler (cl.exe)
   D.6 C# Compiler (csc.exe)
   D.7 Visual Basic Compiler (vbc.exe)
   D.8 PE File Format Viewer (dumpbin.exe)
   D.9 Type Library Exporter (tlbexp.exe)
   D.10 Type Library Importer (tlbimp.exe)
   D.11 XML Schema Definition Tool (xsd.exe)
   D.12 Shared Name Utility (sn.exe)
   D.13 Web Service Utility (wsdl.exe)