or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
46 used & new from $18.00

Have one to sell? Sell yours here
 
   
Sams Teach Yourself the C# Language in 21 Days
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Sams Teach Yourself the C# Language in 21 Days (Paperback)

~ Bradley L. Jones (Author)
4.3 out of 5 stars  See all reviews (13 customer reviews)

List Price: $44.99
Price: $32.84 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.15 (27%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Thursday, November 12? Choose One-Day Shipping at checkout. Details
30 new from $25.92 16 used from $18.00

Frequently Bought Together

Customers buy this book with Microsoft Visual C# 2008 Step by Step by John Sharp

Sams Teach Yourself the C# Language in 21 Days + Microsoft Visual C# 2008 Step by Step
  • This item: Sams Teach Yourself the C# Language in 21 Days by Bradley L. Jones

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Microsoft Visual C# 2008 Step by Step by John Sharp

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Microsoft Sams Teach Yourself SQL Server 2005 Express in 24 Hours

Microsoft Sams Teach Yourself SQL Server 2005 Express in 24 Hours

by Alison Balter
2.7 out of 5 stars (10)  $25.54
Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit

Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit

by James Foxall
4.4 out of 5 stars (18)  $28.10
SQL Queries for Mere Mortals(R): A Hands-On Guide to Data Manipulation in SQL (2nd Edition)

SQL Queries for Mere Mortals(R): A Hands-On Guide to Data Manipulation in SQL (2nd Edition)

by John L. Viescas
3.9 out of 5 stars (9)  $42.89
Database Design for Mere Mortals(R): A Hands-On Guide to Relational Database Design (2nd Edition)

Database Design for Mere Mortals(R): A Hands-On Guide to Relational Database Design (2nd Edition)

by Michael J. Hernandez
4.0 out of 5 stars (126)  $40.94
Sams Teach Yourself C++ in 21 Days (5th Edition)

Sams Teach Yourself C++ in 21 Days (5th Edition)

by Jesse Liberty
Explore similar items

Editorial Reviews

Product Description

In just 21 days readers will learn how to use the key features of the C# programming language—not only the commands, but how to create entire programs using them within a few simple chapters. This book is designed to teach C# from the ground up—each lesson is built to supplement the chapter before to provide a fully rounded understanding of the C# language. Sams Teach Yourself the C# Language in 21 Days is the only book on the market that takes C# out of the Microsoft Visual Studio and teaches it as a platform-independent language—letting readers program for Windows, FreeBSD, and Mac OS X. Additional coverage added from the first edition: more and better Windows Forms information, database access, XML, types, runs, appendix for Visual C++ .NET users, plus much more. This book also includes a CD-ROM full of third-party editor software and sample code, making it an easy-to-use, all-in-one package.



From the Back Cover

In just 21 days readers will learn how to use the key features of the C# programming language-not only the commands, but how to create entire programs using them within a few simple chapters. This book is designed to teach C# from the ground up-each lesson is built to supplement the chapter before to provide a fully rounded understanding of the C# language. Sams Teach Yourself the C# Language in 21 Days is the only book on the market that takes C# out of the Microsoft Visual Studio and teaches it as a platform-independent language-letting readers program for Windows, FreeBSD, and Mac OS X. Additional coverage added from the first edition: more and better Windows Forms information, database access, XML, types, runs, appendix for Visual C++ .NET users, plus much more. This book also includes a CD-ROM full of third-party editor software and sample code, making it an easy-to-use, all-in-one package.


Product Details

  • Paperback: 816 pages
  • Publisher: Sams (July 31, 2003)
  • Language: English
  • ISBN-10: 0672325462
  • ISBN-13: 978-0672325465
  • Product Dimensions: 9 x 7 x 1.9 inches
  • Shipping Weight: 3 pounds (View shipping rates and policies)
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon.com Sales Rank: #600,611 in Books (See Bestsellers in Books)

More About the Author

Bradley Jones
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Bradley Jones Page

What Do Customers Ultimately Buy After Viewing This Item?


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).
 
(46)
(25)
(22)

Your tags: Add your first tag
 

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

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

 
8 of 9 people found the following review helpful:
5.0 out of 5 stars Reads well and is a bargain at $35, September 10, 2003
Review by Aaron J. Young for CodeGuru.com:

If you're new to programming or have little experience, Teach Yourself C# is a great beginner's book. With it's course-like layout, the material is split into 3 weeks of 7 lessons/days, each covering a new but related topic, allowing the reader to pace him or herself and actually absorb what's being read without becoming overwhelmed by new concepts as is the case with many other "tutorial" books.

Teach Yourself C# in 21 Days covers all the topics needed to get you going in C#. You learn, step-by-step, the development lifecycle, programming fundamentals; like structure and program flow, statements, expressions and storage types. Object orientated design concepts are covered in sufficient detail, like inheritance, polymorphism and encapsulation. This includes coverage of the most common .NET Classes such as the Math routines, Files and Streams.

