Loading…

Programming C♯ /

C# was designed from the ground up for development on Microsoft's .NET framework. As such, it's a high-performance language that's simple, safe, object-oriented, and Internet-centric. Programming C#, 3rd Edition teaches this new language in a way that experienced programmers will appr...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Liberty, Jesse
Format: Electronic eBook
Language:Inglés
Published: Sebastopol, CA : O'Reilly, ©2003.
Edition:3rd ed.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • I. The C# Language
  • 1. C# and the .NET Framework
  • 2. Getting Started: "Hello World"
  • 3. C# Language Fundamentals
  • 4. Classes and Objects
  • 5. Inheritance and Polymorphism
  • 6. Operator Overloading
  • 7. Structs
  • 8. Interfaces
  • 9. Arrays, Indexers, and Collections
  • 10. Strings and Regular Expressions
  • 11. Handling Exceptions
  • 12. Delegates and Events
  • II. Programming with C#
  • 13. Building Windows Applications
  • 14. Accessing Data with ADO.NET
  • 15. Programming Web Forms and Web Services
  • 16. Putting it all together
  • III. C# and the .NET CLR
  • 17. Assemblies and Versioning
  • 18. Attributes and Reflection
  • 19. Marshaling and Remoting
  • 20. Threads and Synchronization
  • 21. Streams
  • 22. Programming .NET and COM.