Exploring PostSharp AOP with .NET Core Generic Host. See my article on Medium for a detailed explanation.
- PostSharp Essentials or Ultimate.
- Visual Studio 2017
- .NET Core SDK 2.1 and C# 7.3
- Demonstrate cross-platform .NET Core services which are threaded for a multi-core computer and wrapped with logging.
- Create an example of utilizing PostSharp with the Generic Host in a console app.
- Explore the benefits of Aspect Oriented Programming by masking the boundaries solved through use of PostSharp.