Skip to main content
ursenzler avatar

ursenzler

NuGet publisher profile

Packages
64
Total Downloads
4.0M
4,031,123

Packages (64)

Appccelerate.StateMachine package icon

Appccelerate.StateMachine

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 behaviors to initialize state always to same state or last active state, fluent definition interface, synchronous/asynchronous state machine (passive state machine handles state transitions synchronously, active state machine handles state transitions asynchronously on the worker thread of the state machine), extensible thorough logging, state machine report for description of state machine (csv, yEd)

2.2M
downloads
Appccelerate.Fundamentals package icon

Appccelerate.Fundamentals

Provides common types and functionality for other Appccelerate packages.

311.6K
downloads
Appccelerate.EventBroker package icon

Appccelerate.EventBroker

Notification component for synchronous and asynchronous loosely coupled notification with automatic thread switching: synchronous and asynchronous notification, automatic thread switching: to background or UI thread, loose coupling of event topic publishers and subscribers, publishers and subscribers are referenced by weak references and can therefore be garbage collected multiple publishers and/or subscribers for a single event topic, matchers for publications and subscriptions, thorough customizable logging, extension support.

212.0K
downloads
Appccelerate.IO package icon

Appccelerate.IO

Provides functionality for simplified IO operations: File system abstraction (completely testable) Stream decorators/interceptors, loader for resources (from file/embedded). Supported on Windows only.

78.9K
downloads
bbv.Common package icon

bbv.Common

Provides shared types needed by other bbv.Common projects: * Generic EventArgs * EventFilter (aggregate frequently occurring events) * DateTimeProvider to make operations on current time testable * string Formatting operations bbv.Common assembly is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

73.0K
downloads
Appccelerate.Bootstrapper package icon

Appccelerate.Bootstrapper

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 and shutdown behavior of the application, Pluggable behaviors which allow to extend the bootstrapping mechanism in AOP like style, ConfigurationSection support with behavior, Unobtrusive Key/Value pair configuration section support with behavior, Thorough reporting of application startup and shutdown behavior.

72.4K
downloads
bbv.Common.EventBroker package icon

bbv.Common.EventBroker

Notification component for synchronous and asynchronous loosly coupled notification with automatic thread switching: * Synchronous and asynchronous notification * Automatic thread switching: to background or UI thread * Loose coupling of event topic publishers and subscribers * Publishers and subscribers are referenced by weak references. Therefore they can be garbage collected * Multiple publishers and/or subscribers for a single event topic * Matchers for publications and subscriptions * Thorough customizable logging * Extension support bbv.Common.EventBroker is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

53.6K
downloads
bbv.Common.IO package icon

bbv.Common.IO

Provides functionality for simplified IO operations: * abstraction layer for all file system operations to enable TDD on file system * recursive file system commandos (move, copy, ...) * folder watcher that fires events when folder content changes * Stream decorators/interceptors * loader for resources (from file/embedded) bbv.Common.IO is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

53.2K
downloads
Appccelerate.Development package icon

Appccelerate.Development

Used for build infrastructure.

46.8K
downloads
Appccelerate.Development.ProductionCode package icon

Appccelerate.Development.ProductionCode

Used for build infrastructure.

37.4K
downloads
Appccelerate.AsyncModule package icon

Appccelerate.AsyncModule

AsyncModules provide a simple way to build active objects (objects with a dedicated background thread for asynchronous execution of tasks).

36.6K
downloads
Appccelerate.Development.Facts package icon

Appccelerate.Development.Facts

Use for build infrastructure.

35.9K
downloads
Appccelerate.Development.Specs package icon

Appccelerate.Development.Specs

Use for build infrastructure.

35.9K
downloads
bbv.Common.StateMachine package icon

bbv.Common.StateMachine

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 o on transitions o entry and exit actions * transition guards * hierarchical o different history behaviors to initialize state always to same state or last active state * fluent definition interface * synchronous/asynchronous state machine o passive state machine handles state transitions synchronously o active state machine handles state transitions asynchronously on the worker thread of the state machine * extensible thorough logging * state machine report for description of state machine bbv.Common.StateMachine is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

