Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 747 Bytes

File metadata and controls

15 lines (11 loc) · 747 Bytes

SharpCrafting

Exploring PostSharp AOP with .NET Core Generic Host. See my article on Medium for a detailed explanation.

Requirements

Goals

  • 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.