Pearson+

Visual C# How to Program, 6th edition

  • Paul Deitel
  • , Harvey M. Deitel
loading

  • Listen on the go
    Listen on the go

    Learn how you like with full eTextbook audio

  • Find it fast
    Find it fast

    Quickly navigate your eTextbook with search

  • Stay organized
    Stay organized

    Access all your eTextbooks in one place

  • Easily continue access
    Easily continue access

    Keep learning with auto-renew

For all basic-to-intermediate level courses in Visual C# programming.

 

An informative, engaging, challenging and entertaining introduction to Visual C#

Created by world-renowned programming instructors Paul and Harvey Deitel, Visual C# How to Program, Sixth Edition  introduces  students to the world of desktop, mobile and web app development with Microsoft’s® Visual C#® programming language. Students will use .NET platform and the Visual Studio® Integrated Development Environment to write, test, and debug applications and run them on a wide variety of Windows® devices.

 

At the heart of the book is the Deitel signature live-code approach—rather than using code snippets, the authors present concepts in the context of complete working programs followed by sample executions. Students begin by getting comfortable with the Visual Studio Community edition IDE and basic 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 authors introduce more sophisticated techniques, including searching, sorting, data structures, generics, and collections. Additional practice is provided through a broad range of example programs and exercises selected from computer science, business, education, social issues, personal utilities, sports, mathematics, puzzles, simulation, game playing, graphics, multimedia and many other areas.

Published by Pearson (July 14th 2021) - Copyright © 2017

ISBN-13: 9780137506095

Subject: Programming - Intermediate/Advanced

Category: C#

Brief Contents

  1. Introduction to Computers, the Internet and Visual C#
  2. Introduction to Visual Studio and Visual Programming
  3. Introduction to C# App Programming
  4. Introduction to Classes, Objects, Methods and strings
  5. Methods: A Deeper Look
  6. Arrays; Introduction to Exception Handling
  7. Introduction to LINQ and the List Collection
  8. Classes and Objects: A Deeper Look
  9. Object-Oriented Programming: Inheritance
  10. OOP: Polymorphism and Interfaces
  11. Exception Handling: A Deeper Look
  12. Graphical User Interfaces with Windows Forms: Part 1
  13. Graphical User Interfaces with Windows Forms: Part 2
  14. Strings and Characters: A Deeper Look
  15. Files and Streams
  16. Searching and Sorting
  17. Custom Linked Data Structures
  18. Generics
  19. Generic Collections; Functional Programming with LINQ/PLINQ
  20. Databases and LINQ
  21. Asynchronous Programming with async and await

Appendices

  1. Operator Precedence Chart
  2. Simple Types
  3. ASCII Character Set

ONLINE Topics

  • Web App Development with ASP.NET
  • XML and LINQ to XML
  • Universal Windows Platform (UWP) GUI, Graphics, Multimedia and XAML
  • REST Web ServicesCloud Computing with Microsoft Azure™
  • Windows Presentation Foundation (WPF) GUI, Graphics, Multimedia and XAML
  • ATM Case Study, Part 1: Object-Oriented Design with the UML
  • ATM Case Study, Part 2: Implementing an Object- Oriented Design in C#
  • Using the Visual Studio Debugger