Click here to Skip to main content
15,895,667 members
Articles / CRUD

Aspect Oriented Programming on .NET Framework with AspectDN

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
14 Jul 2023CPOL9 min read 3.5K   20   3  
How to weave aspects with AspectDN directly into .NET binary files
This article discusses AspectDN, a library for weaving advices into binary .NET assemblies, allowing the addition of new functionalities like logging and authentication without modifying the original application source code.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Switzerland Switzerland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions