- 5 Results
Lowest price: € 6.98, highest price: € 39.92, average price: € 25.82
1
Order
at Biblio.co.uk
$ 25.31
(aprox. € 24.40)
Shipment: € 7.191
OrderSponsored link
Peter Drayton Ben Albahari Ted Neward:

C sharp in a Nutshell von Peter Drayton Ben Albahari Ted Neward - Paperback

2001, ISBN: 9780596001810

O'Reilly Associates, 2001. 2001. Softcover. 23 x 15,6 x 4 cm. C sharp in a Nutshell C# in a Nutshell O'Reilly Peter Drayton Ben Albahari Ted Neward .NET APIs network computing Sy… More...

Shipping costs: EUR 7.19 BOOK-SERVICE Lars Lutzer - ANTIQUARIAN BOOKS - LITERATURE SEARCH *** BOOKSERVICE *** ANTIQUARIAN RESEARCH
2
Order
at buchfreund.de
€ 26.95
Shipment: € 6.991
OrderSponsored link

Peter Drayton Ben Albahari Ted Neward:

C sharp in a Nutshell von Peter Drayton Ben Albahari Ted Neward 2001 - Paperback

2001, ISBN: 9780596001810

2001 Softcover 856 S. 23 x 15,6 x 4 cm Zustand: gebraucht - sehr gut, C sharp in a Nutshell C# in a Nutshell O`Reilly Peter Drayton Ben Albahari Ted Neward .NET APIs network computing Sys… More...

Shipping costs:Versandkosten innerhalb der BRD. (EUR 6.99) BUCHSERVICE / ANTIQUARIAT Lars-Lutzer *** LITERATUR RECHERCHE *** ANTIQUARISCHE SUCHE, 23812 Wahlstedt
3
Order
at Achtung-Buecher.de
€ 30.85
Shipment: € 0.001
OrderSponsored link
Peter Drayton Ben Albahari Ted Neward:
C sharp in a Nutshell von Peter Drayton Ben Albahari Ted Neward - Paperback

2001

ISBN: 0596001819

2001 Softcover 856 S. 23 x 15,6 x 4 cm Broschiert Zustand: gebraucht - sehr gut, C sharp in a Nutshell C# in a Nutshell O`Reilly Peter Drayton Ben Albahari Ted Neward .NET APIs network co… More...

Shipping costs:Versandkostenfrei innerhalb der BRD. (EUR 0.00) Buchservice-Lars-Lutzer Lars Lutzer Einzelunternehmer, 23812 Wahlstedt
4
C# in a Nutshell : A Desktop Quick Reference by Ben, Drayton, Peter, Neward, Ted Albahari - Ben, Drayton, Peter, Neward, Ted Albahari
Order
at BetterWorldBooks.com
€ 6.98
OrderSponsored link
Ben, Drayton, Peter, Neward, Ted Albahari:
C# in a Nutshell : A Desktop Quick Reference by Ben, Drayton, Peter, Neward, Ted Albahari - used book

ISBN: 9780596001810

"C# in a Nutshell provides everything programmers need to know about the C# language in one concise and accessible volume. Designed as a primary reference for daily use, it also includes … More...

used in stock. Shipping costs:plus shipping costs.
5
Order
at ZVAB.com
€ 39.92
Shipment: € 0.001
OrderSponsored link
Drayton, Peter, Ben Albahari und Ted Neward:
C in a Nutshell - Paperback

2002, ISBN: 0596001819

