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

Inside C#

โœ Scribed by Tom Archer, Andrew Whitechapel


Book ID
127445676
Publisher
Microsoft Press
Year
2002
Tongue
English
Weight
9 MB
Series
Microsoft Programming
Edition
2nd
Category
Library
ISBN
058547303X

No coin nor oath required. For personal study only.

โœฆ Synopsis


The authoritative guide to programming with C#-the language that the .NET platform is built on. This is the one book that every C# developer should own.C#, the state-of-the-art, Web-enabled programming language from Microsoft, is an object-oriented language with the power of C++ that's as easy to write and maintain as MicrosoftR Visual BasicR. This in-depth book takes you inside the architecture of this language and its design parameters and construction to give you a complete understanding of how it works-and why it works that way. It also demonstrates the functionality of C# to help you create applications for Microsoft .NET.Key Book Benefits: * Provides an in-depth look at the architecture and programming elements of C#, irrespective of development environment. * Shows how to define classes and namespaces, work with structures and arrays, debug, write multithreaded applications, and manage IL Disassembler and versioning. * Includes tips that highlight the differences between C++ and C#, plus snippets of C# sample code in the text and on the accompanying CD-ROM.

โœฆ Subjects


C#


๐Ÿ“œ SIMILAR VOLUMES


Inside C-sharp
โœ Tom Archer ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Microsoft Press ๐ŸŒ English โš– 812 KB

25-Word Description This in-depth book takes you deep inside the architecture of the C# language to give you a complete understanding of how it works. 75-Word Description C#, the state-of-the-art, Web-enabled programming language from Microsoft, is an object-oriented language with the power of C++ t

Inside the C++ Object Model
โœ Lippman S.B. ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐ŸŒ English โš– 746 KB

Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understand