The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Visual C# 2005 How to Program 2nd Edition
  

  Visual C# 2005 How to Program 2nd Edition by Other primary creator Harvey M. Deitel

  • Published by: PRENTICE-HALL
  • Author: Other primary creator Harvey M. Deitel
  • Page Count: 1586
  • Group: C# - VISUAL C# 2005
  • ISBN: 0132043610/9780132043618
  • Published: Jan 2006

Our Price: 45.59
Discount: 5%
RRP: 47.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Visual C# 2005 How to Program 2nd Edition
The complete, authoritative Deitel Live-Code introduction to object-oriented programming with C# 2.0, Visual C# 2005, ADO.NET 2.0, ASP.NET 2.0 and Web Services! C# is one of the world??s most powerful object-oriented languages. This new edition, which is completely updated to C# 2.0 and Visual C# 2005, uses a carefully paced early classes and objects approach.

This book is a must have for any C# student because of its thorough explanations, its carefully developed and commented examples, and its numerous and interesting exercises. The idea of introducing a bit of UML in each chapter through a case study is great and should be in every book! It??s the book I??ll recommend to my students! ??Jos Antonio Gonzlez Seco, Andalucia??s Parlamient

I??m glad to see the early treatment of objects done so well. The UML material is well explained and will help students better understand OOP. A comprehensive introduction to XML, and one of the clearest tutorials on Web services I??ve read, with great examples. An excellent chapter on generics. Explains data structures with a clarity that is hard to come by. ??Gavin Osborne, Saskatchewan Institute of Applied Science and Technology

Overall fantasic coverage of inheritance.??Dharmesh Chauhan, Microsoft

The [optional] ATM OOD/UML case study is excellent! The implementation of the design developed in the early chapters gives the reader a fantastic model of a real world problem. You hit a home run with this one! ??Catherine Wyman, Devry-Phoenix

Deitel has a real knack for presenting technical material with accuracy, clarity and brevity. ??Harlan Brewer, University of Cincinnati

Excellent coverage of developing ASP.NET 2.0 applications, with plenty of sample code. The chapter on exception handling is one of, if not the best such chapters I have seen in the 50+ .NET related books I??ve read and reviewed. The chapter on Networking is one of the best I have seen. ??Peter Bromberg, Merrill Lynch, C# MVP

A beautiful presentation of threads ??Pavel Tsekov, Caesar BSC

A superb job of clearly integrating the theory of relational databases and SQL with the application of ADO.NET.??Harlan Brewer, University of Cincinnati

Visual C# 2005 How to Program, 2/e, includes comprehensive coverage of object-oriented programming in C#, and several major integrated case studies: the Grade Book class (Chapters 4??6, 8), the Time class (three sections of Chapter 9), the Employee class (Chapters 10??11), the optional OOD/UML? 2 ATM system (Chapters 1, 3??9 and Appendix J), and three multi-tier, database driven Web applications??a guest book (Chapter 21), a secure book database (Chapter 21) and an airline reservation system (Chapter 22).

Dr. Harvey M. Deitel and Paul J. Deitel are the founders of Deitel & Associates, Inc., the internationally recognized corporate training and content creation organization specializing in C#, Visual Basic .NET, Visual C++ .NET, Java?, C, C++, XML, Python, Perl, Ruby, AJAX, Internet, Web and object technologies. The Deitels are the authors of many other best-selling programming language

textbooks, including Java? How to Program, 6/e, Internet & World Wide Web How to Program, 3/e and C++ How to Program, 5/e. Visual C# 2005 How to Program, 2/e??s instructor and student resources include Web sites (www.deitel.com and www.prenhall.com/deitel) with the book??s code examples and information for faculty, students and professionals.

CONTENTS:

Preface

Before You Begin

1. Introduction to Computers, the Internet and C#

2. Introduction to the Visual C# 2005 Express IDE

3. Introduction to Visual C# Programming

4. Introduction to Early Classes and Objects

5. Control Statements Part 1

6. Control Statements Part 2

7. Methods: A Deeper Look

8. Arrays

9 Classes and Objects: A Deeper Look

10 Object-Oriented Programming: Inheritance

11 Object-Oriented Programming: Polymorphism

12 Exception Handling

13. Graphical User Interface Concepts: Part 1

14. Graphical User Interface Concepts: Part 2

15. Multithreading

16. Strings, Characters and Regular Expressions

17. Graphics and Multimedia

18. Files and Streams

19. XML

20. Database, SQL and ADO.NET

21. ASP.NET, Web Forms and Web Controls

22. Web Services

23. Networking: Stream-Based Sockets

24. Searching and Sorting

25. Data Structures

26. Generics

27. Collections

A. Operator Precedence Chart

B. Number Systems

C. Visual Studio .NET Debugger

D. ASCII Character Set

E. UnicodeR

F. Introduction to XHTML: Part1

G. Introduction to XHTML: Part 2

H. HTML/XHTML Special Characters

I. HTML Colors

J. ATM Case Study Code

K. UML Diagrams

L. Simple Types