Simple play icon Course
Skills

.NET 6 BCL Playbook

by Simon Robinson

This course will teach you to use the .NET base class library effectively by showing the solutions to numerous practical problems, covering such topics as strings, collections, enums, file access, creating Windows services, and accessing system data.

What you'll learn

The Base Class Library (BCL) provides the basic data types like int and string that all C# programs depend on as well as the means for your code to interact with the operating system. In this course, .NET 6 BCL Playbook, you’ll learn to use the .NET base class library effectively. You’ll see lots of examples of problems that can arise in real-world apps, and see how to leverage classes and methods in the BCL to write solutions.. Some solutions will cover using the .NET base types effectively: Date-times, strings, collections, enums and numeric types. Other solutions will give you practice using BCL classes that interact with the operating system, allowing your code to perform tasks such as exploring the file system, creating Windows services, consuming web APIs, or reading the registry. At the end of the course you’ll have a good understanding of the capabilities of the base class library, and be able to use it to solve a wide range of problems.

Table of contents

Course Overview
1min

About the author

Simon Robinson first cut his developer teeth in the early 1980s writing a scheduling system in BBC Basic(!) for his local college. Since then, his programming career has spanned industries ranging from academic research to telecoms to finance, and many computer languages such as C++, C# and Python, as well as writing front-end and back-end code for Windows and Web. He believes knowledge is to be shared, and has written or co-written more than a dozen books for professional programmers, includin... more

Ready to upskill? Get started