Info
| Version: | 1.8.3 | 
| Author(s): | Tyler Brinks | 
| Last Update: | Wednesday, January 8, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/TylerBrinks/Snap | 
| NuGet Url: | https://www.nuget.org/packages/SNAP.Autofac | 
Install
Install-Package SNAP.Autofac
                        dotnet add package SNAP.Autofac
                        paket add SNAP.Autofac
                        
                                SNAP.Autofac Download (Unzip the "nupkg" after downloading)
                            
                        Tags
 
                
SNAP makes AOP easy by integrating with your favorite IoC container. SNAP does not modify compiled code (unlike PostSharp) .
It uses your IoC container to create runtime-callable wrappers to intercept your method calls.
Source code for SNAP is hosted at http://github.com/Acoustic/Snap.