
Visual C# 2005 How to Program
United States Edition
Paul J. Deitel(Author)
Pearson (Publisher)
2nd Edition
Published on 23. January 2006
Book
Hardback
1648 pages
978-0-13-152523-8 (ISBN)
Article exhausted; check for reprint
Description
The complete, authoritative DeitelA (R) Live-Code introduction to object-oriented programming with C# 2.0, Visual C#A (R) 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#A (R) 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! -Jose Antonio Gonzalez 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/UMLaA A 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 BasicA (R) .NET, Visual C++A (R) .NET, JavaaA A , 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 JavaaA A 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.
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/UMLaA A 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 BasicA (R) .NET, Visual C++A (R) .NET, JavaaA A , 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 JavaaA A 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.
More details
Edition
2nd edition
Language
English
Place of publication
United States
Publishing group
Pearson Education (US)
Target group
College/higher education
Dimensions
Height: 232 mm
Width: 178 mm
Weight
2240 gr
ISBN-13
978-0-13-152523-8 (9780131525238)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
New editions

Book
11/2008
3rd Edition
Pearson
€74.21
Article exhausted; check for reprint
Previous edition

Harvey M. Deitel | Paul J. Deitel | Jeffrey A. Listfield
C# How to Program
Book
01/2002
Pearson
€60.65
Article exhausted; check for reprint
Content
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
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