Introduction

When you look at C# as a language, there are things we need to look at first: what C# can do, how it supports our day-to-day programming requirements, and how it helps us to solve a problem. In this chapter, we will be mainly looking at primitive data types, collections, and LINQ features supported in C#. In the full .NET Framework, using these features is not a problem, but when it comes to cross-platform and code shared across flavors of the .NET Framework, it does becomes a concern. 

Each recipe will go through building a .NET Standard 2.0 library and how to use it with an application that uses a flavor of the .NET Framework. 

Get .NET Standard 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.