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

26 used & new from $1.93

Have one to sell? Sell yours here
 
 
C#: A Programmer's Introduction
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

C#: A Programmer's Introduction (Paperback)

by Harvey M. Deitel (Author), Paul J. Deitel (Author), Jeffrey A. Listfield (Author), Tem R. Nieto (Author), Cheryl H. Yaeger (Author), Marina Zlatkina (Author)
4.4 out of 5 stars See all reviews (5 customer reviews)


Available from these sellers.


11 new from $7.56 15 used from $1.93

Customers Who Bought This Item Also Bought

C# For Experienced Programmers (Deitel Developer Series)

C# For Experienced Programmers (Deitel Developer Series)

by Harvey M. Deitel
3.2 out of 5 stars (25)  $37.79
C# How to Program

C# How to Program

by Harvey M. Deitel
Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)

Pro LINQ: Language Integrated Query in C# 2008 (Windows.Net)

by Jr., Joseph C. Rattz
4.7 out of 5 stars (38)  $28.34
C# Primer Plus

C# Primer Plus

by Klaus Michelsen
4.4 out of 5 stars (22)  $36.49
Visual Basic.NET How to Program, Second Edition

Visual Basic.NET How to Program, Second Edition

by Harvey M. Deitel
Explore similar items

Editorial Reviews

Product Description
An introductory guide to C#. Provides everything you need to know about programming C#. Softcover.

From the Back Cover

C# A Programmers Introduction is written for novices and practicing programmers, who want to learn C# through the introductory level. If you already own C# How To Program, 1/e, you should not purchase C# A Programmers Introduction. However, you may be interested in our ASP .NET with C# for Experienced Programmers, which will be published in Summer 2003. Students should not purchase C# A Programmers Introduction. Instead, students should purchase C# How To Program, 1/e, as it contains self-review exercises and other ancillary materials suitable for self-study and classroom use. We also recommend that everyone consider The Complete C# Training Course, 1/e, which includes C# How to Program, 1/e, and the C# Cyber Classroom--an interactive, multimedia, Windows-based CD-ROM. The Complete Training Course offers a great value and provides a powerful learning tool for readers who want to pursue C# programming through the intermediate level.

The practicing programmer's Deitel Live-Code introduction to C# and the powerful Microsoft .NET Framework

This new book in the Deitel Developer Series introduces Microsoft's C# language, using the Deitels' signature Live-Code approach to teaching programming. Every important fundamental C# concept is presented in the context of a fully-tested program, complete with syntax shading, detailed line-by-line descriptions and program outputs. The book features 152 Live-Code programs that contain 11,500 lines of C# program code. In addition, the book includes 353 programming tips that show you how to build code that is portable, reusable and optimized for performance.

Start by learning the basics of the Visual Studio .NET integrated development environment. Then move on to C# fundamentals, including control structures, methods and arrays. Next comes the Deitels' classic treatment of object-based and object-oriented programming, exception handling, and graphical-user-interface programming. Finally, begin learning about the key technologies you will need to build next generation XML-based Web services, including ASP .NET, ADO .NET and XML.

Dr. Harvey M. Deitel and Paul J. Deitel are the founders of Deitel & Associates, Inc., the internationally recognized IT content-creation and corporate-training organization. Together with their colleagues at Deitel & Associates, Inc., they have written the successful How to Program Series of college textbooks that hundreds of thousands of students and professionals throughout the world have used to master programming in C, C++, Java, C#, VB .NET, Perl, Python, and other languages.

The Deitel Developer Series is designed for practicing programmers. The series presents focused treatments of emerging technologies, including .NET, J2EE, Web services and more. Each book in the series contains the same Live-Code teaching methodology used so successfully in the Deitels' How to Program Series college textbooks and instructor-led corporate-training courses. The series includes a broad selection of books suitable for three types of readers:

