๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

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

โฌ‡  Acquire This Volume

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


C# 3.0 in a Nutshell
โœ Albahari, Ben; Drayton, Peter; Albahari, Joseph ๐Ÿ“‚ Library ๐Ÿ“… 2007 ๐Ÿ› O'Reilly Media, Inc. ๐ŸŒ English

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

Cโ™ฏ 3.0
โœ Schildt, Herbert ๐Ÿ“‚ Library ๐Ÿ“… 2009 ๐Ÿ› McGraw-Hill Professional Publishing ๐ŸŒ English

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