CryptoHelper.StrongName
by: Henk Mollema
- 6 total downloads
- Latest version: 3.0.2
DEPRECATED - The 'CryptoHelper' is now strong named by default.
Darabonba
by: Alibaba Cloud
- 14 total downloads
- Latest version: 1.0.1
Alibaba Cloud Dara Core SDK for .NET
DeviceDetector.NET
by: totpero
- 25 total downloads
- Latest version: 6.4.7
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library to C#. For the most part you can just follow the documentation for device-detector with no issue.
DistributedLock.Core
by: Michael Adelson
- 15 total downloads
- Latest version: 1.0.8
Core interfaces and utilities that support the DistributedLock.* family of packages
Duende.IdentityModel
by: Duende Software
- 10 total downloads
- Latest version: 8.0.0
OpenID Connect & OAuth 2.0 client library
ExcelNumberFormat
by: ExcelNumberFormat developers
- 24 total downloads
- Latest version: 1.1.0
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
Flurl
by: Todd Menier
- 187 total downloads
- Latest version: 4.0.0
A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.
Flurl.Http
by: Todd Menier
- 278 total downloads
- Latest version: 4.0.2
A fluent, testable HTTP client library.
Fody
by: The Fody Team
- 322 total downloads
- Latest version: 6.9.3
Extensible tool for weaving .net assemblies.
Google.Protobuf
by: Google Inc.
- 383 total downloads
- Latest version: 3.33.2
C# runtime library for Protocol Buffers - Google's data interchange format.
Hangfire.AspNetCore
by: Sergey Odinokov
- 183 total downloads
- Latest version: 1.8.22
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
HangFire.Core
by: Sergey Odinokov
- 34 total downloads
- Latest version: 0.9.1
Core components for HangFire (background job system for ASP.NET applications).
Hangfire.Core
by: Sergey Odinokov
- 241 total downloads
- Latest version: 1.8.22
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks in .NET applications. No Windows Service / Task Scheduler required.
Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery.
https://www.hangfire.io/
Hangfire.Dashboard.Basic.Authentication
by: Travis Frisinger
- 19 total downloads
- Latest version: 8.0.0
A re-usable Hangfire Basic Authentication filter. Just import and configure.
Hangfire.NetCore
by: Sergey Odinokov
- 58 total downloads
- Latest version: 1.8.22
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
HangFire.Redis.StackExchange
by: Marco Casamento
- 35 total downloads
- Latest version: 1.4.8
Hangfire Redis Storage Based on Redis.StackExchange
See http://hangfire.io/ for some more info on the main project
Hangfire.Redis.StackExchange
by: Marco Casamento and contributors
- 69 total downloads
- Latest version: 1.12.0
Hangfire Redis Storage Based on Redis.StackExchange
See http://hangfire.io/ for some more info on the main project and https://github.com/marcoCasamento/Hangfire.Redis.StackExchange for info on this
Humanizer.Core
by: Claire Novotny Mehdi Khalili
- 58 total downloads
- Latest version: 3.0.1
Humanizer core package that contains the library and the neutral language (English) resources
IndexRange
by: Bradley Grainger
- 6 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
JetBrains.Annotations
by: JetBrains
- 106 total downloads
- Latest version: 2025.2.4
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 7 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
K4os.Compression.LZ4
by: Milosz Krajewski
- 86 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET