DnsClient
by: MichaCo
- 1.486k total downloads
- Latest version: 1.8.0
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
Docker.DotNet
by: Docker.DotNet
- 486 total downloads
- Latest version: 3.125.15
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
Docker.DotNet.Enhanced
by: Docker.DotNet
- 300 total downloads
- Latest version: 4.3.3
A .NET client for the Docker Engine API (v29.4.1) with fully asynchronous, non-blocking, object-oriented APIs.
DistributedLock.Core
by: Michael Adelson
- 369 total downloads
- Latest version: 1.0.9
Core interfaces and utilities that support the DistributedLock.* family of packages
DNTCaptcha.Core
by: Vahid Nasiri
- 2.459k total downloads
- Latest version: 5.3.4
DNTCaptcha.Core is a captcha generator and validator for ASP.NET Core applications.
Docker.DotNet.Enhanced.Handler.Abstractions
by: Docker.DotNet.Handler.Abstractions
- 61 total downloads
- Latest version: 4.3.3
An abstraction layer for Docker.DotNet that defines the classes and interfaces for implementing Docker Engine handlers.
Docker.DotNet.Enhanced.NativeHttp
by: Docker.DotNet.NativeHttp
- 57 total downloads
- Latest version: 4.3.3
A Docker.DotNet transport implementation for HTTP(S) Docker Engine connections.
Docker.DotNet.Enhanced.LegacyHttp
by: Docker.DotNet.LegacyHttp
- 59 total downloads
- Latest version: 4.3.3
A Docker.DotNet transport implementation for HTTP(S) Docker Engine connections.
Docker.DotNet.Enhanced.NPipe
by: Docker.DotNet.NPipe
- 61 total downloads
- Latest version: 4.3.3
A Docker.DotNet transport implementation for Windows named pipe (npipe) Docker Engine connections.
DistributedLock.FileSystem
by: Michael Adelson
- 6 total downloads
- Latest version: 1.0.3
Provides a distributed lock implementation based on file locks
DistributedLock.SqlServer
by: Michael Adelson
- 10 total downloads
- Latest version: 1.0.7
Provides a distributed lock implementation based on SQL Server
DistributedLock.Postgres
by: Michael Adelson
- 26 total downloads
- Latest version: 1.3.1
Provides a distributed lock implementation based on Postgresql
DistributedLock
by: Michael Adelson
- 64 total downloads
- Latest version: 2.8.3
Provides easy-to-use mutexes, reader-writer locks, and semaphores that can synchronize across processes and machines. This is an umbrella package that brings in the entire family of DistributedLock.* packages (e. g. DistributedLock.SqlServer) as references. Those packages can also be installed individually.
DistributedLock.Oracle
by: Michael Adelson
- 14 total downloads
- Latest version: 1.0.5
Provides a distributed lock implementation based on Oracle Database
DistributedLock.Redis
by: Michael Adelson
- 13 total downloads
- Latest version: 1.1.1
Provides distributed locking primitives based on Redis
DistributedLock.MongoDB
by: Michael Adelson joesdu
- 6 total downloads
- Latest version: 1.0.2
Provides a distributed lock implementation based on MongoDB
DistributedLock.ZooKeeper
by: Michael Adelson
- 5 total downloads
- Latest version: 1.0.1-alpha001
Provides a distributed locking implementation based on Apache ZooKeeper
DistributedLock.Azure
by: Michael Adelson
- 10 total downloads
- Latest version: 1.0.2
Provides a distributed locking implementation based on Azure blob leases
DistributedLock.MySql
by: Michael Adelson
- 8 total downloads
- Latest version: 1.0.2
Provides a distributed lock implementation based on MySql
DistributedLock.WaitHandles
by: Michael Adelson
- 3 total downloads
- Latest version: 1.0.1
Provides a distributed lock implementation based on global WaitHandle objects in Windows