A .NET Core console application to use the library

Let's have a look at using Reflections in this recipe. We have built a small .NET Standard 2.0 library in the last recipe. Now we will be creating a .NET Core-based console application and use reflections to describe our library. We will be using the System.Reflection namespace and a few of its classes