The .NET Languages

Brian Bischof

  • 出版商:
  • 出版日期: 2001-12-04
  • 售價: $1,050
  • 貴賓價: 9.5$998
  • 語言: 英文
  • 頁數: 408
  • 裝訂: Paperback
  • ISBN: 1893115488
  • ISBN-13: 9781893115484
  • 相關分類: .NET
  • 無法訂購

商品描述

The .NET Languages: A Quick Translation Guide answers two questions posed by the introduction of the .NET Framework. The first is “How do I quickly upgrade my skills to this new language?” And the second is “How do I understand the code that another developer has written?”

Brian Bischof’s book is a complete translation guide for converting programs among the three primary Microsoft languages: Visual Basic 6.0, Visual Basic .NET, and C#. Bischof makes it easy for the thousands of Visual Basic 6.0 programmers today to take the knowledge they already have and use it to write for the .NET platform.

Each chapter is laid out in a clear and concise format. Most chapters begin with a syntax conversion chart displaying how each language translates into the other languages. Included are detailed points explaining these conversions. Each chapter ends with a fully comprehensive example, written in each language, that demonstrates that particular chapter’s concepts. This provides readers with all the information needed for converting their programs: quick lookup charts, detailed explanations, and thorough examples. Nothing is left out.

With the help of The .NET Languages: A Quick Translation Guide, programmers will quickly learn how to build a wide range of applications for the new Microsoft .NET platform.

Contents

  • Chapter 1: Introduction
  • Chapter 2: Program Fundamentals
  • Chapter 3: Data Types
  • Chapter 4: Program Flow
  • Chapter 5: Exception Handling
  • Chapter 6: Classes
  • Chapter 7: Interfaces
  • Chapter 8: Class Inheritance
  • Chapter 9: Events
  • Chapter 10: String Manipulation
  • Chapter 11: Common Controls
  • Chapter 12: Text File Access
  • Chapter 13: ADO.NET
  • Chapter 14: Date and Time Functions
  • Chapter 15: Math and Financial Functions
  • Chapter 16: Collections
  • Chapter 17: Interaction
  • Chapter 18: App object
  • Chapter 19: Printing
  • Appendices