This item is not eligible for Amazon Prime, but millions of other items are. Join Amazon Prime today. Already a member? Sign in.

7 used & new from £6.68
See All Buying Options

Have one to sell? Sell yours here
 
   
Tell a Friend
Beginning C# (Programmer to Programmer)
 
See larger image
 
Beginning C# (Programmer to Programmer) (Paperback)
by Karli Watson (Author), John Reid (Author), Christian Nagel (Author), Eric White (Author), Jacob Hammer Pedersen (Author), Ollie Cornes (Author), Morgan Skinner (Author), David Espinosa (Author), Zach Greenvoss (Author), Matthew Reynolds (Author), Marco Bellinaso (Author)
5.0 out of 5 stars  (1 customer review)

Availability: Available from these sellers.

7 used & new available from £6.68

Product details
  • Paperback: 1035 pages
  • Publisher: WROX Press Ltd (1 Sep 2001)
  • Language English
  • ISBN-10: 1861004982
  • ISBN-13: 978-1861004987
  • Product Dimensions: 22.8 x 18.4 x 5.6 cm
  • Average Customer Review: 5.0 out of 5 stars  (1 customer review)
  • Amazon.co.uk Sales Rank: 618,954 in Books (See Bestsellers in Books)
    (Publishers and authors: Improve Your Sales)
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links (What is this?)
ASP Programmer
www.softensity.com    C#, VB.NET, ASP.NET, Rates 9.50/hr 1-100 Developers for your projects. 
Dot Net Development
www.hotsoftware.co.uk    20 years development experience 
Skills Train C# Courses
www.SkillsTrainUK.com/NETC#    Be C# Certified, Request Info Online Or Call 0800 181 076! 

Product Description
Amazon.co.uk Review
C# is Microsoft's new--and preferred--language for programming in the .NET environment. Beginning C# assumes no previous programming knowledge. It also assumes you'll be using Visual Studio.NET.

You start off writing simple console programs to learn the basics of types, flow control, functions, debugging, error handling, object oriented programming, classes, events and other basics of the language. The excitement starts in chapter 13 with Windows form controls and moves on to deployment issues using the new Windows installer. You get data access with ADO and a review of ADO.NET classes and objects. Everything about using C# is covered in exhaustive depth before you go on to look at Web programs, ASP.NET and some complete sample applications.

Wrox--and Karli Wilson--have been involved in enough programming books to get the formula down pat. Beginning C# does a good job of introducing new topics, putting them in context, demonstrating their usage and explaining how they work. There are plenty of simple, lucid examples of code including alternative ways to achieve the same ends with explanations on why you might use one method over another.

As a book Beginning C# is nearly as exciting as the average in-flight magazine, but for working programmers or beginners who need a clean, clear introduction to putting C# to use in the real world, it's hard to beat. Read it before buying Professional C# from the same stable of authors. --Steve Patient

Book Description
C# is Microsoft's brand new programming language for its new platform, the .NET Framework. The .NET Framework consists of a runtime environment for managing the execution of our code, and a whole host of class libraries for performing almost any programming task you can think of. Although .NET code can be written in many languages, C# is the only language designed specifically for the .NET Framework, and as such is set to become the language of choice for writing .NET applications for years to come.

This book will be an indispensable guide as you learn to write C# programs, gradually explaining the key concepts of C# and .NET as your skills develop. After a thorough explanation of the basics of the C# language, we take an in-depth look at object-oriented programming in C#, before moving on to see how we write Windows applications in C#. We also show how you can create dynamic web pages and web services in C#. Finally, two case studies provide full examples of C# applications in action and show how it all ties together.

This book covers:

The C# language
.NET Programming with C#
Object-oriented programming
Writing Windows applications
Accessing databases
Writing web pages and web services in C#


See all Product Description


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 organize and find favorite items.
Your tags: Add your first tag
Search Products Tagged with
 

 

Customer Reviews

1 Review
5 star: 100%  (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
 
 
 
Share your thoughts with other customers:
Write an online review
Most Helpful Customer Reviews

 
11 of 11 people found the following review helpful:
5.0 out of 5 stars Begin C# Programming with a BANG!, 18 Jun 2002
This book is clearly presented, and well written. It's style is very accessible, even to very beginners, as opposed to programmers new to C#. I have already read three other beginning c~ style books, and while some were pretty good (Inside C# for exa