- ホーム
- > 洋書
- > 英文書
- > Computer / Languages
Full Description
Appropriate for all basic-to-intermediate level courses in Visual C# 2012 programming. Created by world-renowned programming instructors Paul and Harvey Deitel, Visual C# 2012 How to Program, Fifth Edition introduces all facets of the C# 2012 language hands-on, through hundreds of working programs. This book has been thoroughly updated to reflect the major innovations Microsoft has incorporated in Visual C# 2012; all discussions and sample code have been carefully audited against the newest Visual C# language specification.Students begin by getting comfortable with the C# Express 2012 IDE and basic Visual C# syntax. Next, they build their skills one step at a time, mastering control structures, classes, objects, methods, variables, arrays, and the core techniques of object-oriented programming. With this strong foundation in place, the Deitels introduce more sophisticated techniques, including searching, sorting, data structures, generics, and collections. Throughout, the authors show students how to make the most of Microsoft's Visual Studio tools. A series of appendices provide essential programming reference material.
Contents
VISUAL C# 2012 HOW TO PROGRAMTable of Contents1 Introduction to Computers, the Internet and Visual C#2 Dive Into (R) Visual Studio3 Introduction to C# Apps 4 Introduction to Classes, Objects, Methods and Strings 5 Control Statements: Part 1 6 Control Statements: Part 2 7 Methods: A Deeper Look 8 Arrays; Introduction to Exception Handling 9 Introduction to LINQ and the List Collection 10 Classes and Objects: A Deeper Look 11 Object-Oriented Programming: Inheritance 12 OOP: Polymorphism, Interfaces and Operator Overloading 13 Exception Handling: A Deeper Look 14 Graphical User Interfaces with Windows Forms: Part 1 15 Graphical User Interfaces with Windows Forms: Part 2 16 Strings and Characters 17 Files and Streams 18 Databases and LINQ 19 Web App Development with ASP.NET 20 Searching and Sorting 21 Data Structures 22 Generics 23 Collections 24 Windows 8 UI25 Windows 8 Graphics and MultimediaA Operator Precedence Chart B Simple Types C ASCII Character Set Index ONLINE CHAPTERS AND APPENDICES26 Windows Phone 8 Case Study 27 Windows Azure Cloud Computing Case Study 28 Introduction to Concurrency: async and await29 XML and LINQ to XML30 Web App Development with ASP.NET: A Deeper Look 31 Web Services 32 GUI with Windows Presentation Foundation 33 WPF Graphics and Multimedia 34 ATM Case Study, Part 1: Object-Oriented Design with the UML 35 ATM Case Study, Part 2: Implementing an Object-Oriented DesignD Number Systems E UML 2: Additional Diagram Types F Unicode (R) G Using the Visual Studio Debugger