Info
| Version: | 0.2.1-alpha | 
| Author(s): | Craig Smitham | 
| Last Update: | Sunday, September 28, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://appfunc.github.io/ | 
| NuGet Url: | https://www.nuget.org/packages/AppFunc | 
Install
Install-Package AppFunc
                        dotnet add package AppFunc
                        paket add AppFunc
                        
                                AppFunc Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                1 package depend on this package.
                        
                    Tags
 
                
Using a simple message-based mediator called the AppDispatcher, AppFunc seperates your application logic from your web framework, UI, or messaging system. The resulting application logic is organized by use case, not how methods are grouped in an interface, creating easily testable, maintainable and extensiable code.