Target C#
eBook - ePub

Target C#

Simple Hands-On Programming with Visual Studio 2022

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Target C#

Simple Hands-On Programming with Visual Studio 2022

Book details
Table of contents
Citations

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

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 access Target C# by Gerard Byrne in PDF and/or ePUB format, as well as other popular books in Computer Science & Microsoft Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484286197

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