Target C#
eBook - ePub

Target C#

Simple Hands-On Programming with Visual Studio 2022

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Target C#

Simple Hands-On Programming with Visual Studio 2022

About this book

So, you want to learn C# and Visual Studio 2022, but are a bit intimidated? Don't be. Programming is within your grasp! Programmers at any level have to fully understand, and more importantly, be able to code the core constructs. It is impossible to use complex programming concepts such as classes before understanding what methods and variables and their data types are. Once there is a foundation built on the basics, then all other topics can fall in line.

While it is a forgone conclusion that languages change with the introduction of new features, the core concepts do not. Even large enterprises do not always update to the latest versions of languages and frameworks; their "backbone" applications have been developed to work, regardless. More than ever, enterprises need developers who can master and apply the core programming concepts and then be "up-skilled" with newer language levels and features as they integrate into the company.

This book builds from the ground up.You will begin with an introduction to programming, learning the foundational concepts needed to become a C# programmer. You will then put to practice a wide range of programming concepts, including data types, selection, iteration, arrays, methods, classes and objects, serialization, file handling, and string handling. You will learn enough to develop applications that emulate commercial application code. Once you've got the foundational concepts, get ready to dive into common programming routines, including linear search, binary search, bubble sort and insertion sort, and use C# to code them. Code example annotations supplement the learning and are designed to enhance learning while also explaining why the code does what it does. This book:

  • Teaches core programming through well-explained and simple-to-follow instructions
  • Reinforces programming skills through the use of coding examples that extend user learnings
  • Explains theoretical programming concepts; applies them practically with code examples
  • Introduces the latest Microsoft C# Integrated Development Environment (Visual Studio 2022)
  • Enlists clear, precise, and easy-to-understand language to assist readers of all levels and experience
  • Uses a mix of "theory" and practical information that is designed to be friendly and engaging

Who This Book Is For

Beginners, those refreshing their C# skills, or those moving from another programming language. No skills or previous knowledge is required. Readers will need to download Visual Studio 2022 Community Edition as this is what the book code has been based on, but they could use other Integrated Development Environments. 

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Target C# by Gerard Byrne in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Science General. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Front Matter
  3. 1. .NET
  4. 2. Software Installation
  5. 3. Introduction
  6. 4. Input and Output
  7. 5. Commenting Code
  8. 6. Data Types
  9. 7. Casting and Parsing
  10. 8. Arithmetic
  11. 9. Selection
  12. 10. Iteration
  13. 11. Arrays
  14. 12. Methods
  15. 13. Classes
  16. 14. Interfaces
  17. 15. String Handling
  18. 16. File Handling
  19. 17. Exception Handling
  20. 18. Serialization
  21. 19. Structs
  22. 20. Enumerations
  23. 21. Delegates
  24. 22. Events
  25. 23. Generics
  26. 24. Common Routines
  27. 25. Programming Labs
  28. 26. C# 11
  29. Back Matter