[EAN: 9780596001810], Gebraucht, guter Zustand, [SC: 0.0], [PU: O`Reilly and Associates], Gepflegter, sauberer Zustand.2002. Aus der Auflösung einer renommierten Bibliothek. Kann Stempel … More...

NOT NEW BOOK. Shipping costs:Versandkostenfrei. (EUR 0.00) Buchpark, Trebbin, Germany [83435977] [Rating: 5 (von 5)]

1As some platforms do not transmit shipping conditions to us and these may depend on the country of delivery, the purchase price, the weight and size of the item, a possible membership of the platform, a direct delivery by the platform or via a third-party provider (Marketplace), etc., it is possible that the shipping costs indicated by find-more-books.com / find-more-books.com do not correspond to those of the offering platform.

Bibliographic data of the best matching book

Details of the book
C sharp in a Nutshell (In a Nutshell (O'Reilly))

C# in a Nutshell provides everything programmers need to know about the C# language in one concise and accessible volume. Designed as a primary reference for daily use, it also includes all the essential background information to become productive quickly. Not a "how-to" book or a rehash of Microsoft's documentation, this book goes to the source of the C# language and the APIs of the .NET Framework to present the content in a way that professional programmers will value above all other books.Brief introductions to the language and .NET runtime provide the needed preparation for programming with the C# language, whose keywords and syntax are then detailed in subsequent chapters. Next, C# in a Nutshell presents key namespaces and types of the .NET Framework base class library which provides much of the functionality and power of the language. Using C# examples, the .NET Framework covers each core area, including:

StringsCollectionsXMLNetworkingInput/OutputSerializationAssembliesReflectionCustom AttributesMemory ManagementThreadingIntegrating with Native DLLsIntegrating with COM ComponentsDiagnosticsDetermined to provide even more value, C# in a Nutshell moves into a comprehensive language reference, plus syntax, XML documentation tags, naming and coding conventions, and the various C# development tools--the kind of reference material programmers will use every day.Next, an extensive and quick reference to the API is presented, featuring the System namespace. Particularly useful are the many figures and tables that present the main features of the namespace. For those looking create alternatives to Microsoft's implementation of the C# Programming Language and the Common Language Infrastructure as submitted to ECMA (an international standards organization), each element included in the ECMA submission is clearly labeled. Finally, the entire reference is based on Version 1 of the .NET Framework and generated by tools written in the C# language itself.Every once in a while, a book becomes the de-facto standard for a technology, operating system, or programming language--which is exactly what C# in a Nutshell aims to do in a single straightforward and easy to use volume.
, C# in a Nutshell was inevitable, much like the dawn or your liability for income tax. As the C# language has gathered speed--it's one of the languages that Microsoft encourages you to use for .NET development--its users have anticipated the release of an authoritative reference for the language and its key APIs. That's what this book is: a reference, meant to give you a few chapters on basic structure and syntax before launching into categorized and alphabetized listings of classes and their members. It's sufficiently well written and organized that, given experience with other distributed application environments and some knowledge of .NET, you could learn the language from this book alone. However, this is not a tutorial for people new to Microsoft programming, or new to network computing.

The syntax guide is clear and concise, with brief statements of what operators, data structures, and syntax elements are for. There also are examples (both generic and with illustrative data) in this section. The API reference is organized by namespace (System, System.Collections, System.Reflection, System.Xml, and so on), with each section containing an alphabetical list of members. Each listing includes syntax guides to the element's constructors, methods, and properties, as well as a hierarchy statement and lists of other classes from which instances of the current member is returned and to which it is passed. Don't look for examples in the API reference, but the author's prose statements of what classes are for should help you along the way to a working application. --David Wall

Topics covered: The key System namespaces of the C# programming language and their most important members, covered in API reference format. Sections deal with (among others) System, System.Collections, System.Net, System.Net.Sockets, System.Runtime.Interopservices, and System.Xml. There's also a syntax guide and references to regular expressions and data marshaling in the C# language.

Details of the book - C sharp in a Nutshell (In a Nutshell (O'Reilly))


EAN (ISBN-13): 9780596001810
ISBN (ISBN-10): 0596001819
Paperback
Publishing year: 2001
Publisher: O`Reilly Associates

Book in our database since 2007-04-23T06:09:14-04:00 (New York)
Detail page last modified on 2023-10-26T15:58:50-04:00 (New York)
ISBN/EAN: 0596001819

ISBN - alternate spelling:
0-596-00181-9, 978-0-596-00181-0
Alternate spelling and related search-keywords:
Book author: peter drayton, albahari, ted
Book title: nutshell, quick, ben, peter sharp


Information from Publisher

Author: Peter Drayton; Ben Albahari; Ted Neward
Title: C in a Nutshell
Publisher: O'Reilly and Associates
Publishing year: 2002-04-04
Language: English
32,00 € (DE)
32,90 € (AT)
Not available (reason unspecified)

00; KART


< to archive...