Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$3.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Microsoft Visual C# .NET
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

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

Microsoft Visual C# .NET [Paperback]

Joyce Farrell (Author)
3.0 out of 5 stars  See all reviews (5 customer reviews)

Price: $131.95 & this item ships for FREE with Super Saver Shipping. Details
  Special Offers Available
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.
Only 1 left in stock--order soon.
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

There is a newer edition of this item:
Microsoft Visual C# 2010: An Introduction to Object-Oriented Programming Microsoft Visual C# 2010: An Introduction to Object-Oriented Programming 3.0 out of 5 stars (2)
$98.87
In Stock.

Book Description

0619062738 978-0619062736 May 24, 2002 1
Part of the Visual Studio.NET platform, C# is a truly object-oriented language that can provide numerous benefits for the beginning programmer. Programming with C#.NET provides background knowledge in concepts that are transferable to other programming languages, such as structured programming, function calling, and parameter passing. This book will provide the beginning programmer with a solid foundation in object-oriented programming, using familiar, existing components like Buttons and Labels.

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Customers Who Viewed This Item Also Viewed


Editorial Reviews

About the Author

Joyce Farrell has authored several CT texts: Object-Oriented Programming Using C++, Microsoft Visual C# .NET, and Java Programming. She teaches at William Rainey Harper College in Illinois.

Product Details

  • Paperback: 480 pages
  • Publisher: Course Technology; 1 edition (May 24, 2002)
  • Language: English
  • ISBN-10: 0619062738
  • ISBN-13: 978-0619062736
  • Product Dimensions: 9.1 x 7.4 x 1 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #1,039,692 in Books (See Top 100 in Books)

 

Customer Reviews

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

4 of 4 people found the following review helpful:
1.0 out of 5 stars Where is the zero star option, November 16, 2003
This review is from: Microsoft Visual C# .NET (Paperback)
I am using this book as part of course curriculum and I am sad to say that this has to be without a doubt the worst computer book I have ever read. Reading this book makes my eyes want to bleed it is so bad.

It glosses over topics such as arrays, classes & class interaction and only briefly mentions recursion. Add to that the fact it does NOT even cover multi-dimensional arrays or any type of dynamic data handling. How do I store data if I don't want to cap how much data can be entered?

Not only is the information lacking it is poorly structured. It "covers" classes before it goes into selection ,repetition and arrays. This seems a little backwards to me.

Avoid at all costs.

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


5 of 6 people found the following review helpful:
2.0 out of 5 stars "Microsoft Visual C#.Net", August 1, 2003
This review is from: Microsoft Visual C# .NET (Paperback)
Bad...REALLY bad...This book claims to be for the beginning programmer, but unfortunately, it takes the....blah,blah,blah-"OK, got it? Good!"...blah,blah,blah..."OK, got it? Good!"...approach. In other words, this book VERY QUICKLY, in far too FEW pages, piles new concept on top of new concept WITHOUT giving enough examples. Exercises at the end of each chapter often follow a different format than examples given throughout the chapters. In chapter text, example code is given with some minor quick-over explanation (if you can call it that), and then in-chapter coding exercises are given often with little or no explanation as to how the code works...e.g. you get a breakdown on how the code works on one, but not the other example. You find you are TEACHING YOURSELF BY TRIAL AND ERROR, and referring back to the book only as a reference. Perhaps that would be a better title for the book: "Learning C# By Trial-And-Error".
My gut tells me this book was really written in a hurry. I suspect Farrell was under a rough deadline or something. She obviously knows her subject very well, but unfortunately she assumes that by stating a fact once, with little or no reference or analogy, the reader will get it the first time. An ANALOGY might be: I KNOW how to bake a cake, and I assume that even though you've NEVER baked a cake in your life, if I tell you ONE TIME VERY QUICKLY all the details of how to bake that cake, that you'll be able to do it too! Sorry! New concepts don't cement that way.
This book should be AT LEAST twice as thick, giving far more examples for each new concept and breaking each concept down into MUCH GREATER detail...that is *IF* Joyce Farrell is attempting to write for the beginner who is new to the concept of Object Oriented Programming as well as the specifics of the C# language.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent programming book, February 9, 2004
By 
This review is from: Microsoft Visual C# .NET (Paperback)
This book is used as a textbook for computer science majors at a local communitry college. And interestingly, I found it to be the most comprehensive programming book I have ever read of either school textbook or mass-marketed (like SAMS).

I have some programming background as a CS major, so alot of the constructs of the language already look familiar having studied Java and C++, etc. In fact C# is just that--a slightly modified Java for the Microsoft .Net platform. Now, I actually prefer C# to Java.

I would recommend this book to anyone looking to learn the basics of C#. But, would not recommend it to anyone without prior experience of at least one professionally taught programming class. Of course an experienced programmer will want to breeze through much of the chapters which will serve only the purpose of making sure any slight quirks in syntax are understood--such as the way C# allows for printing of variables with curly braced symbols.

One thing I really like about the way Joyce Farrell writes is that she explains all the syntax of the language she presents right away, instead of writing "You don't need to worry about that now" or "You won't understand this part of the language yet anyway" as so many annoyingly condescending computer learning books do.

I plan on buying more of Joyce Farrell's books because I enjoy reading the clarity in which she presents the subjects.

If your familiar with object oriented languages and want to learn the basics of C#, buy this book. Conveniently, the books also supplies a trial version of Visual Studio .Net which she requires as needed to compile C# for her book. If you can't get student software discounts, microsoft's compiler is expensive. However, I believe there may be free non-microsoft C# compilers that can be used with the book instead but am not sure.

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
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



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).
 

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 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
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject