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

  Author:    James Foxall
  ISBN:    0672327406
  Sales Rank:    71441
  Published:    2006-05-03
  Publisher:    Sams
  # Pages:    448
  Binding:    Paperback
  Avg. Rating:    5.0 based on 14 reviews
  Used Offers:    15 from $9.00
  Amazon Price:    $23.09
  (Data above last updated:  2008-11-12 06:17:05 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit (Sams Teach Yourself in 24 Hours)
  

Looking to break into C# programming? Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit is a valuable resource. You will start by learning the basics of the Visual C# environment and begin to build working programs very quickly. As the programs become more complex, you will discover more of the advanced features of the C# programming language and the Visual C# tool.

Set with the practical goal of providing you with a solid foundation from which to grow and develop your C# programming skills, this book is perfect for use in a professional setting or for use with personal projects. The accompanying CD includes Visual C# 2005 Express Edition, a streamlined, easy-to-use development tool that makes Windows programming with C# fun. Jump in with both feet with the help of Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit.

                  Reader Reviews 1 - 15 of 15                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
11-10-08 4 (NA)
(Hide Review...)  Good for programming beginners
Reviewer Permalink
I guess this book does what it intends to do, teach you C# in 24 1-hour lessons. But I would recommend it only for programming beginners.

If you know a lot of other languages as I did, reading about FOR loops and arithmetic operators doesn't offer anything. There are several errors, but these may have been fixed in the newer edition.

The C# coding techniques are great. But I will now have to look for a more advanced C# programming book.
(Review Data Last Updated: 2008-11-12 06:18:57 EST)
02-05-08 3 1\2
(Hide Review...)  Online version not worth $$
Reviewer Permalink
This book available in Online Reader form. I don't reccomend it. The viewer gets stuck, skips pages (requires restaring the browser) and even submitting a bug report generates a response from Amazon that "There is an error...".

Biggest problem with this book is the online reader lets you zoom in only 1 time which makes reading the example code impossible.
(Review Data Last Updated: 2008-11-11 06:03:24 EST)
09-15-07 4 (NA)
(Hide Review...)  Great book for beginners
Reviewer Permalink
Very good book to get started with VC#
The book was a little to slow in the first 2 parts
(Review Data Last Updated: 2008-02-05 16:56:44 EST)
08-19-07 2 2\2
(Hide Review...)  Dissapointment
Reviewer Permalink
This product did not deliver after all the good reviews I read on amazon. The book is clearly translated from the visual basic equivalent, as a result certain exercises have hints that are putting you on the wrong foot and dont make any sense at all. The book left me with alot of questions especially on the syntax of the language, and frustrated me with its lack of providing insight on what I was doing.
(Review Data Last Updated: 2007-09-16 10:07:45 EST)
06-08-07 5 1\3
(Hide Review...)  Great way to jump into C#
Reviewer Permalink
I have been programming for a very long time with a lot of VB6 experience. Before that I came from VB3, Delphi 1 and Clipper. I didn't need the programming aspect, I just needed to get acquainted with the C# syntax and the VS2005 IDE.

This book is well organized and easy to follow. It delves deep enough into each main area far enough to show you what to do and where to look for more information. Being a guitar player myself, I also enjoyed the fact that there were guitars, amps and pedals used as .jpg examples!

No complaints here!
(Review Data Last Updated: 2007-08-19 00:50:19 EST)
05-20-07 5 1\3
(Hide Review...)  Great Book
Reviewer Permalink
I have started learning programming about 6 months ago, reading several books. All the books have been on different programming languages at a beginners level.
This book is definitely geared towards someone that wants to learn programming with Visual C#. I think this book is one of the best I have ever read. I am finding myself wanting to pick this book up and continue learning.

I would totally suggest this book to anyone.
Great Book!!
(Review Data Last Updated: 2007-07-08 16:40:34 EST)
05-09-07 5 2\2
(Hide Review...)  Best Book in Learning Visual C#
Reviewer Permalink
I have read many computer books in the past. This one has got to be ONE of the BEST learning book. It teaches you how to navigate in the Microsoft Visual C# environment, not to be afraid to experiment and make the best use of the interface. The text are concise. The examples are great for learning. The screenshots are accurate. My book came with the Microsoft Visual C# Express CD (no need to download). Money Well-Spent. Knowledge well-learned. No Pain. Just Gain.

I wish the author Mr. James Foxall would also write a book for the "Microsoft Visual Web Developer".
(Review Data Last Updated: 2007-07-08 16:40:34 EST)
04-14-07 5 1\3
(Hide Review...)  Best C# book I've found
Reviewer Permalink
Unlike all the other C# books, reading this book is like having an instructor and friend sitting next to you. I highly recommend it for anyone who has been frustrated trying other avenues of learning C# 2005.
(Review Data Last Updated: 2007-07-08 16:40:34 EST)
12-04-06 5 6\7
(Hide Review...)  Gets you going in no time
Reviewer Permalink
Foxall takes what you need, takes out what you don't and packs it all in this book. You won't become an expert in C# in 24-hours, but you will certainly know you way around the language and the development environment by reading this book. From there, you can either learn by doing or pick up a more advanced book and go from there.

The author takes the GUI development road and teaches you by example. A frame here, a timer there, event handling, some C# programming and you got yourself a handy little application that gives you a flavor of what it means to use Visual C#. If you have no previous programming experience, or you are simply interested in C#, this is the text you want to pick up and finish in a weekend. I have used Java for a number of years, so the transition to C# was much easier for me.

This book specially focuses on the Development Environment and such things as how you go about setting up a project or how you debug your application using the built-in debugging facility. Microsoft Visual Studio has improved greatly in the recent years, but that also means that it has gotten more complicated to use over the years. Foxall breaks down the "barrier to use" and walks the readers thru how things are setup and configured. The book is also accompanied with MS Visual C# Express Edition, which is a watered down version of Visual Studio but it has everything you need to get started with the development environment.

Author delves into some more advanced features of the .Net framework towards the end of the book and talks about how everything fits together. This is a great "next step" for those of you who will go on to do use C# for more advanced projects.

All and all, this is one great beginner book. There are plenty of examples and tips throughout the book that will benefit anyone who is interested in the C# language or the .Net development environment as a whole.

(Review Data Last Updated: 2007-07-08 16:40:34 EST)
12-03-06 5 3\4
(Hide Review...)  Gets you going in no time
Reviewer Permalink
Foxall takes what you need, takes out what you don't and packs it all in this book. You won't become an expert in C# in 24-hours, but you will certainly know you way around the language and the development environment by reading this book. From there, you can either learn by doing or pick up a more advanced book and go from there.

The author takes the GUI development road and teaches you by example. A frame here, a timer there, event handling, some C# programming and you got yourself a handy little application that gives you a flavor of what it means to use Visual C#. If you have no previous programming experience, or you are simply interested in C#, this is the text you want to pick up and finish in a weekend. I have used Java for a number of years, so the transition to C# was much easier for me.

This book specially focuses on the Development Environment and such things as how you go about setting up a project or how you debug your application using the built-in debugging facility. Microsoft Visual Studio has improved greatly in the recent years, but that also means that it has gotten more complicated to use over the years. Foxall breaks down the "barrier to use" and walks the readers thru how things are setup and configured. The book is also accompanied with MS Visual C# Express Edition, which is a watered down version of Visual Studio but it has everything you need to get started with the development environment.

Author delves into some more advanced features of the .Net framework towards the end of the book and talks about how everything fits together. This is a great "next step" for those of you who will go on to do use C# for more advanced projects.

All and all, this is one great beginner book. There are plenty of examples and tips throughout the book that will benefit anyone who is interested in the C# language or the .Net development environment as a whole.

(Review Data Last Updated: 2007-04-11 08:54:36 EST)
11-15-06 5 2\3
(Hide Review...)  Best beginner C# title IMO
Reviewer Permalink
I've been through MANY introductory C# books over the past few weeks, including online and video tutorials. So far, this title is the best of the bunch.
It's very interactive and more importantly has exercises at the end of each hour; Very easy to read, even humorous at times.
If you DONT want to spend a semester's-worth of time learning C# then get this book. Otherwise, I'd suggest Prentiss-Hall's version; but be warned, it's designed as a 2 semester college lvl book.
(Review Data Last Updated: 2007-07-08 16:40:34 EST)
11-12-06 4 4\5
(Hide Review...)  Everything you need to get your feet wet with Visual C#...
Reviewer Permalink
The "in 24 Hours" series breaks down subject matter into 24 chapters that should take you around an hour to complete. If this style is one that appeals to you, and if you're looking to figure out Visual C# 2005, then you're in luck with Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit by James Foxall.

Contents:
Part 1 - The Visual C# Environment: Jumping in with Both Feet - A Visual C# 2005 Programming Tour; Navigating Visual C# 2005; Understanding Objects and Collections; Understanding Events
Part 2 - Building a User Interface: Building Forms - The Basics; Building Forms - Advanced Techniques; Working with Traditional Controls; Using Advanced Controls; Adding Menus and Toolbars to Forms
Part 3 - Making Things Happen - Programming: Creating and Calling Methods; Using Constants, Data Types, Variables, and Arrays; Performing Arithmetic, String Manipulation, and Date/Time Adjustments; Making Decisions in Visual C# Code; Looping for Efficiency; Debugging Your Code; Designing Objects Using Classes; Interacting with Users; Working with Graphics
Part 4 - Working with Data: Performing File Operations; Working with Text Files and the Registry; Working with a Database; Controlling Other Applications Using Automation
Part 5 - Developing Solutions and Beyond: Deploying Applications; The 10000 Foot View
Index

A nice thing about this book is it's a complete learning solution. The CD in the back has the Express Edition of Visual C# 2005 on it, so the purchase of this book gives you the complete environment you need to get started. Looking at the contents, you can see that the primary emphasis in the beginning is creating the graphical elements of the interface. Most of the "programming" consists of filling in dialog and property boxes to make the interface behave as desired. You have to get into Part 3 before you learn how to actually code the C# language. For someone brand new to programming, this is probably a decent idea. Get the person doing and creating something quickly, even through it many not do much of anything in an overall context. As an experienced developer, I kept wondering "but what does the language look like and how does it work?" Personally, I would have preferred the material to be in reverse order, but I'm possibly not the intended audience for this particular style and approach.

Even with that minor nit, I still think the material is solid. If I knew someone who was computer-savvy but hadn't done much programming, I'd have no hesitation to suggest this title if their desire was to learn Visual C#.
(Review Data Last Updated: 2007-02-16 11:55:02 EST)
09-04-06 5 2\3
(Hide Review...)  A good starter book
Reviewer Permalink
If you're an experienced programmer that is wanting to learn Visual C# as another language then this is probably not the best book for you.

If you're totally new to pgramming this book fits well. Foxall does a fantastic job of teaching you skills gradually. He doesn' thit you all at once with the concepts and theories of object oriented programming and so forth, but he introduces it to you little by little over each chapter so that it's much easier to learn.

You learn how to write practical and useful programs, which is what allows new programmers to keep their interestin the subject.
(Review Data Last Updated: 2007-02-16 11:55:02 EST)
08-02-06 5 1\2
(Hide Review...)  Great starter C# book
Reviewer Permalink
For those who know nothing about C# and want to dive right in, this is the book for you. Mr. Foxall does a great job explaining the concepts in his book without oversaturating you.
(Review Data Last Updated: 2007-02-16 11:55:02 EST)
05-31-06 4 14\15
(Hide Review...)  mostly about GUI building in Visual C#
Reviewer Permalink
Foxall gives one of the latest in Sam's Teach Yourself series. Where each chapter is considered do-able in one hour, and there are 24 chapters. A gimmick that perhaps is a little confining on both the author and the reader. The author has to pigeonhole sufficient material into a chapter to meet this constraint. While if the reader takes too long to assimilate a chapter, she might wonder about her abilities.

Anyhow, I recommend that you ignore this one chapter-one hour formalism. Just read the chapters as you would any other text on Visual C#. The book's pedagogy is heavily directed towards GUI building in that language. That is clearly the book's strength. The programs tend to be event-driven. Where you might hook up a listener to a widget, and then code actions into it, for when an appropriate event happens in the widget.

The book does teach about pure computational aspects. Like about using variables, arrays and conditional logic. Plus about the intrinsic ideas in object oriented programming. But these appear in the second half of the book. After the UI discussions. The computational explanations are relatively sparse. Little indepth is done with these.

Also, the chapter on OO is the most important in the book. The OO concepts are absolutely crucial and you need to get these down thoroughly. Here especially is where the one hour per chapter idea is deleterious. Spend as much time as you need on this chapter. It is this that will be the foundations of any complex coding that you will later do. Not the UI details.
(Review Data Last Updated: 2007-02-16 11:55:02 EST)
  
                  Reader Reviews 1 - 15 of 15                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)