A programmer's introduction to C# /

Saved in:
Bibliographic Details
Author / Creator:Gunnerson, Eric.
Edition:2nd ed.
Imprint:Berkeley, CA : Apress, c2001.
Description:xxvii, 540 p. : ill. ; 24 cm.
Language:English
Subject:
Format: Print Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/4497662
Hidden Bibliographic Details
Varying Form of Title:Programmers introduction to C-sharp
ISBN:1893115623(pbk.)
Notes:Includes index.
committed to retain 20170930 20421213 HathiTrust
cat r b 20011029 krw
Table of Contents:
  • The C# Compiler and Other Resources
  • Ch. 1. Object-Oriented Basics
  • Ch. 2. The .NET Runtime Environment
  • Ch. 3. C# QuickStart and Developing in C#
  • Ch. 4. Exception Handling
  • Ch. 5. Classes 101
  • Ch. 6. Base Classes and Inheritance
  • Ch. 7. Member Accessibility and Overloading
  • Ch. 8. Other Class Details
  • Ch. 9. Structs (Value Types)
  • Ch. 10. Interfaces
  • Ch. 11. Versioning
  • Ch. 12. Statements and Flow of Execution
  • Ch. 13. Variable Scoping and Definite Assignment
  • Ch. 14. Operators and Expressions
  • Ch. 15. Conversions
  • Ch. 16. Arrays
  • Ch. 17. Strings
  • Ch. 18. Properties
  • Ch. 19. Indexers and Enumerators
  • Ch. 20. Enumerations
  • Ch. 21. Attributes
  • Ch. 22. Delegates
  • Ch. 23. Events
  • Ch. 24. User-Defined Conversions
  • Ch. 25. Operator Overloading
  • Ch. 26. Other Language Details
  • Ch. 27. Making Friends with the .NET Frameworks
  • Ch. 28. System.Array and the Collection Classes
  • Ch. 29. Threading and Asynchronous Operations
  • Ch. 30. Execution-Time Code Generation
  • Ch. 31. Interop
  • Ch. 32. .NET Frameworks Overview
  • Ch. 33. Windows Forms
  • Ch. 34. DiskDiff: More Sophistication
  • Ch. 35. DiskDiff: Making It Useful
  • Ch. 36. Deeper into C#
  • Ch. 37. Defensive Programming
  • Ch. 38. The Command Line Compiler
  • Ch. 39. C# Compared to Other Languages
  • Ch. 40. C# Resources and Futures.