Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Liberty, Jesse
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, ©2003.
Edición:3rd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.