Info
| Version: | 0.2.4-pre | 
| Author(s): | Craig Smitham | 
| Last Update: | Sunday, October 26, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://apptonic.github.io/ | 
| NuGet Url: | https://www.nuget.org/packages/AppTonic | 
Install
Install-Package AppTonic
                        dotnet add package AppTonic
                        paket add AppTonic
                        
                                AppTonic Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                1 package depend on this package.
                        
                    Tags
 
                
Using a simple message-based mediator called the AppDispatcher, AppTonic 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.