Cargando…

Head first C♯ /

A guide to C♯ 3.0 and Visual Studio 2008 covers such topics as objects, data types and references, encapsulation, interfaces, exception handling, and LINQ.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Stellman, Andrew
Otros Autores: Greene, Jennifer, 1971-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Beijing ; Sebastopol, Calif. : O'Reilly Media, ©2008.
Edición:1st ed.
Colección:Head first series.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Get productive with C♯: Visual Applications, in 10 minutes or less
  • 2. It's All Just Code: Under the hood
  • 3. Objects Get Oriented: Making code make sense
  • 4. Types and References: It's 10:00. Do you know where your data is?
  • C♯ Lab 1: A Day at the Races
  • 5. Encapsulation: Keep your privates ... private
  • 6. Inheritance: Your object's family tree
  • 7. Interfaces and abstract classes: Making classes keep their promises
  • 8. Enums and collections: Storing lots of data
  • C♯ Lab 2: The Quest
  • 9. Reading and writing files: Save the byte array, save the world
  • 10. Exception handling: Putting Out Fires Gels Old
  • 11. Events and delegates: What Your Code Does When You're Not Looking
  • 12. Review and preview: Knowledge, Power, and Building Cool Stuff
  • 13. Controls and graphics: Make it pretty
  • 14. Captain Amazing: The Death of the Object
  • 15. LINQ: Get control of your data
  • C♯ Lab 3: Invaders.