C # 2008 programmer's reference
Have access to all aspects of the C# programming language at hand with the C# 2008 Programmer's Reference, the only comprehensive reference guide for C# programmers. Regardless of your experience with C#, you will appreciate the detailed code samples, which offer a quick and easy way to help yo...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Indianapolis, IN :
Wiley Pub
2009.
|
Edición: | 1st edition |
Colección: | Wrox programmer to programmer
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627648506719 |
Tabla de Contenidos:
- C# 2008; About the Author; About the Technical Editor; Credits; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; What You Need to Use This Book; Conventions; Source Code; Errata; p2p. wrox. com; Part I: C# Fundamentals; Chapter 1: The .NET Framework; What's the .NET Framework?; Assemblies and the Microsoft Intermediate Language (MSIL); Versions of the .NET Framework and Visual Studio; Summary; Chapter 2: Getting Started with Visual Studio 2008; Visual Studio 2008 Overview; Code and Text Editor; Debugging; Unit Testing; Summary
- Chapter 3: C# Language FoundationsUsing Visual Studio 2008; Using the C# Compiler (csc. exe); Dissecting the Program; Language Syntax; Data Types; Flow Control; Looping; Operators; Preprocessor Directives; Summary; Chapter 4: Classes and Objects; Classes; System.Object Class; Structures; Summary; Chapter 5: Interfaces; Defining an Interface; Implementing an Interface; Implementing Multiple Interfaces; Extending Interfaces; Interface Casting; The is and as Operators; Overriding Interface Implementations; Summary; Chapter 6: Inheritance; Understanding Inheritance in C#
- Implementation InheritanceInterface Inheritance; Explicit Interface Members Implementation; Summary; Chapter 7: Delegates and Events; Delegates; Events; Summary; Chapter 8: Strings and Regular Expressions; The System.String Class; Regular Expressions; Summary; Chapter 9: Generics; Understanding Generics; Generics and the .NET Framework Class Library; Using the LinkedList Generic Class; System.Collections.ObjectModel; Summary; Chapter 10: Threading; The Need for Multithreading; Thread Synchronization; Thread Safety in Windows Forms; Summary; Chapter 11: Files and Streams
- Working with Files and DirectoriesThe Stream Class; Cryptography; Compressions for Stream Objects; Serialization; Summary; Chapter 12: Exception Handling; Handling Exceptions; Creating Custom Exceptions; Summary; Chapter 13: Arrays and Collections; Arrays; Collections Interfaces; Summary; Chapter 14: Language Integrated Query (LINQ); LINQ Architecture; LINQ to Objects; LINQ to DataSet; LINQ to XML; LINQ to SQL; Summary; Chapter 15: Assemblies and Versioning; Assemblies; Private versus Shared Assemblies; Summary; Part II: Application Development Using C#
- Chapter 16: Developing Windows ApplicationsThe Project; Adding Print Capability; Deploying the Application; Summary; Chapter 17: Developing ASP.NET Web Applications; About ASP.NET; Data Binding; Building Responsive Applications Using AJAX; Summary; Chapter 18: Developing Windows Mobile Applications; The Windows Mobile Platform; Developing Windows Mobile Applications Using the .NET Compact Framework; Obtaining the Appropriate SDKs and Tools; Building the RSS Reader Application; Deploying the Application; Summary; Chapter 19: Developing Silverlight Applications; The State of Silverlight
- Building a Silverlight UI Using XAML