DCTekSolutions
-
- 479 total downloads
- last updated 3/19/2026
- Latest version: 1.0.4
DI-friendly file transfer library for .NET built for safe, deterministic file and directory operations. Includes preflight validation, verification, rollback-aware execution, structured error aggregation, and... More information -
- 457 total downloads
- last updated 6/17/2025
- Latest version: 1.2.1
Simplify dependency injection registration in .NET projects! AutoYumYum lets you use attributes to register your services, eliminating repetitive DI setup. Just decorate your classes,... More information -
- 455 total downloads
- last updated 6/22/2025
- Latest version: 1.0.1
A thread-safe looping queue implementation for .NET. CycleKit provides data structures like ConcurrentLoopingQueue<T> that cycle through items infinitely without reallocating. Ideal for... More information -
- 418 total downloads
- last updated 5/31/2025
- Latest version: 1.0.0
Bring SQL-like transaction behavior to C# actions. ActionTransaction adds savepoints, rollbacks, and commit support to your method flows—ensuring consistency even in complex logic... More information -
- 226 total downloads
- last updated 6/20/2025
- Latest version: 1.0.0
Ensure UI thread safety for WPF and WinForms with SafeInvoker. Includes a Dispatcher-aware method attribute and extension methods to guarantee safe control access in .NET applications.