Microsoft® Visual C#® 2008 Step by Step and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
Kindle Edition
 
   
Sell Back Your Copy
For a $1.68 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Microsoft Visual C# 2008 Step by Step
 
 
Start reading Microsoft® Visual C#® 2008 Step by Step on your Kindle in under a minute.

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

Microsoft Visual C# 2008 Step by Step [Paperback]

John Sharp (Author)
4.0 out of 5 stars  See all reviews (30 customer reviews)

List Price: $39.99
Price: $23.99 & eligible for FREE Super Saver Shipping on orders over $25. Details
You Save: $16.00 (40%)
  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 but may require an extra 1-2 days to process.
Ships from and sold by Amazon.com. Gift-wrap available.
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $17.59  
Paperback $23.99  
Sell Back Your Copy for $1.68
Whether you buy it used on Amazon for $1.57 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $1.68.

Book Description

0735624305 978-0735624306 December 29, 2007
Get the hands-on, step-by-step guide to learning the latest enhancements in Microsoft Visual C# 2008. Visual C#, one of the tools in Microsoft Visual Studio® 2008, is a modern programming language designed to deliver a productive environment for creating business frameworks and reusable object-oriented components. Whether you re a beginning programmer or new to the Visual C# programming language, you ll learn how to use the fundamental features of Visual Studio 2008 and gain a basic understanding of the latest enhancement of the Visual C# language. You ll work at your own pace through hands-on, learn-by-doing exercises, get started creating components and working Windows® applications, and build your knowledge as you start creating your first Visual C# based applications. You ll also explore how to create data management and Web-based applications. In each chapter, work through learn-by-doing exercises that demonstrate how, when, and why to use the many features of the Visual C# rapid application development environment. Includes a companion CD with code samples, data sets, and a fully searchable eBook.

Features easy-to-follow, logically planned lessons to help you learn at your own pace

Helps you gain a solid understanding of how to use the fundamental features of Visual C# 2008

Includes a companion CD with code samples, data sets, and a fully searchable eBook


Special Offers and Product Promotions

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

Frequently Bought Together

Microsoft Visual C# 2008 Step by Step + Sams Teach Yourself Visual C# 2008 in 24 Hours: Complete Starter Kit + Head First C#, 2E: A Learner's Guide to Real-World Programming with Visual C# and .NET (Head First Guides)
Price For All Three: $76.76

Some of these items ship sooner than the others. Show details

Buy the selected items together


Editorial Reviews

About the Author

John Sharp is the author of three previous versions of this book, plus several other titles from Microsoft Press, including Windows Communication Foundation Step by Step. John is a principal technologist for Content Master Ltd., where he develops and delivers guidance on C#, J#, and Microsoft ASP.NET for a number of international customers.

Product Details

  • Paperback: 656 pages
  • Publisher: Microsoft Press (December 29, 2007)
  • Language: English
  • ISBN-10: 0735624305
  • ISBN-13: 978-0735624306
  • Product Dimensions: 9 x 7.4 x 1.1 inches
  • Shipping Weight: 3.1 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (30 customer reviews)
  • Amazon Best Sellers Rank: #95,575 in Books (See Top 100 in Books)

More About the Author

John Sharp is a principal technologist for Content Master Ltd., where he works on technology and training projects for a variety of international customers.

 

Customer Reviews

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

28 of 28 people found the following review helpful:
5.0 out of 5 stars Great book for someone new to C#, March 25, 2008
By 
Paul B. (San Diego, CA) - See all my reviews
This review is from: Microsoft Visual C# 2008 Step by Step (Paperback)
I got this book because I wanted to learn Visual Studio 2008 and C# at the same time. It has certainly done the trick. I am currently at page 449, and I am amazed at how much information John Sharp has put in book. Even more amazing is that his teaching technique of a brief overview, and explaining while doing examples is surprisingly effective. If you are a Pro Developer familiar with C++ or java, then this book is probably not going to teach you anything interesting till part 4. I am very please and recommend to any novice who wants to learn.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


19 of 20 people found the following review helpful:
4.0 out of 5 stars Excellent resource, January 19, 2008
This review is from: Microsoft Visual C# 2008 Step by Step (Paperback)
After trying to pickup programming again several times (after not doing well in the few undergrad classes I took years ago), I've just completed the rough-design/implementation of my first c# application after reading through 9 chapters in this book.

John Sharp's book is laid out in fairly concise chapters, dealing with two or three concepts at a time. The text is clearly written, and has been fairly easy for me to understand.

The only exception (and the reason for 4/5) was the discussion of private data structures in objects. He stated that the this data is available to the class, but only implied that meant every instantiation of the class can access any other instantiation's private data. A friend who's a programmer clarified the matter, and made it sound like I was misreading it, but for a "beginners guide," I think such a point should be spelt out a bit better.

Great book: well laid out, easy to read, great examples (in the book and the code is on the CD).
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


25 of 32 people found the following review helpful:
3.0 out of 5 stars Dry and Monotonous, February 25, 2008
Amazon Verified Purchase(What's this?)
This review is from: Microsoft Visual C# 2008 Step by Step (Paperback)
This book is definately geared for beginners with no programming experience, which is fine. There are a few typo's but nothing to panic about. More importantly, there is little to keep you entertained and motivated to read it. An example, of the dryness is on page 241: Interface Restrictions...a bunch of "You-can-do-this-but-not thats". I am sure they are important points, but I think they are misplaced or better learned as you go along with each thing. I'm reading it and thinking "oh yeah, I'm going to remember all that." Nevertheless, if you can persist through the book, you will learn a lot and have a good foundation. But I recommend you buy "Head First C#" instead of this book.
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



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
design view, grid view, press enter, querying information, using data binding, introducing generics, new event handler, operator overloading, binding source, development server, server database file, bike store, refresh mode, operation contract, binding expression, source view, bike world, protected mode, title combo box, operand text box, new graphical application, female radio button, ringers association, readlnt method, private int radius
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Studio, Start Without Debugging, Express Edition, Microsoft Press, Introducing Microsoft Visual, Solution Explorer, Build Solution, Windows Applications, Setter Property, Creating Components, Professional Edition, Introducing Windows Presentation Foundation, Building Web Applications, Managing Data, Web Forms, Visual Web Developer, Object Relational Designer, First Name, United States, Performing Validation, Querying In-Memory Data, Windows Vista, Northwind Traders, Implementing Properties, Left Width
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(5)
(1)
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
Visual C# Express Edition 0 Feb 17, 2009
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject