- 5 Results
Lowest price: € 0.82, highest price: € 7.08, average price: € 4.48
1
C# 3.0 in a Nutshell: A Desktop Quick Reference - Jospeh Albahari,Ben Albahari
Order
at awesomebooks.com
£ 5.87
(aprox. € 6.82)
Shipment: € 3.481
OrderSponsored link
Jospeh Albahari,Ben Albahari:

C# 3.0 in a Nutshell: A Desktop Quick Reference - used book

2008, ISBN: 9780596527570

This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of… More...

No. 9780596527570. Shipping costs:1, 3-5 Days. (EUR 3.48)
2
Order
at Biblio.co.uk
$ 1.00
(aprox. € 0.82)
Shipment: € 5.741
OrderSponsored link

Joseph Albahari, Ben Albahari:

C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly)) - Paperback

ISBN: 9780596527570

O'Reilly Media. Paperback. GOOD. Spine creases, wear to binding and pages from reading. May contain limited notes, underlining or highlighting that does affect the text. Possible ex lib… More...

Shipping costs: EUR 5.74 Discover Books
3
C# 3.0 in a Nutshell - Albahari &  Ben Albahari, Joseph
Order
at amazon.de
€ 7.08
Shipment: € 3.001
OrderSponsored link
Albahari & Ben Albahari, Joseph:
C# 3.0 in a Nutshell - Paperback

2007

ISBN: 9780596527570

O'Reilly & Associates, Taschenbuch, Auflage: 3, 858 Seiten, Publiziert: 2007-10T, Produktgruppe: Buch, Hersteller-Nr.: new18-20150810-a003531, 2.3 kg, Verkaufsrang: 225, C#, Programmiersp… More...

Shipping costs:Auf Lager. Die angegebenen Versandkosten können von den tatsächlichen Kosten abweichen. (EUR 3.00) rebuy recommerce GmbH
4
C# 3.0 in a Nutshell - Albahari &  Ben Albahari, Joseph
Order
at booklooker.de
€ 5.50
Shipment: € 4.801
OrderSponsored link
Albahari & Ben Albahari, Joseph:
C# 3.0 in a Nutshell - Paperback

2007, ISBN: 9780596527570

