Skip to content

A sample using event and delegates to log service layer actions.

Notifications You must be signed in to change notification settings

theyota/EventandDelegates

Repository files navigation

Event and Delegates

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.

Getting Started

This console app project is using .NET Core 2.2

Prerequisites

Make sure your machine has the latest .NET Core installed.

dotnet --version

Installing

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

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages