Book description
Get started with C# and strengthen your knowledge of core programming concepts such as procedural, object-oriented, generic, functional, and asynchronous programming along with the latest features of C# 8
Key Features
- Learn the fundamentals of C# with the help of easy-to-follow examples and explanations
- Leverage the latest features of C# 8, including nullable reference types, pattern matching enhancements, and asynchronous streams
- Explore object-oriented programming, functional programming, and multithreading concepts
Book Description
The C# programming language is often developers’ primary choice for creating a wide range of applications for desktop, cloud, and mobile. In nearly two decades of its existence, C# has evolved from a general-purpose, object-oriented language to a multi-paradigm language with impressive features.
This book will take you through C# from the ground up in a step-by-step manner. You'll start with the building blocks of C#, which include basic data types, variables, strings, arrays, operators, control statements, and loops. Once comfortable with the basics, you'll then progress to learning object-oriented programming concepts such as classes and structures, objects, interfaces, and abstraction. Generics, functional programming, dynamic, and asynchronous programming are covered in detail. This book also takes you through regular expressions, reflection, memory management, pattern matching, exceptions, and many other advanced topics. As you advance, you'll explore the .NET Core 3 framework and learn how to use the dotnet command-line interface (CLI), consume NuGet packages, develop for Linux, and migrate apps built with .NET Framework. Finally, you'll understand how to run unit tests with the Microsoft unit testing frameworks available in Visual Studio.
By the end of this book, you’ll be well-versed with the essentials of the C# language and be ready to start creating apps with it.
What you will learn
- Get to grips with all the new features of C# 8
- Discover how to use attributes and reflection to build extendable applications
- Utilize LINQ to uniformly query various sources of data
- Use files and streams and serialize data to JSON and XML
- Write asynchronous code with the async-await pattern
- Employ .NET Core tools to create, compile, and publish your applications
- Create unit tests with Visual Studio and the Microsoft unit testing frameworks
Who this book is for
If you have little experience in coding or C# and want to learn the essentials of C# programming to develop powerful programming techniques, this book is for you. It will also help aspiring programmers to write scripts or programs to accomplish specific tasks.
Table of contents
- Learn C# Programming
- Why subscribe?
- Foreword
- Contributors
- About the authors
- About the reviewer
- Packt is searching for authors like you
- Preface
- Chapter 1: Starting with the Building Blocks of C#
- Chapter 2: Data Types and Operators
- Chapter 3: Control Statements and Exceptions
- Chapter 4: Understanding the Various User-Defined Types
- Chapter 5: Object-Oriented Programming in C#
- Chapter 6: Generics
- Chapter 7: Collections
- Chapter 8: Advanced Topics
- Chapter 9: Resource Management
- Chapter 10: Lambdas, LINQ, and Functional Programming
- Chapter 11: Reflection and Dynamic Programming
-
Chapter 12: Multithreading and Asynchronous Programming
- What is a thread?
- Creating threads in .NET
- Understanding synchronization primitives
-
The task paradigm
- Synchronous implementations of asynchronous methods
- Occasionally asynchronous methods
- Breaking the task chain – blocking the thread
- Manually creating a task
- Long-running tasks
- Breaking the task chain – fire and forget
- Task and exceptions
- Canceling a task
- Monitoring the progress of a task
- Parallelizing tasks
- Signaling tasks with the TaskCompletionSource object
- Synchronization context
- Summary
- Test what you learned
- Further reading
- Chapter 13: Files, Streams, and Serialization
- Chapter 14: Error Handling
-
Chapter 15: New Features of C# 8
- Nullable reference types
- Default implementation of interface members
- Ranges and indices
- Pattern matching
- The using declaration
- Asynchronous Dispose
- Disposable patterns in structs and ref structs
- Asynchronous streams
- Readonly struct members
- Null coalescing assignment
- Static local functions
- Better interpolated verbatim strings
- Using stackalloc in nested expressions
- Unmanaged constructed types
- Summary
- Test what you learned
- Further reading
- Chapter 16: C# in Action with .NET Core 3
- Chapter 17: Unit Testing
- Assessments
- Other Books You May Enjoy
Product information
- Title: Learn C# Programming
- Author(s):
- Release date: April 2020
- Publisher(s): Packt Publishing
- ISBN: 9781789805864
You might also like
book
C# Programming for Absolute Beginners: Learn to Think Like a Programmer and Start Writing Code
Get started using the C# programming language. Based on the author’s 15 years of experience teaching …
book
Programming C# 12
C# is undeniably one of the most versatile programming languages available to engineers today. With this …
video
Learn How to Code Using C#: The Basics of Programming
Learn how to code with C# in this intro to programming course. This video course is …
book
Head First C#, 4th Edition
What will you learn from this book? Dive into C# and create apps, user interfaces, games, …