See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

17 used & new from £8.77

Have one to sell? Sell yours here
 
   
Learning C# 2005, Second Edition
 
See larger image
 

Learning C# 2005, Second Edition (Paperback)

by Jesse Liberty (Author), Brian MacDonald (Author)
4.7 out of 5 stars See all reviews (3 customer reviews)

Available from these sellers.


1 new from £28.49 16 used from £8.77
Other Editions: RRP: Our Price: Other Offers:
Paperback 9 used & new from £4.06

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Learning C#
   microsoft.com/VisualStudio    Program in Multiple Languages with more flexibility for efficiency. 
C# programming course
   www.impartica-training.co.uk    2 days only £495. London, Manchester and Edinburgh or on-site 
Net Training
   www.Study-From-Home.co.uk    Study a home training course. Accounting, IT, Web Design Courses. 
  
 

Customers Who Bought This Item Also Bought

Programming C#: Building .NET Applications with C#

Programming C#: Building .NET Applications with C#

by Jesse Liberty
3.6 out of 5 stars (22)  £28.76
C# Language Pocket Reference (Pocket Reference (O'Reilly))

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

by Peter Drayton
4.0 out of 5 stars (2)  £6.26
Agile Principles, Patterns, and Practices in C# (Robert C. Martin)

Agile Principles, Patterns, and Practices in C# (Robert C. Martin)

by Robert C. Martin
4.5 out of 5 stars (2)  £36.54
Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0

Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0

by Jesse Liberty
3.6 out of 5 stars (5)  £30.18
Inside Microsoft® Windows® SharePoint® Services 3.0 (Pro Developer)

Inside Microsoft® Windows® SharePoint® Services 3.0 (Pro Developer)

by Ted Pattison (Ted Pattison Group); Daniel Larson
4.0 out of 5 stars (1)  £24.84
Explore similar items

Product details

  • Paperback: 552 pages
  • Publisher: O'Reilly Media, Inc.; 2 edition (21 Feb 2006)
  • Language English
  • ISBN-10: 0596102097
  • ISBN-13: 978-0596102098
  • Product Dimensions: 23.1 x 17.8 x 3 cm
  • Average Customer Review: 4.7 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 434,711 in Books (See Bestsellers in Books)

    Popular in this category:

    #21 in  Books > Computing & Internet > Microsoft Windows > Programming > C#
  • See Complete Table of Contents

Product Description

Thomas Paul, javaranch.com, October 2002
A good introduction for the novice object-oriented programmer. --This text refers to an out of print or unavailable edition of this title.

Jim Cox, Bookwatch, Dec 2002
Clearly and accessibly written...an especially excellent reference source, particularly for programmers new toC# language. --This text refers to an out of print or unavailable edition of this title.

See all Product Description

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
Check a corresponding box or enter your own tags in the field below
csharp
c sharp
programming languages
dot net
net framework
tutorial
programming
programing
dotnet
csharp tutorial
c programming net

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Learning C# 3.0
31% buy
Learning C# 3.0
£20.14
Programming C# 3.0
24% buy
Programming C# 3.0 4.0 out of 5 stars (1)
£26.95
Learning C# 2005, Second Edition
21% buy the item featured on this page:
Learning C# 2005, Second Edition 4.7 out of 5 stars (3)
Microsoft® Visual C#® 2005 Step by Step (Step by Step (Microsoft))
13% buy
Microsoft® Visual C#® 2005 Step by Step (Step by Step (Microsoft)) 4.5 out of 5 stars (6)
£20.99

 

Customer Reviews

3 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
52 of 53 people found the following review helpful:
4.0 out of 5 stars Very Basic Introduction, 12 Nov 2002
By Thomas Paul (Plainview, NY USA) - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
This review is from: Learning C# (Paperback)
Jesse Liberty has written an excellent introduction to C# entitled, "Programming C#". That book required some background in an object oriented language such as Java or C++ to get the most out of it. This book is geared for the less experienced developer. "Learning C#" covers basically the first half of "Programming C#" in about 50% more pages. A person without a background in OO will find this book much easier to follow. The book covers the language a little slower, gives more hand holding, and even gives an introduction to Visual Studio. Of course, none of the advanced topics in "Programming C#" (ASP.NET, ADO.NET, Web Services, etc.) are found in this book. The author has a nice style of writing that makes the topics easy to follow. His examples are clear and there are plenty of them. All the basic C# topics are covered including control structures, enums, structs, delegates, operator overloading, polymorphism, interfaces, and collections. The topics covered demonstrate the main features of OO languages without being overwhelming. However, the book is not a complete introduction to C#. Some topics are left out (I/O for example). But overall, the book is a good introduction for the novice object-oriented programmer. If you already have some OO experience then you will probably want to get "Programming C#". If object oriented programming (or just programming in general) is new to you then this would be a good place to start.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
19 of 19 people found the following review helpful:
5.0 out of 5 stars Good balance between prose and code, 5 Sep 2003
By Mr. M. G. Poole "mike_p_" (UK) - See all my reviews
(REAL NAME)   
This review is from: Learning C# (Paperback)
I bought this book to supplement my future developments in ASP.net having programmed for the web using ASP/VbScript for the last 2 years (I suppose others may be migrating this way too). Although I had studied a bit of java and some OO concepts in the past, I still consider myself a relative novice so opted for this book over 'Programming C#' by the same author.

The context for the programming constructs and concepts are explained really well in introductory sections of each chapter. The range of examples which follow are consistent in structure throughout the book and reinforced with succinct, straightforward analysis. The code examples are only as long as they need to be. Initial examples are used as templates to take you onto the higher ground in each chapter which I found rewarding. (The longer examples on delegates did take some reading through but you do get there in the end.) To my mind the quiz sections in other books look gimmicky when you consider how effective this step-wise approach to understanding is.

The book is well edited (I found 1 listing error) and there are good pointers to previous and future chapters amongst the discussion to keep you well oriented throughout.

To admit to enjoying a book just on programming is a bit weird... but I can't really fault this one.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 5 people found the following review helpful:
5.0 out of 5 stars Excellent Teaching Material, 30 Dec 2005
By Recep Guvenc (London, UK) - See all my reviews
This review is from: Learning C# (Paperback)
As an experienced software developer and former IT lecturer, I can confidently say that the book increased my confidence in embarking on C# Programming: The concepts were introduced in a simple manner using the minuscule sample codes possible to eliminate complexity. The complex concepts such as events and delegates were easily handled.

No doubt I will be referring to it as a reference manual whenever I fail to implement the conceptual understanding of C#.
I passed my special thanks to the author by a separate email soon after I have completed my reading.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Listmania!


Look for similar items by category


Feedback


Fun for Everyone

Christmas Gifts
Achieve over 15,000 RPM with our great range of Powerballs.

Shop the Powerball store

 

More From Jesse Liberty

Programming C# 3.0

Programming C# 3.0 by Jesse Liberty...

This thoroughly updated tutorial for beginning to intermediate... Read more
£38.50 £26.95

 

Up to 50% off Dental Care

Braun Oral-B Professional Care 6000 Rechargeable Toothbrush - Pack of 2
Put a sparkle in your smile with up to 50% off selected Oral-B and Philips rechargeable toothbrushes.

Up to 50% off power toothbrushes

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates