Cโฏ 3.0 in a nutshell
โ Scribed by Joseph Albahari; Ben Albahari
- Publisher
- O'Reilly
- Year
- 2007
- Tongue
- English
- Series
- In a nutshell
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Offers a reference to key C# programming concepts covering language elements, syntax, datatypes, and tasks. Introducing Cโฏ and the .NET framework -- Cโฏ language basics -- Creating types in Cโฏ -- Advanced Cโฏ -- Framework overview -- Framework fundamentals -- Collections -- LINQ queries -- LINQ operators -- LINQ to XML -- Other XML technologies -- Disposal and garbage collection -- Streams and I/O -- Networking -- Serialization -- Assemblies -- Reflection and metadata -- Security -- Threading -- Asynchronous methods -- Application domains -- Integrating with native DLLs -- Diagnostics -- Regular expressions
๐ SIMILAR VOLUMES
Offers a reference to key Cโฏ programming concepts covering language elements, syntax, datatypes, and tasks.</div> <br> Abstract: <div class="showMoreLessReadmore"> A reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. It covers the essentials of
Special Thanks; Preface; Part I: The Cโฏ Language; 1 The Creation of Cโฏ; 2 An Overview of Cโฏ; 3 Data Types, Literals, and Variables; 4 Operators; 5 Program Control Statements; 6 Introducing Classes and Objects; 7 Arrays and Strings; 8 A Closer Look at Methods and Classes; 9 Operator Overloading; 10 I