This item is not eligible for Amazon Prime, but millions of other items are. Join Amazon Prime today. Already a member? Sign in.

Ready to Buy?
woodys-uk
Price: £27.26
In stock
Add to Cart

7 used & new from £11.00
See All Buying Options

Have one to sell? Sell yours here
 
   
Tell a Friend
Programming C#
 
 

Programming C# (Paperback)

by Jesse Liberty (Author)
3.6 out of 5 stars  (21 customer reviews)

Available from these sellers.


7 used & new available from £11.00
Other Editions: RRP: Our Price: Other Offers:
Paperback (4) £31.95 £28.75 9 used & new from £6.28
 
   

Customers Who Bought This Item Also Bought

C# Language Pocket Reference (Pocket Reference (O'Reilly))

C# Language Pocket Reference (Pocket Reference (O'Reilly)) by Peter Drayton

5.0 out of 5 stars (1)  £6.25
Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0 (Programming)

Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0 (Programming) by Jesse Liberty

3.6 out of 5 stars (5)  £23.08
JavaScript: The Definitive Guide

JavaScript: The Definitive Guide by David Flanagan

4.3 out of 5 stars (39)  £22.99
Sams Teach Yourself the C# Language in 21 Days (Sams Teach Yourself in 21 Days)

Sams Teach Yourself the C# Language in 21 Days (Sams Teach Yourself in 21 Days) by Bradley L. Jones

3.3 out of 5 stars (6)  £16.57
Head First Design Patterns (Head First)

Head First Design Patterns (Head First) by Eric Freeman

4.9 out of 5 stars (32)  £20.77
Explore similar items : Books (95)

Product details

  • Paperback: 680 pages
  • Publisher: O'Reilly (1 Aug 2001)
  • Language English
  • ISBN-10: 0596001177
  • ISBN-13: 978-0596001179
  • Product Dimensions: 23.4 x 17.3 x 3.6 cm
  • Average Customer Review: 3.6 out of 5 stars See all reviews (21 customer reviews)
  • Amazon.co.uk Sales Rank: 737,386 in Books (See Bestsellers in Books)
    (Publishers and authors: Improve Your Sales)
  • Other Editions: Paperback (4) |  All Editions

  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

 (What is this?)
Skills4More C# Courses
www.Skills4More.co.uk/NETC#    Be C# Certified, Request Info Online Or Call 0800 181 076! 
C# Training
www.computeach.co.uk/c#    A better career's in reach with Computeach™. Apply today! 
.Net outsourcing
www.inteks.ru    Top .Net developers in Russia Costs and Time are under Control! 

Product Description

Amazon.co.uk Review
Jesse Liberty's Programming C# provides an adept and extremely well conceived guide to the C# language and is written for the developer with some previous C++, Java and/or Visual Basic experience.

It's no secret that many computer books are pretty much devoid of an authorial personality. This title is a winning exception. The author is able to weave in clever examples (using such topics as his own long experience in computing, his dog, Star Trek etc) without being coy or getting in the way of presenting real technical information. Liberty's wide experience in computers and general writing skill shows as he is able to draw on a wealth of examples to move his text forward.

These are a couple of goals at work in Programming C#. First, it's an excellent language tutorial, certainly one of the smartest and best available guides to C# as a language. Early chapters here explore basic and obscure language options using inheritance, delegation, interface, and the conventions in C# used to implement these techniques. The middle part of the book turns toward the .NET Framework itself, with two useful (and somewhat introductory) chapters on both Windows Forms and Web Forms, for stand-alone and Web-based applications, respectively.

Later sections crank up the technical knowledge again with several advanced topics on understanding .NET assemblies and deployment in detail, as well as "reflection" APIs that allow .NET programs to essentially modify their code at run-time. One technique, reflection emit, which literally writes bytecodes, will definitely interest expert readers, though it's unlikely most programmers will need to do this. Final sections look at the .NET stream classes (rivalled only by Java's for complexity). Liberty looks at basic file and network I/O as well as how objects get serialised and marshalled both for SOAP and Web services and "normal" .NET remoting.

The author's sure hand here in navigating the difficult waters of C# and .NET makes for a relatively concise text that is chockfull of useful information on C#. Filled with notably clever