A Technical Introduction Broad overviews of new technologies for programmers, technical managers and other technical professionals A Programmer's Introduction Focused treatments of programming fundamentals for practicing programmers and for novices For Experienced Programmers Detailed treatments of language topics for experienced programmersDEITEL TESTIMONIALS"Your book has sparked a passion in me for programming like no other."—Scott Haynes

"Comprehensive, coherent, clear, and just plain FUN to work through!"—James Huddleston

"I must say my favorite feature is the examples..."—Ben Schrooten

"I have read many books and taken many training courses over the past 20 years, but this stands out as the absolute best!"—Cindy Steele



See all Editorial Reviews

Product Details

  • Paperback: 928 pages
  • Publisher: Prentice Hall PTR; 1st edition (July 18, 2002)
  • Language: English
  • ISBN-10: 0130461326
  • ISBN-13: 978-0130461322
  • Product Dimensions: 9.1 x 7.1 x 1.7 inches
  • Shipping Weight: 3 pounds
  • Average Customer Review: 4.4 out of 5 stars See all reviews (5 customer reviews)
  • Amazon.com Sales Rank: #1,208,209 in Books (See Bestsellers in Books)

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
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

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

 
7 of 7 people found the following review helpful:
4.0 out of 5 stars Great Second Book, November 24, 2002
By A Customer
After reading "C# Primer Plus", I was looking for a programming book that uses the FCL and VS .NET in earnest, providing a good introduction to Win Forms, ASP.NET, and Web Services. I found that in this book. It's very clearly written, and explains the basic concepts well without much non-sense, unlike "Programming C#".

My main concern is that it's coverage of core C# is somewhat skimpy. Important subjects such as data types, delegates, interfaces, and polymorphism are either not covered at all, or mentioned just in passing. So you are still going to need an in depth book on core C#. I recommend "C# Primer Plus", which I believe you should read before this one. Nothwithstanding some overlap between the two, they complement each other very nicely. This one will smooth the transition from core C# to usage of the bread & butter classes that are included in .NET.

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



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Good Introduction to C# and related technologies, September 4, 2002
In covering the subject, Deitel and company provide a good overview of not only C#, but object oriented programming concepts, and using solutions that take advanatge of XML, ADO .NET, and ASP .NET. An introduction is provided of the Visual Studio .NET development environment. The 800+ page book includes 152 "Live-Code" programs with C# program code, and over 353 programming tips.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4.0 out of 5 stars Good book on C#, January 21, 2003
By A Customer
This covers many of the important aspects of C#. I like the Good Programming practice and Software Engineering tips very much.

Only problem is the font and the bold highlighting is so much that it makes the book hard to read continuously. Page starts to blur after a while. My other book is a Sams teach yourself C# in 21 days. The text is muuuuuchhh more readable.

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


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

5.0 out of 5 stars "Comprehensive, In-Depth, Clear and Example rich Book"
As I am also one of the reviewers of this book, I perceptibly noticed how much care the Deitel people take for their book to provide a comprehensible book. Read more
Published on August 28, 2002 by G.GNANA ARUN GANESH

4.0 out of 5 stars C# A Programmer's Introduction
I have used Deitel books since graduate school and this latest addition to my library is a fine addition. Read more
Published on August 27, 2002 by Jay S. Cook

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]

   


Product Information from the Amapedia Community

Beta (What's this?)

Listmania!



Look for Similar Items by Category


Summer Sales

Omaha Steaks Hamburgers
Shop the summer food sale and save up to 50% on salsas and spreads, steaks and burgers, seafood, oils and vinegars, and desserts, only at Amazon Gourmet.

See all sale items

 

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.
 

Find the Part You Need

Shop for replacement parts
Browse the Home Improvement Store for a wide selection of replacement parts, including outdoor power equipment and power tool accessories.

Shop now

 
Shop inverters for your MP3 Player
Groove on the GoKeep your MP3 player charged as you travel. Find functional and durable inverters in the Home Improvement Store.
 
Ad

 

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
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense

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