Intro
This article plays as a summary on 2 concepts in the .NET Ecosystem: Target Framework and C# Language.
Target Framework
Whenever you create a .NET project, either as a class library, a test suite, a web assembly, or a web API server, etc., you ...