Integrate with Azure DevOps Server 2019 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Service Hooks Service via public REST APIs.
EFHooks simplifies the task of hooking code into EF Code First's extension points and separates concerns to make it easy to unit test your hooking code.
EFHooks simplifies the task of hooking code into EF Code First's extension points and separates concerns to make it easy to unit test your hooking code.
Library for controlling windows, monitors, input, etc...
WinUtilities is a small wrapper project that wraps Windows API functions to make Windows automation easy.
The wrapper contains some user32, gdi32 etc... API calls as well as structs and enums that were necessary while implementing the...
More information
A C# interface for easily using Win32 Hooks in a managed C# program in a (as much as possible) type-safe way. One of its uses is capturing low level mouse and keyboard input.
Contains LowLevelKeyboardHook and LowLevelMouseHook. Features:
- Global key handling and cancellation
- Allows handling combination like 1 + 2 + 3
- Only one Up event per combination
- Handle special buttons like Mouse.XButton
- Optimized, runs hooks in a separate thread. Does not cause freezes when...
More information
A tiny (ligthweight) tcp server providing tcp infrastructure and hooks (on client data exchange) for application with possibility to specify behaviour dynamically via C# script.