CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Configuration Namespace Reference

Classes

class  BusRegistrar
 Triggers the IEventHandlerRegistrar and ICommandHandlerRegistrar if they are registered in the IDependencyResolver. More...
 
class  ConfigurationExtensions
 A collection of extension methods for IConfigurationManager. More...
 
class  ConfigurationManager
 Provides access to configuration settings from the app settings of an app.config or web.config... i.e. System.Configuration.ConfigurationManager.AppSettings More...
 
class  DependencyResolver
 Provides an ability to resolve instances of objects. More...
 
class  HandlerDelegate
 Information about a IHandler delegate. More...
 
interface  IConfigurationManager
 Provides access to configuration settings. More...
 
interface  IDependencyResolver
 Provides an ability to resolve instances of objects. More...
 
class  ITelemetryHelperExtensions
 A collection of extension methods for ITelemetryHelper. More...
 
class  SampleRuntime
 A sample runtime to use in proof of concept projects to get something running very quickly. Doesn't save anything. All data is lost when recycled and may cause terrible memory usage. More...
 
class  SqlSampleRuntime
 A SampleRuntime<TAuthenticationToken,TCommandHanderOrEventHandler> that uses SQL Server. More...