[ED: Taschenbuch], [PU: O'Reilly & Associates], DE, [SC: 4.80], deutliche Gebrauchsspuren, privates Angebot, 858, [GW: 1027g], Banküberweisung, PayPal, Internationaler Versand

Shipping costs:Versand nach Deutschland. (EUR 4.80) PrinzVogelfrei
5
C# 3.0 in a Nutshell
Order
at reBuy.de
€ 2.19
Shipment: € 3.001
OrderSponsored link
C# 3.0 in a Nutshell - used book

ISBN: 9780596527570

bücher bücher, [PU: O'Reilly]

Nr. 2174280. Shipping costs:, sofort lieferbar, DE. (EUR 3.00)

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# 3.0 in a Nutshell

Completely rewritten to encompass changes to the C# language, this concise and to-the-point edition covers the essentials of language syntax and usage as well as the parts of the .NET base class libraries that programmers need.

Details of the book - C# 3.0 in a Nutshell


EAN (ISBN-13): 9780596527570
ISBN (ISBN-10): 0596527578
Paperback
Publishing year: 2007
Publisher: O'Reilly & Associates

Book in our database since 2007-10-04T06:12:13-04:00 (New York)
Detail page last modified on 2022-05-19T13:02:47-04:00 (New York)
ISBN/EAN: 9780596527570

ISBN - alternate spelling:
0-596-52757-8, 978-0-596-52757-0
Alternate spelling and related search-keywords:
Book author: joseph john, albahari, jas, alba, ben, read, max osborn
Book title: sharp, csharp, linq, nutshell, quick reference, desktop, essentials


Information from Publisher

Author: Joseph Albahari & Ben Albahari
Title: C# 3.0 in a Nutshell - A Desktop Quick Reference
Publisher: O'Reilly and Associates
858 Pages
Publishing year: 2007-09-28
Language: English
48,00 € (DE)
49,40 € (AT)
Not available (reason unspecified)

BC; PB; Hardcover, Softcover / Informatik, EDV/Programmiersprachen; Programmier- und Skriptsprachen, allgemein; C#NET, threading, reflection, LINQ

Inhaltsverzeichnis Chapter 1 Preface 1. Introducing C# and the.NET Framework      Object Orientation      Type Safety      Memory Management      Platform Support      C#'s Relationship with the CLR      The CLR and.NET Framework      What's New in C# 3.0 2. C# Language Basics      A First C# Program      Syntax      Type Basics      Numeric Types      Boolean Type and Operators      Strings and Characters      Arrays      Variables and Parameters      Expressions and Operators      Statements      Namespaces 3. Creating Types in C#      Classes      Inheritance      The object Type      Structs      Access Modifiers      Interfaces      Enums      \\Nested Types      Generics 4. Advanced C#      Delegates      Events      Lambda Expressions (C# 3.0)      Anonymous Methods      try Statements and Exceptions      Enumeration and Iterators      Nullable Types      Operator Overloading      Extension Methods (C# 3.0)      Anonymous Types (C# 3.0)      Attributes      Unsafe Code and Pointers      Preprocessor Directives      XML Documentation 5. Framework Overview      The CLR and Core Framework      Applied Technologies 6. Framework Fundamentals      String and Text Handling      Dates and Times      Dates and Time Zones      Formatting and Parsing      Standard Format Strings and Parsing Flags      Other Conversion Mechanisms      Working with Numbers      Enums      The Guid Struct      Equality Comparison      Order Comparison      Utility Classes 7. Collections      Enumeration      The ICollection and IList Interfaces      The Array Class      Lists, Queues, Stacks, and Sets      Dictionaries      Customizable Collections and Proxies      Plugging in Equality and Order 8. LINQ Queries      Getting Started      Lambda Queries      Comprehension Queries      Deferred Execution      Subqueries      Composition Strategies      Projection Strategies      Interpreted Queries      LINQ to SQL      Building Query Expressions 9. LINQ Operators      Overview      Filtering      Projecting      Joining      Ordering      Grouping      Set Operators      Conversion Methods      Element Operators      Aggregation Methods      Quantifiers      Generation Methods 10. LINQ to XML      Architectural Overview      X-DOM Overview      Instantiating an X-DOM      Navigating and Querying      Updating an X-DOM      Working with Values      Documents and Declarations      Names and Namespaces      Annotations      Projecting into an X-DOM 11. Other XML Technologies      XmlReader      XmlWriter      Patterns for Using XmlReader/XmlWriter      XmlDocument      XPath      XSD and Schema Validation      XSLT 12. Disposal and Garbage Collection      IDisposable, Dispose, and Close      Garbage Collection and Finalizers      Calling Dispose from a Finalizer      How the Garbage Collector Works      Alternatives to Garbage Collection 13. Streams and I/O      Stream Architecture      Using Streams      Stream Adapters      File and Directory Operations      Compression      Isolated Storage 14. Networking      Network Architecture      Addresses and Ports      URIs      Request/Response Architecture      HTTP-Specific Support      Writing an HTTP Server      Using FTP      Using DNS      Sending Mail with SmtpClient      Using TCP      Receiving POP3 Mail with TCP 15. Serialization      Serialization Concepts      The Data Contract Serializer      Data Contracts and Collections      Extending Data Contracts      The Binary Serializer      Binary Serialization Attributes      Binary Serialization with ISerializable      XML Serialization 16. Assemblies      What's in an Assembly      Signing an Assembly      Assembly Names      The Global Assembly Cache      Resources and Satellite Assemblies      Resolving and Loading Assemblies      Deploying Assemblies Outside the Base Folder      Packing a Single-File Executable      Working with Unreferenced Assemblies 17. Reflection and Metadata      Reflecting and Activating Types      Reflecting and Invoking Members      Reflecting Assemblies      Working with Attributes      Dynamic Code Generation      Emitting Assemblies and Types      Emitting Type Members      Emitting Generic Methods and Types      Awkward Emission Targets      Parsing IL 18. Security      Permissions      Code Access Security      Running in a Sandbox      Sandboxing Another Assembly      Operating System Security      Identity and Role Security      Cryptography Overview      Windows Data Protection      Hashing      Symmetric Encryption      Public Key Encryption and Signing 19. Threading      Threading's Uses and Misuses      Getting Started      Asynchronous Delegates      Synchronization      Locking      Thread Safety      Nonblocking Synchronization      Signaling with Event Wait Handles      Signaling with Wait and Pulse      Interrupt and Abort      Local Storage      BackgroundWorker      ReaderWriterLockSlim      Timers 20. Asynchronous Methods      Why Asynchronous Methods Exist      Asynchronous Method Signatures      Using Asynchronous Methods      Writing Asynchronous Methods      Fake Asynchronous Methods      Alternatives to Asynchronous Methods      Asynchronous Events 21. Application Domains      Application Domain Architecture      Creating and Destroying Application Domains      Using Multiple Application Domains      Using DoCallBack      Domains and Threads      Sharing Data Between Domains 22. Integrating with Native DLLs      Calling into DLLs      Marshaling Common Types      Marshaling Classes and Structs      In and Out Marshaling      Callbacks from Unmanaged Code      Simulating a C Union      Shared Memory      Mapping a Struct to Unmanaged Memory      Interop Attribute Reference 23. Diagnostics      Conditional Compilation      Debug and Trace Classes      Debugger Integration      Processes and Process Threads      StackTrace and StackFrame      Windows Event Logs      Performance Counters      The Stopwatch Class 24. Regular Expressions      Regular Expression Basics      Quantifiers      Zero-Width Assertions      Groups      Replacing and Splitting Text      Cookbook Regular Expressions      Regular Expressions Language Reference A. C# Keywords B. Namespace-to-Assembly Reference Index

More/other books that might be very similar to this book

Latest similar book:
0636920924333 Tcl/Tk in a Nutshell: A Desktop Quick Reference (Raines, Paul, Tranter, Jeff)


< to archive...