Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
32 used & new from $2.49

Have one to sell? Sell yours here
 
   
C#: A Beginners Guide
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

C#: A Beginners Guide (Paperback)

by Herbert Schildt (Author), Herb Schildt (Author) "The quest for the perfect programming language is as old as the discipline of programming itself..." (more)
Key Phrases: pri width, return newset, base class reference, Beginner's Guide, Mastery Check, Advanced Topics (more...)
4.5 out of 5 stars See all reviews (11 customer reviews)

List Price: $32.95
Price: $26.99 & this item ships for FREE with Super Saver Shipping. Details
You Save: $5.96 (18%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Monday, July 13? Choose One-Day Shipping at checkout. Details
14 new from $26.99 18 used from $2.49
There is a newer edition of this item:
C# 3.0: A Beginner's Guide C# 3.0: A Beginner's Guide 5.0 out of 5 stars (2)
$30.39
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Frequently Bought Together


Customers Who Bought This Item Also Bought

Head First C#

Head First C#

by Andrew Stellman
4.1 out of 5 stars (67)  $31.49
Microsoft C# Programming for the Absolute Beginner (For the Absolute Beginner (Series).)

Microsoft C# Programming for the Absolute Beginner (For the Absolute Beginner (Series).)

by Andy Harris
Microsoft Visual C# 2008 Step by Step

Microsoft Visual C# 2008 Step by Step

by John Sharp
4.3 out of 5 stars (23)  $26.39
C++: The Complete Reference, 4th Edition

C++: The Complete Reference, 4th Edition

by Herbert Schildt
4.4 out of 5 stars (20)  $33.38
Murach's C# 2008

Murach's C# 2008

by Joel Murach
4.5 out of 5 stars (16)  $33.08
Explore similar items

Editorial Reviews

Product Description
Learn the basics of working with Microsoft's newest programming language using this hands-on introductory resource. You'll get step-by-step instructions for creating, compiling, and running simple programs followed by in-depth explanations on data types, operators, functions, arrays, classes, inheritance, and much more. You'll also be introduced to some of the advanced features of C#. Through a combination of hands-on coding projects, detailed explanations, and practical advice this is the essential introduction for every new C# programmer.

From the Back Cover

Essential Skills for First-Time Developers

Expert programming author Herb Schildt has created the ultimate guide to C#, Microsoft's revolutionary new language designed expressly for .NET developers. Start programming as quickly as possible by learning to create, compile, and run a C# program. See how C# relates to, and interacts with, the .NET Framework, and cover all the C# essentials--control statements, data types, arrays, strings, classes, objects, methods, and namespaces. Get full details on exception handling and the I/O system, and explore C#'s most innovative features, such as delegates, indexers, events, and properties. Start programming in C# the right way with this authoritative, step-by-step guide.

This Beginner's Guide Is Designed for Easy Learning:
*Modules--Each concept is divided into logical modules (chapters), ideal for individualized learning.
*Goals--Each module opens with the specific skills you'll have by the end of the module.
*Ask the Experts--Q;A sections throughout are filled with extra information and interesting commentary.
*1-Minute Drills--Quick self-assessment sections check your progress.
*Annotated Syntax--Example code annotated with commentary points to the particular technique illustrated.
*Projects--Coding exercises contained in each module show how to apply what you are learning.
*Mastery Checks--End-of-module reviews test your knowledge using short-answer, multiple-choice, fill-in-the-blank, and simple coding questions.

See all Editorial Reviews


Product Details

  • Paperback: 616 pages
  • Publisher: McGraw-Hill; annotated edition edition (August 29, 2001)
  • Language: English
  • ISBN-10: 0072133295
  • ISBN-13: 978-0072133295
  • Product Dimensions: 9.1 x 7.3 x 1.4 inches
  • Shipping Weight: 2.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.5 out of 5 stars See all reviews (11 customer reviews)
  • Amazon.com Sales Rank: #528,020 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #66 in  Books > Computers & Internet > Programming > C > Tutorials

Inside This Book (learn more)

Citations (learn more)
This book cites 1 book:


Books on Related Topics (learn more)
 
 

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
2 of 2 people found the following review helpful:
4.0 out of 5 stars Good book for beginners, March 7, 2002
By Siva Mateti "mateti" (Louisville, KY United States) - See all my reviews
(REAL NAME)   
If you know OOPs concepts already and you want a quick book to get started in C# then this is the right book. This book should help to get through the syntax of the C#.

As the book title suggests, this book is meant only for beginners ONLY beginners

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



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars A great learning Aid., November 28, 2001
By A Customer
I was instinctively drawn towards this book because I didn't want to repeat my experiences I had with learning Java. It was then that I bought books indiscriminately trying to find one that "worked", and it was Herb Schildt's book that did the job (Complete Reference). I am happy to say that this book has not disappointed either, although after learning Java the Schildt way, C# was not so daunting.

Because I am not a complete newbie, and because C# bears so much similarity on a cosmetic level to Java, the first 6 Chapters , and therefore more than half of the book, were almost superfluous. Yet they were brilliantly written and they are in a the style that proves that this author is a master in teaching computer languages.

The book comes into its own when it starts to tackle more advanced OO topics such as Inheritance, which is dealt with in an amazing chapter, worth almost the price of the book, and the features that are typical to C# which are Delegates, Events and Namespaces.

All the while chapters are interspersed with quizzes and tests to help you to decide to keep going or to re-read! A great book.
All I would ask is that Schildt come up with a book on the lines of a "Complete Reference" for C# and which also deals with more advanced topics like Remoting etc.

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



 
4 of 5 people found the following review helpful:
5.0 out of 5 stars C# Book Review, February 19, 2002
By Bob OBrien (Burien, WA United States) - See all my reviews
I am a computer programming student and have taken classes in C++ and WIN32 programming. I would like to take a class in C# but my school has not offered it yet. I bought Schildt's book on C# in December 2001 after looking over all the C# books I could find... I did have a bias towards Schildt because I bought his C++ book and found it to be much better than the book my professor had picked for my C++ class. I was not disappointed in the C# book. In my opinion it is the best book currently available on C# for a person with my background. Schildt does not assume you know anything and thus I was able to quickly follow all the lessons and example code. Many other books I have tried leave me mystified as to why their example code works the way it does.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars a MUST have for anyone that wants to program in C#
It is simple, really simple... if you want to program in C# you must get this book, it is an invaluable tool that I have thoroughly worn out. Read more
Published 4 months ago by Kender Seeker Illumini

5.0 out of 5 stars A good introductory book to C#
An excellent introduction to C#. If you're new to the language this the place to be in first before you go deep.. Read more
Published on June 6, 2006 by Muhannad Ramahi

5.0 out of 5 stars Get this book!
I have a recent Associate degree in Computer Information Systems from DeVry University with GPA 4.0. Read more
Published on May 1, 2004 by Dmitriy Gorbachev

5.0 out of 5 stars good language introduction - not IDE based
Firstly I can't easily locate anywhere on the book where it's says Visual Studio .Net is required. Because it isn't. Read more
Published on January 27, 2003 by Patrick Thompson

2.0 out of 5 stars I Beg To Differ
Unlike the other reviewers who have commented favourably, I found this to be an appallingly bad text. Although Schildt states that Visual Studio . Read more
Published on July 4, 2002 by Ian Stephenson

4.0 out of 5 stars Great for beginners like me!
After glancing through many books at Borders, this is the only book that seems to be great for the absolute beginner. Read more
Published on June 25, 2002 by cephore

4.0 out of 5 stars Teaches command prompt only... NO IDE
Excellant book on the C# language itself using command prompt examples only. Here is yet another C# book that totally ingnores the power of the Visual Studio Integrated... Read more
Published on November 15, 2001 by lru

5.0 out of 5 stars At the right speed for Developers new to OOP
I've picked up a couple of books on C# programming and I've decided - thus far - that this one is the best for those developers that are new to OOP. Read more
Published on October 25, 2001

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
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]


Active discussions in related forums
  Discussion Replies Latest Post
C# or Java? 32 3 days ago
   


Product Information from the Amapedia Community

Beta (What's this?)


So You'd Like to...


Look for Similar Items by Category


Great Deals on Magazines

Visit our huge selection of magazine subscriptions often to see the latest special offers and bonuses. Check out magazines like The New Yorker, Wired, and Vanity Fair.
 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Build Your Tool Kit

Shop for tool kits
With a basic tool kit, you're always prepared for any job around the house.

Shop for tool kits now

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & 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
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates