dmitrat
-
- 2,491 total downloads
- last updated 4/23/2026
- Latest version: 2.3.3
Memory-mapped file transport client for WitRPC, enabling high-speed inter-process communication via a shared memory region (for on-machine RPC calls). -
- 2,488 total downloads
- last updated 4/23/2026
- Latest version: 2.3.3
Named Pipes transport client for WitRPC, allowing efficient inter-process communication via named pipes on the local machine (with support for multiple clients). -
- 2,484 total downloads
- last updated 4/23/2026
- Latest version: 2.3.4
TCP transport server for WitRPC, enabling a server to host services over a TCP port (supports plaintext or TLS-secured connections). -
- 2,474 total downloads
- last updated 4/23/2026
- Latest version: 2.3.3
TCP transport client for WitRPC, enabling network communication over TCP sockets (with optional TLS support) to connect to WitRPC servers. -
- 2,038 total downloads
- last updated 11/24/2024
- Latest version: 1.0.13
A tool to override running process and load executable from resource -
- 1,790 total downloads
- last updated 1/25/2026
- Latest version: 2.0.2
Cross-platform base components for the MVVM pattern. Includes ViewModelBase, RelayCommand, DelegateCommand, SortedCollection, and Table data models. Platform-specific implementations are available in... More information -
- 1,668 total downloads
- last updated 1/25/2026
- Latest version: 2.3.1
Provides host-side functionality to launch external processes and connect to them via WitRPC, allowing your application to use out-of-process services as if they were local (handles process startup and client... More information -
- 1,634 total downloads
- last updated 1/25/2026
- Latest version: 2.3.1
Enables a process to act as a WitRPC server in an isolated process, allowing you to host services out-of-process for consumption by a host application (handles agent-side setup for inter-process... More information -
- 1,541 total downloads
- last updated 4/2/2026
- Latest version: 1.1.6
A robust and flexible plugin system for .NET. Features dynamic discovery from directories, sophisticated dependency resolution (validates versions and detects circular dependencies), and isolated loading via... More information -
- 1,459 total downloads
- last updated 2/24/2026
- Latest version: 1.1.2
Provides a lightweight set of abstractions for creating plugins for the OutWit.Common.Plugins framework. -
- 1,433 total downloads
- last updated 4/23/2026
- Latest version: 2.3.3
REST transport client for WitRPC, allowing communication with a WitRPC server over HTTP (RESTful) calls - ideal for integrating with web services or non-.NET clients. -
- 1,370 total downloads
- last updated 2/5/2026
- Latest version: 1.3.4
WitDocs Generator: CLI tool for static site generation. Creates content index, navigation index, content metadata, sitemap, search index, RSS feed, OG images, and static HTML pages. Part of https://witdocs.io -
- 1,356 total downloads
- last updated 4/23/2026
- Latest version: 2.3.9
Microsoft.Extensions.DependencyInjection integration for WitRPC server, providing easy registration and lifecycle management of WitRPC server services. -
- 1,271 total downloads
- last updated 4/23/2026
- Latest version: 2.3.7
Microsoft.Extensions.DependencyInjection integration for WitRPC client, providing easy registration and lifecycle management of WitRPC client services. -
- 1,238 total downloads
- last updated 1/25/2026
- Latest version: 2.3.1
Provides the core logic for inter-process communication in the WitRPC framework, enabling .NET applications to spawn external processes and call their services seamlessly as if they were local. -
- 1,203 total downloads
- last updated 1/25/2026
- Latest version: 1.2.1
Rest Client Utils. Rest Query Builder -
- 1,010 total downloads
- last updated 1/25/2026
- Latest version: 1.0.4
Enables two-way serialization for the CommandLineParser library, allowing an options object to be serialized back into a command-line string. -
- 942 total downloads
- last updated 1/25/2026
- Latest version: 1.1.2
An extension library for NUnit that provides fluent assertion helpers (Assert.That(actual, Was.EqualTo(expected))) for testing custom objects inheriting from ModelBase in the OutWit.Common framework. It... More information -
- 866 total downloads
- last updated 4/23/2026
- Latest version: 2.3.4
Health checks integration for WitRPC client, providing ASP.NET Core health checks for monitoring WitRPC client connectivity. -
- 855 total downloads
- last updated 4/23/2026
- Latest version: 2.3.4
BouncyCastle-based encryption for WitRPC server, providing cross-platform RSA/AES encryption that is compatible with BouncyCastle client encryption.