Click here to Skip to main content
15,884,425 members
Articles / Programming Languages / C#

Mimick - A Fody Aspect-Oriented Weaving Framework

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
9 Jun 2020CPOL16 min read 16.6K   12  
A managed library for automated dependency injection, contract validation, and custom aspect-oriented decorator implementations
The framework provides several useful utilities to assist when developing applications, including: Contract validation, configuration resolution, dependency injection, and scheduled tasks. This article is designed to provide a background on the framework, on how the weaving works, and how the framework can be configured and used within an application.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
United Kingdom United Kingdom
Software developer for 18 years, established in both Java and C# development. Ambitious, rambunctious, perhaps a little bit impracticable. Spaghetti toast.

Comments and Discussions