Each day ends with a summary, followed by a Q and A section where the author attempts to answer some common questions on the covered subjects, this is then followed by a Workshop consisting of a quiz and exercises designed to reinforce what has just been learnt. There are also plenty of code listings through out the book, including several "Type and Run" listings, implementing the discussed materials making it easy to follow and understand what's being taught.

It's worth mentioning that this book doesn't just stop at covering the basics of C#, it also covers ADO.NET and even designing Web Services and ASP.NET pages to a point where you can actually get something up and running and feel comfortable about how it was done.

The book is aimed at beginning to intermediate programmers, if you're in the intermediate range, but new to .NET, you'll find weeks 2 and 3 the most interesting, week 1, which is peppered with programming fundamentals does a fantastic job of preparing you for what's to come in the other 2 weeks.

Overall Teach Yourself C# in 21 Days is a must for those starting out on the .NET path, it gives you a very thorough understanding of the core language and brings you to a point where you'll be developing meaningful applications almost immediately.

A CD-ROM comes with the book and contains all the code listings organized by day as well as other tools and utilities, like the .NET framework v1.1/SDK, "SharpDevelop" - a free, open source, development environment for .NET and "Mono" - an open source implementation of the .NET framework for Linux.

There's so much useful information crammed into this book and yet it's done in a format that won't leave you scratching your head, it reads well and is a bargain at $35 - highly recommended.

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



 
5 of 5 people found the following review helpful:
5.0 out of 5 stars You'll read it cover to cover and keep it for reference, February 17, 2005
This book was awesome! I just finished reading it today and I am amazed of how much I learned.

I disagree with the comment that rates it bad for not talking enough about Visual Studio.... There are good books about "Visual C#" which target this audience, however the best developers are those who learn how to build software from scratch without fancy tools.

Trust me, before this, I had no idea what was all the code Visual Studio (and even SharpDevelop) generated by default.

Recommended path:
I read 1 chapter a day; then took the chapter quiz, and did all the exercises.

Also play with the "Type and Run's", they are a lot of fun!

I am now writing my own C# applications (Console, Windows-based, Web, and even for my Pocket PC).

Excellent book, great job Brad Jones!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
4.0 out of 5 stars Well written, January 9, 2007
This book is a great book for beginners. If you happen to be a programmer the first couple of chapters are a review but the later chapters make up for this. I would have preferred a little more about creating windows applications but this is still a great book. I recommend this book.
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 An excellent primer for those with programming experience
Over many years, I have found the Sams "Teach Yourself" books to be invaluable when I needed to learn a new computing concept or programming language. Read more
Published 10 months ago by Charles Ashbacher

3.0 out of 5 stars Beginners guide, doesn't cover Visual Studio IDE
It is important to realise that this is a book for beginners. If you are an experienced developer wanting to cross-train from C++, Java, VB. Read more
Published 18 months ago by J. S. Hardman

5.0 out of 5 stars Very good book, best recommendation
Could not put it away until finished reading it.
Book is very well written, with detailed explanation of every topic and has very good examples, I also liked excersizes and... Read more
Published on August 29, 2005 by Svetlana Ostrovskaya

5.0 out of 5 stars Fantastic Book
This book is just fantastic. You can really learn a lot from it. I am only 14 and already know how to create a simple program. Read more
Published on February 15, 2005

4.0 out of 5 stars So far it's been good
I'm very glad to finally see a book out that doesn't require people to spend a vast fortune buying Visual Studio, while that is fine for corporate development many personal... Read more
Published on January 25, 2005 by James Duerr

2.0 out of 5 stars Not what I was expecting!
Just know this book has you developing code in the SDK, not Visual Studio .NET. If anything that should turn you away from buying this.

Any . Read more
Published on September 8, 2004 by Brent A. Logero

3.0 out of 5 stars There are better books to start with.
I started out as a big fan of this book. The introductory chapters were great. But the book soon lost its focus. Read more
Published on January 16, 2004 by Scott Mobley

5.0 out of 5 stars Great book for beginners.
This book is great for beginners with no previous programming experience,as well as C/C++ programmers. The Quizes and Exercises build a solid foundation for future chapters.
Published on November 27, 2003 by nyon

5.0 out of 5 stars Good book.
This book is a great introduction to those with previous programming experience in C/C++ and those with no programming experience at all. Read more
Published on November 26, 2003 by nyon

5.0 out of 5 stars Mainly just the C#
I like this book because it has a lot about the language in the small chapters over 21 days. It seems like the author knows a lot about the language and its not just a reemake ofa... Read more
Published on November 17, 2003 by Javiar

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
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 61 3 days ago
textbook scam 66 8 days ago
Amazon is a great place to buy textbooks! 35 20 days ago
Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

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.


Your Recent History

 (What's this?)

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