A quick sample in applying event and delegates to a "Log Event" class. The goal is to subscribe "Log Event" class to any service layer action and execute events.
This console app project is using .NET Core 2.2
Make sure your machine has the latest .NET Core installed.
dotnet --version
Clone this project. Once you have cloned the project go ahead and run the project on your favorite IDE. Make sure you are in the root folder to run the dotnet command
dotnet run
- .NET Core - The framework used
- Anthony Macias - Initial work - Personal Site
This project is licensed under the MIT License - see the LICENSE.md file for details