Programming C#: Building .NET Applications with C# and over 900,000 other books are available for Amazon Kindle . Learn more

Have one to sell? Sell yours here
Programming C#: Building .NET Applications with C#
 
 
Start reading Programming C#: Building .NET Applications with C# on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming C#: Building .NET Applications with C# [Paperback]

Jesse Liberty
3.6 out of 5 stars  See all reviews (22 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition £16.23  
Paperback --  
Paperback, 1 Mar 2005 --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.
There is a newer edition of this item:
Programming C# 4.0 Programming C# 4.0 3.0 out of 5 stars (2)
£27.20
In stock.

Customers Who Bought This Item Also Bought


Product details

  • Paperback: 672 pages
  • Publisher: O'Reilly Media; 4 edition (1 Mar 2005)
  • Language English
  • ISBN-10: 0596006993
  • ISBN-13: 978-0596006990
  • Product Dimensions: 23.1 x 18 x 3.3 cm
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (22 customer reviews)
  • Amazon Bestsellers Rank: 467,628 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Jesse Liberty
Discover books, learn about writers, and more.

Visit Amazon's Jesse Liberty Page

Product Description

Amazon.co.uk Review

Jesse Liberty's Programming C#, 2nd Edition 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. This second edition brings the book up-to-date with examples that are guaranteed to run on the shipping version of Visual C#.NET.

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 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 standalone 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, that 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 chock-full of useful information on C#. Filled with notably clever and inventive examples, this book is possibly the veteran computer author's best title to date, and it's sure to be a noteworthy resource as experienced developers tackle C# for the first time. --Richard Dragan --This text refers to an out of print or unavailable edition of this title.

www.techbookreport.com

The book features lots of code snippets to make things clear. Verdict: A good solid introduction to C#

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

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)
 
(3)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


 

Customer Reviews

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

36 of 37 people found the following review helpful:
5.0 out of 5 stars Almost perfect introduction to C#, 12 Nov 2002
By 
Thomas Paul (Plainview, NY USA) - See all my reviews
(REAL NAME)   
This review is from: Programming C# (Paperback)
"C# Programming" is close to being the perfect introduction to C#. The author has a nice style of writing that makes the book easy to read and understand. Although the author assumes that you have some familiarity with programming, he does not assume that you know C++ or Java and does not rely on you knowing either language. This helps avoid the problem some authors encounter of explaining how something is "just like in C++" and then losing anyone not familiar with C++. The author does show how to use VisualStudio.NET but he does not rely on this tool, allowing programmers without access to it to run the many examples in the book. Like most O'Reilly books, this is a well-focused and well-written product. The book is divided into three sections. The first is a detailed introduction to the language. The coverage of the C# language in this section is where the book excels. With very few exceptions (I would have liked to see a little more on nested classes) I found the coverage of the book and the examples provided to be excellent. The second section is a brief discussion of several topics including ADO.NET, ASP.NET, and Web Services. This section is just an introduction to these topics. The last section covers advanced topics such as reflection, threading, and remoting. I highly recommend this book to anyone interested learning the C# language even if that interest is purely academic.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


31 of 32 people found the following review helpful:
5.0 out of 5 stars Well Thought, Cut and Presented Book on C# & .NET Framework, 28 Aug 2001
By A Customer
This review is from: Programming C# (Paperback)
You will certainly be hard pressed to find a better book on C# and .NET FrameWork.

This book has no fluff and the writer gets down to the point. There is no Microsoft Marketing Notes similar to what you will find in the MSPress documentation.

Having Said That - The book is divided into three distinct parts. The first part is highly focused with the C# Symantics and is crystal clear. You will certainly have a good firm grasp of the C# Syntax and Symantics when you complete it.

The Second part of the book is highly tuned towards application development on the desktop as well as the internet. It discusses in depth the ADO.NET, ASP.NET. It also looks into the webforms and newly designed winforms engine which is part of the .NET FrameWork.

Part Three is the hard core stuff and you really do need to thoughly understand the section as it touches upon the so called "Advanced" development on the .NET Platform. This section touches upon the interoperability of COM, Threading and Synchornization, atributes, assemblies and streams. Understanding these core concepts will move you from being classified as a developer to the status of a Professional Developer.

Overall this a well thought cut and presented documentation on C# and the supporting .NET Framework.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


43 of 45 people found the following review helpful:
5.0 out of 5 stars The best C# book around at the moment..., 13 May 2002
By 
This review is from: Programming C# (Paperback)
I've read most of the C# books that are currently on the market, and this is definitely my favourite. It has a nice balance between the language and its practical application using the .NET Framework, and is well explained in elegant and concise language. Unlike certain books I could mention that are 1500+ pages of rehashed reference material, Jesse takes the "less is more" approach, with about 300 pages on the language followed by about the same number on the major class libraries needed to apply the language to real-world problems.

If you're familiar with the Core Java books by Prentice-Hall, you'll notice a similar style here - brief coverage of topics that should be familiar to any experienced programmer (classes, objects, interfaces etc.) with more than enough depth where necessary.

If you're already proficient with a language such as C++, Java or Visual Basic and want to convert your knowledge across to C# quickly, this book will provide everything you need in a digestible form. Recommended.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Would you like to see more reviews about this item?
 Go to Amazon.com to see all 209 reviews  4.1 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Most Recent Customer Reviews











Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

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

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback