
上QQ阅读APP看书,第一时间看更新
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.