Create a .NET Core console application project in Visual Studio
First off, let’s create a .NET Core console application project in Visual Studio. Assuming Visual Studio 2019 is installed in your system, follow the steps outlined below to create a new .NET Core console application project in Visual Studio.
Launch the Visual Studio IDE.
Click on “Create new project.”
In the “Create new project” window, select “Console App (.NET Core)” from the list of templates displayed.
Click Next.
Click Create.
What is aspect-oriented programming?
Aspect-oriented programming is a programming style that allows you to define specific policies that, in turn, can be used to define and manage the cross-cutting concerns in an application. In essence, AOP is a programming paradigm that makes it easier to adapt your application to changes.