Deliver to your Kindle or other device

 
 
 

Try it free

Sample the beginning of this book for free

Deliver to your Kindle or other device

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
C# 2005 For Dummies (For Dummies (Computers))
 
 

C# 2005 For Dummies (For Dummies (Computers)) [Kindle Edition]

Stephen R. Davis , Charles Sphar
2.0 out of 5 stars  See all reviews (1 customer review)

Digital List Price: £17.50 What's this?
Print List Price: £16.99
Kindle Price: £9.94 includes VAT* & free wireless delivery via Amazon Whispernet
You Save: £7.05 (41%)
Unlike print books, digital books are subject to VAT.

Formats

Amazon Price New from Used from
Kindle Edition £9.94  
Paperback £11.04  

Product Description

Product Description

C# is Microsoft's object-oriented programming language designed for improving productivity in the development of Web applications Fully revised for C# 2005, this book begins with creating a C# program, then moves into C# and object-oriented programming fundamentals, Windows programming with C# and Visual Studio, and debugging and error handling A friendly, conversational approach to understanding C# is certain to get readers quickly creating applications The CD-ROM contains all the sample code in the book as well as bonus materials

Note: The Kindle edition of this book does not include any CDs or DVDs.

From the Back Cover

Programming can be fun using the power of C#

See how you can use C# to write Windows applications and much more!

Interested in the exciting possibilities of programming with C#? Well, look sharp! Even if you′ve never programmed before, you′ll see how C# allows you to write code using the Visual Studio® 2005 interface. From applying the Common Language Runtime to taking advantage of iterator blocks, this guide delivers just what you need to write flexible code.

Discover how to

  • Create your first C# program
  • Handle floating point variables
  • Control program flow
  • Sort through arrays of objects
  • Perform common operations on a string
  • Use generics to write more flexible code

Product details

  • Format: Kindle Edition
  • File Size: 23547 KB
  • Print Length: 432 pages
  • Publisher: For Dummies; 2 edition (21 May 2007)
  • Sold by: Amazon Media EU S.à r.l.
  • Language English
  • ASIN: B000YDWATW
  • Text-to-Speech: Enabled
  • Average Customer Review: 2.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: #483,032 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
  •  Would you like to give feedback on images?


More About the Authors

Discover books, learn about writers, and more.

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 organise and find favourite items.
Your tags: Add your first tag
 

Customer Reviews

5 star
0
4 star
0
3 star
0
1 star
0
Most Helpful Customer Reviews
5 of 11 people found the following review helpful
By M. Bull
Format:Paperback
I last programmed in Fortran 15 years ago and was hoping to learn a modern object oriented (oo) lanaguage, but I found this book disappointing, hard work and yes, rather boring.

Instead of enthusing upfront about the wonders of oo programming, the book first drearily grinds through 99 pages of variable types, arithmetic operators and if statements in completely procedural fashion.

"Object-Oriented Programming" doesn't actually come until p211 (after another frustrating 100 pages of technicality), by which stage the book is so far into the nitty gritty of C# syntax that I'm totally lost.

So instead I'm going to try the "Head First" Java book (which tries a much more innovative approach) and reverse into C# since the languages are so similar. I won't be bothering with "Dummies" again.

Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  8 reviews
25 of 27 people found the following review helpful
Works well for jumping in and getting started... 18 Dec 2005
By Thomas Duff - Published on Amazon.com
Format:Paperback
Seems like I've been ending up with a number of C# books in my review pile lately. The most recent one is C# 2005 For Dummies by Stephen Randy Davis and Chuck Sphar. As with many programming language books in the Dummies series, it's a solid coverage of the material for those who are looking for a broad coverage of the material for a first exposure...

Contents:

Part 1 - Creating Your First C# Programs: Creating Your First C# Windows Program; Creating Your First C# Console Application

Part 2 - Basic C# Programming: Living with Variability - Declaring Value-Type Variables; Smooth Operators; Controlling Program Flow

Part 3 - Object-Based Programming: Collecting Data - The Class and the Array; Putting on Some High-Class Functions; Class Methods; Stringing in the Key of C#

Part 4 - Object-Oriented Programming: Object-Oriented Programming - What's It All About?; Holding a Class Responsible; Inheritance - Is That All I Get?; Poly-what-ism?

Part 5 - Beyond Basic Classes: What a Class Isn't a Class - The Interface and the Structure; Asking Your Pharmacist about Generics

Part 6 - The Part of Ten: The 10 Most Common Build Errors (And How to Fix Them); The 10 Most Significant Differences between C# and C++

Appendix: About the CD

Bonus Chapters on the CD: Some Exceptional Exceptions; Handling Files and Libraries in C#; Stepping through Collections; Using the Visual Studio Interface; C# on the Cheap

Index

As I've mentioned in other places, I like Dummies books for the ability to allow me to figure out what I don't know about a subject. If I didn't know Java at all (C# is very close to Java in many, many respects) and wanted to get my feet wet in C#, this book would help me get the foundational skills I need. As someone who *does* already know Java, I think I was more interested in the bonus material on the CD. I really didn't know much about Mono, the open-source implementation of .Net. Nor did I know that there are non-Microsoft imitations of Visual Studio that you can use if you want to code in C# without spending hundreds of dollars for the VS IDE. Cool stuff! This probably wouldn't be the book you'd keep around as your main reference source if you are going to be a C# code-slinger, but it will help you figure out where the gun goes and how to put the holster on...
14 of 14 people found the following review helpful
Fantastic Book!!! 27 Aug 2006
By Frederick Masem - Published on Amazon.com
Format:Paperback
If you guys like me are starting programming with C# then

C# 2005 for dummies is the book to buy. It is extremely well explained with great examples, the loopings and object oriented are well explained as well. I purchased about 5 books on C# claiming to be beginners books but they were NOT. Most C# beginner book on C# assume some programming experience but NOT C# 2005 for dummies. By order I will recommend for a newbie in programming who wants to learn C#:

- C# 2005 for dummies

- The absolute beginner in C#

- Beginning C# 2005 from Wrox

Again Thanks to Mr Davis for this fantastic introduction to C#
3 of 3 people found the following review helpful
C# 2005 for Dummies 4 Aug 2007
By K. M. Austin - Published on Amazon.com
Format:Paperback
After having a few different textbooks that were difficult to understand I am extremely pleased with the quality, easy understandability and usuability of this book. Paired with my textbooks I have been able to grasp the harder concepts of C# that once were very difficult. There is some knowledge required of the language in order to be able to understand some of the concepts and grasp them fully but this book definitely makes it so much easier. I soon will be graduating with an Associates Degree in Web Design and Programming and feel very sure I will use this book as reference throughout the beginning of my career."A reference for the rest of us!" is definitely an appropriate slogan for the "DUMMIES" series of books.
Search 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
   


Look for similar items by category


Look for similar items by subject


Amazon Media EU S.à r.l. GB Privacy Statement Amazon Media EU S.à r.l. GB Delivery Information Amazon Media EU S.à r.l. GB Returns & Exchanges