35.8K
downloads
bbv.Common.AsyncModule package icon

bbv.Common.AsyncModule

AsyncModules provide a simple way to built active objects (objects with a dedicated background thread for asynchronous execution of tasks). bbv.Common.AsyncModule is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

30.4K
downloads
Appccelerate.DistributedEventBroker package icon

Appccelerate.DistributedEventBroker

With this extension, the event broker can be used to fire events to event brokers in remote processes.

27.5K
downloads
Appccelerate.CheckHintPathTask package icon

Appccelerate.CheckHintPathTask

MSBuild task checking whether HintPath is set correctly.

26.1K
downloads
Appccelerate.VersionTask package icon

Appccelerate.VersionTask

MSBuild task for automatic versioning of assemblies.

26.1K
downloads
xBehaveMarkdownReport package icon

xBehaveMarkdownReport

Generates a markdown report from xBehave.net tests.

24.6K
downloads
Appccelerate.EvaluationEngine package icon

Appccelerate.EvaluationEngine

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 evaluation engines (children inherit knowledge from parent), Solution definitions can be loaded from modules or plug-ins, Extensible to solve any kind of question (validation rules, status queries, …), Fluent definition syntax allowing constraints, strategies, aggregators and mutiple expressions per question, Thorough customizable logging.

23.3K
downloads
bbv.Common.DistributedEventBroker package icon

bbv.Common.DistributedEventBroker

With this extension, the event broker can be used to fire events to event brokers in remote processes. bbv.Common.DistributedEventBroker is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

21.8K
downloads
Appccelerate.SourceTemplates package icon

Appccelerate.SourceTemplates

Contains source files showing how to write log4net loggers for Appccelerate components.

21.6K
downloads
Appccelerate.DistributedEventBroker.NServiceBus package icon

Appccelerate.DistributedEventBroker.NServiceBus

Adapter for using event broker extension for distributed communication over NServiceBus. Allows sending events over NServiceBus using the Appccelerate.EventBroker infrastructur.

21.5K
downloads
Appccelerate.MappingEventBroker package icon

Appccelerate.MappingEventBroker

Event broker extension for mapping event arguments from one type to another.

21.2K
downloads
Appccelerate.DistributedEventBroker.MassTransit package icon

Appccelerate.DistributedEventBroker.MassTransit

Adapter for using event broker extension for distributed communication over MassTransit. Allows sending events over MassTransit using the Appccelerate.EventBroker infrastructur.

20.0K
downloads
Appccelerate.MappingEventBroker.AutoMapper package icon

Appccelerate.MappingEventBroker.AutoMapper

Event broker extension for mapping event arguments from one type to another using AutoMapper.

18.6K
downloads
Appccelerate.CheckNugetDependenciesTask package icon

Appccelerate.CheckNugetDependenciesTask

MSBuild task checking whether references in nuspec file are correct.

18.3K
downloads
Appccelerate.Async package icon

Appccelerate.Async

AsyncWorker (simplified API for BackgroundWorker), AsyncResult to implement asynchronous tasks.

17.7K
downloads
bbv.Common.EvaluationEngine package icon

bbv.Common.EvaluationEngine

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 evaluation engines (children inherit knowledge from parent) * Solution definitions can be loaded from modules or plug-ins. * Extensible to solve any kind of question (validation rules, status queries, …) * Fluent definition syntax allowing constraints, strategies, aggregators and multiple expressions per question. * Thorough customizable logging. bbv.Common.EvaluationEngine is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

17.1K
downloads
bbv.Common.DistributedEventBroker.NServiceBusAdapter package icon

bbv.Common.DistributedEventBroker.NServiceBusAdapter

Adapter for using event broker extension for distributed communication over NServiceBus. Allows sending events over NServiceBus using the bbv.Common.EventBroker infrastructur. bbv.Common.DistributedEventBroker.NServiceBusAdapter is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine with fluent definition syntax, * programmatic, loosely coupled, context based rule engine, * support for active objects to build multi-threaded applications

16.9K
downloads

34 more packages load after hydration.