Cargando…

Pro C♯ 2008 and the .NET 3.5 platform /

The first edition of this book was released at the 2001 Tech Ed conference in Atlanta, Georgia. Since that time, this text has been revised, tweaked, and enhanced to account for the changes found within each release of the .NET platform (1.1, 2.0, 3.0 and now 3.5). .NET 3.0 was more of an augmentati...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Troelsen, Andrew W.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley [Calif.] : Apress, ©2007.
Edición:4th ed.
Colección:Expert's voice in .NET.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • pt. 1. Introducing C♯ and the .NET Platform
  • Ch. 1. The Philosophy of .NET
  • Ch. 2. Building C♯ Applications
  • pt. 2. Core C♯ Programming Constructs
  • Ch. 3. Core C♯ Programming Constructs, Part I
  • Ch. 4. Core C♯ Programming Constructs, Part II
  • Ch. 5. Defining Encapsulated Class Types
  • Ch. 6. Understanding Inheritance and Polymorphism
  • Ch. 7. Understanding Structured Exception Handling
  • Ch. 8. Understanding Object Lifetime
  • pt. 3. Advanced C♯ Programming Constructs
  • Ch. 9. Working with Interfaces
  • Ch. 10. Collection and Generics
  • Ch. 11. Delegates, Events, and Lambdas
  • Ch. 12. Indexers, Operators, and Pointers
  • Ch. 13. C♯ 2008 Language Features
  • Ch. 14. An Introduction to LINQ
  • pt. 4. Programming with .NET Assemblies
  • Ch. 15. Introducing .NET Assemblies
  • Ch. 16. Type Reflection, Late Binding, and Attribute-Based Programming
  • Ch. 17. Processes, AppDomains, and Object Contexts
  • Ch. 18. Building Multithreaded Applications
  • Ch. 19. Understanding CIL and the Role of Dynamic Assemblies
  • pt. 5. Introducing the .NET Base Class Libraries
  • Ch. 20. File I/O and Isolated Storage
  • Ch. 21. Introducing Object Serialization
  • Ch. 22. ADO.NET Part I: The Connected Layer
  • Ch. 23. ADO.NET Part II: The Disconnected Layer
  • Ch. 24. Programming with the LINQ APIs
  • Ch. 25. Introducing Windows Communication Foundation
  • Ch. 26. Introducing Windows Workflow Foundation
  • pt. 6. Desktop User Interfaces
  • Ch. 27. Programming with Windows Forms
  • Ch. 28. Introducing Windows Presentation Foundation and XAML
  • Ch. 29. Programming with WPF Controls
  • Ch. 30. WPF 2D Graphical Rendering, Resources, and Themes
  • pt. 7. Building Web Applications with ASP.NET
  • Ch. 31. Building ASP.NET Web Pages
  • Ch. 32. ASP.NET Web Controls, Themes, and Master Pages
  • Ch. 33. ASP.NET State Management Techniques
  • pt. 8. Appendixes
  • App. A. COM and .NET Interoperability
  • App. B. Platform-Independent .NET Development with Mono.