Список категорий


Target C#


Автор: Byrne G.
Дата выхода: 2022
Издательство: Apress Media, LLC.
Количество страниц: 1084
Размер файла: 36,3 МБ



 The chapters in this book will cover coding in C# using the Visual Studio Integrated Development Environment (IDE) from Microsoft. Other Integrated Development Environments exist, such as Visual Studio Code, and the code from the applications in the chapters will work within any Integrated Development Environment capable of running C# code. While the step-by-step instructions and screenshots in the book are based around the Visual Studio Integrated Development Environment, they can still be used by those preferring a different Integrated Development Environment.

 The first two chapters of the book introduce us to the .NET framework, the Visual Studio Integrated Development Environment, and how to complete the required software installation. With the necessary tools installed, we are then introduced to what a computer program is, before we start to write our own computer programs. We then begin to cover the core concepts needed when developing C# code and which can be applied to other programming languages. We cover a wide range of core programming concepts, including data types, selection, iteration, arrays, methods, classes and objects, serialization, file handling, string handling, and exception handling. Studying these chapters is more than enough to allow us to develop applications that emulate commercial application code.

  All examples in the chapters are fully commented to ensure we can understand the code and to enhance our knowledge of the C# programming language. Reading the comments within the code examples is essential; they are an integral part of the book and will enhance our understanding of C# and will help explain why the code does something or what the code is doing.



Если вам понравилась эта книга поделитесь ею с друзьями, тем самым вы помогаете нам развиваться и добавлять всё больше интересных и нужным вам книг!