Pearson+

Starting out with Visual C#, 6th edition

  • Tony Gaddis
loading

  • 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

Starting Out with Visual C# is an ideal introduction to Visual C# for anyone, even if you do not have programming experience. Author Tony Gaddis uses step-by-step instructions that are supported by familiar graphics to encourage and motivate you as you learn to create GUI-based, event-driven, Visual C# applications. The hands-on tutorials feature clear, down-to-earth explanations and provide detailed walk-throughs that are easy to follow.

The 6th Edition features new and updated discussions, sections and tutorials aligned to Microsoft Visual Studio 2022 and the latest versions of C# and .NET. A new Chapter 11 dives deeper into classes. It covers intermediate to advanced topics, including returning objects from methods; writing a ToString method; working with null; the this reference variable; copy constructors; aggregation and composition; anonymous objects; mutable and immutable classes; and class collaboration.

Published by Pearson (July 7th 2023) - Copyright © 2024

ISBN-13: 9780138094652

Subject: Programming - Introductory

Category: Programming Logic

  1. Introduction to Computers and Programming
  2. Introduction to Visual C#
  3. Processing Data
  4. Making Decisions
  5. Loops, Files, and Random Numbers
  6. Modularizing Your Code with Methods
  7. Arrays and Lists
  8. Text Processing
  9. Structured Data Types
  10. Introduction to Classes
  11. More About Classes
  12. Inheritance, Polymorphism, and Interfaces
  13. Databases
  14. Delegates, Anonymous Methods, and Lambda Expressions
  15. Language-Integrated Query (LINQ

Appendices

  1. C# Primitive Data Types
  2. Additional User Interface Controls
  3. ASCII/Unicode Characters
  4. Answers to Checkpoint Questions
  5. Installing LINQ to SQL Classes in Visual Studio