Top 20 NuGet appccelerate Packages

Hierarchical state machine with fluent definition syntax Features: states and events can be defined with enums, strings or ints - resulting in single class state machines, actions on transitions, entry and exit actions, transition guards, hierarchical with different history b...
Bootstrapper provides a simple and flexible way to make your application's startup and shutdown behavior pluggable and extensible: The bootstrapper provides a single entry point to startup and shutdown the application, Fluent definition syntax allowing to expressively define the startup ...
Provides common types and functionality for other Appccelerate packages.
AsyncModules provide a simple way to build active objects (objects with a dedicated background thread for asynchronous execution of tasks).
Adapter for using event broker extension for distributed communication over MassTransit. Allows sending events over MassTransit using the Appccelerate.EventBroker infrastructur.
Provides functionality for simplified IO operations: File system abstraction (completely testable) Stream decorators/interceptors, loader for resources (from file/embedded). Supported on Windows only.
Used for build infrastructure.
Adapter for using event broker extension for distributed communication over NServiceBus. Allows sending events over NServiceBus using the Appccelerate.EventBroker infrastructur.
Adapter for using event broker extension for distributed communication over RhinoEsb. Allows sending events over RhinoEsb using the Appccelerate.EventBroker infrastructur.
Event broker extension for mapping event arguments from one type to another using AutoMapper.
Use for build infrastructure.
Use for build infrastructure.
Use for build infrastructure.
Use for build infrastructure.
AsyncWorker (simplified API for BackgroundWorker), AsyncResult to implement asynchronous tasks.
With this extension, the event broker can be used to fire events to event brokers in remote processes.
The evaluation engine provides an infrastructure for decoupled evaluation. Features: The evaluation engine provides a single entry point to ask questions (queries, calculations, ...), Questioner is completely decoupled from answer finding algorithm, Hierarchical ev...
Event broker extension for mapping event arguments from one type to another.
Used for build infrastructure.
The scoping event broker adds a notion of an unit of work to your event broker usage which allows to cancel asynchronous events.