Click here to Skip to main content
15,881,875 members
Everything / AOP

AOP

AOP

Great Reads

by Chris Copeland
A managed library for automated dependency injection, contract validation, and custom aspect-oriented decorator implementations
by Darek Danielewski
How to use AOP and System.Runtime.Caching.MemoryCache to improve application performance
by Antya Dev
In this tip, we will talk about logging and exception handling.
by Ilya Builuk
The article describes how to bring the Aspect-Oriented programming practices to the WP7 platform

Latest Articles

by David_Cui
A brief introduction to CrossCutterN tool remade for AOP programming in .NET technologies
by Utku Ozan ÇANKAYA
How to add logging to WCF services
by Utku Ozan ÇANKAYA
How to add authentication and authorization to WCF services
by fs7744
Norns.Urd is lightweight AOP framework based on emit which does dynamic proxy

All Articles

Sort by Title

AOP 

3 Jan 2018 by Alex Schunk
This how-to shows the usage of Cauldron.Interception.Fody and its capabilities.
23 Jun 2010 by Ashish Mundra
Demonstrates AOP for Exception Handling using Unity2.0 in ASP.NET application
16 Apr 2018 by Valerii Tereshchenko
Example of implementing logging using Aspect Oriented approach with DispatchProxy class
12 Dec 2017 by Valerii Tereshchenko
Example of implementing logging using RealProxy class
11 Sep 2013 by Guirec
A journey into AOP land with concerns, pointcuts, joinpoints, advices, aspects, interceptors, proxies, targets, mix-ins, composites...
10 May 2011 by Gary H Guo
Apply components, aspects and dynamic decorator principles to ASP.NET application
16 Mar 2011 by Gary H Guo
Extend component functionality and address cross-cutting concerns using Dynamic Decorator in application development.
12 Sep 2011 by Gary H Guo
Add AOP capabilities to Unity Container by configuration using Dynamic Decorator.
2 Aug 2012 by Ilya Builuk
The article describes how to bring the Aspect-Oriented programming practices to the WP7 platform
6 Jan 2011 by Mahmudul Haque Azad
This articles discusses the very basics of dependency injection in WPF for those who are new in WPF and Unity.
11 May 2020 by Daniele Fontani
Learn how to configure dependency injection to make things happen by design
28 Feb 2022 by Utku Ozan ÇANKAYA
How to add authentication and authorization to WCF services
28 Feb 2022 by Utku Ozan ÇANKAYA
How to add logging to WCF services
20 May 2013 by Darek Danielewski
How to use AOP and System.Runtime.Caching.MemoryCache to improve application performance
1 Mar 2015 by Wieslaw Popielarski
MDC for scala's ExecutionContext
9 Jun 2020 by Chris Copeland
A managed library for automated dependency injection, contract validation, and custom aspect-oriented decorator implementations
3 Jan 2021 by fs7744
Norns.Urd is lightweight AOP framework based on emit which does dynamic proxy
2 Dec 2013 by Gerald Gomes
Starting modular application development using Prism, WPF, and Unity container.
9 Apr 2013 by David J Rundle
Handling the Faulted state and Closure of a WCF service when being used in a stateful application.
14 Aug 2016 by Yuriy I
Shows an introduction to a new AOP framework for .NET - AspectInjector