AspectDNG - Home

AspectDNG is a .NET multi-language aspect weaver.
Aspects and base code may be written in any programming language, as soon as it compiles into CIL.

Downloads

Sample application

The PetShopAOP is a multi-layered architecture: asp.net using .net remoting to invoke a backend that uses NHibernate to access a relational database

In this application, we tried to do our best to separate technical concerns from business ones. Aspects are used to handle technical services such as traces, statistics, service cache, NHibernate session and transaction management, automatic distribution via .net remoting.

Download the PetShopAOP

Related links