BouncyCastle by: Bouncy Castle Project Contributors
  • 24 total downloads
  • Latest version: 1.8.9
  • bouncycastle cryptography encryption security
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
BouncyCastle.Cryptography by: Legion of the Bouncy Castle Inc.
  • 42 total downloads
  • Latest version: 2.7.0-beta.98
  • bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls
BouncyCastle.NET is a popular cryptography library for .NET
Common.Logging by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 78 total downloads
  • Latest version: 3.4.1
  • logging log Common.Logging
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging.Core by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 57 total downloads
  • Latest version: 3.4.1
  • PCL Common.Logging.Portable Common.Logging.Core logging log Common.Logging
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CronExpressionDescriptor by: Brady Holt
  • 275 total downloads
  • Latest version: 2.50.0
  • cron schedule quartz quartz.net cron expression
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh, Kyrgyz and Japanese.
Dapper by: Sam Saffron Marc Gravell Nick Craver
  • 247 total downloads
  • Latest version: 2.1.79
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
FluentValidation by: Jeremy Skinner
  • 528 total downloads
  • Latest version: 12.1.1
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Google.Apis by: Google LLC
  • 214 total downloads
  • Latest version: 1.75.0
  • Google
The Google APIs Client Library is a runtime client for working with Google services. The library supports service requests, media upload and download, etc.
Google.Apis.Auth by: Google LLC
  • 206 total downloads
  • Latest version: 1.75.0
  • Google
The Google APIs Client Library is a runtime client for working with Google services. This package includes auth components like user-credential, authorization code flow, etc. for making authenticated calls using the OAuth2 spec.
Google.Apis.Core by: Google LLC
  • 202 total downloads
  • Latest version: 1.75.0
  • Google
The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on.
Hangfire.AspNetCore by: Sergey Odinokov
  • 182 total downloads
  • Latest version: 1.8.23
  • hangfire aspnetcore
ASP.NET Core support for Hangfire, a background job framework for .NET applications.
HangFire.Core by: Sergey Odinokov
  • 48 total downloads
  • Latest version: 0.9.1
  • Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Threading Queue
Core components for HangFire (background job system for ASP.NET applications).
Hangfire.Core by: Sergey Odinokov
  • 363 total downloads
  • Latest version: 1.8.23
  • Hangfire OWIN Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues
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.NetCore by: Sergey Odinokov
  • 118 total downloads
  • Latest version: 1.8.23
  • hangfire netcore
.NET Core's Worker Service host support for Hangfire, a background job framework for .NET applications.
Humanizer.Core by: Claire Novotny Mehdi Khalili
  • 64 total downloads
  • Latest version: 3.0.10
Humanizer core package that contains the library and the neutral language (English) resources
JaTa.Platform.Abstractions by: JaTa
  • 152 total downloads
  • Latest version: 1.5.1-healthchecks
Generic ports and contracts (IClock, ICurrentUser, IUnitOfWork, IDbConnectionFactory, IEmailSender, IAuditWriter) shared across JaTa platform services. Zero external dependencies.
JaTa.Platform.AspNetCore.HealthChecks by: JaTa
  • 49 total downloads
  • Latest version: 1.5.1-healthchecks
ASP.NET Core IHealthCheck implementations: PostgreSQL connection pool, SMTP probe, HTTP endpoint probe.
JaTa.Platform.Audit by: JaTa
  • 59 total downloads
  • Latest version: 1.5.1-healthchecks
Audit log primitives: domain entry, repository contract, writer facade backed by ICurrentUser, plus a Dapper/Postgres repository implementation.
JaTa.Platform.Auth.Account by: JaTa
  • 30 total downloads
  • Latest version: 1.5.1-healthchecks
Account-level auth helpers: HttpContext-backed current-user reader, role-alias claims transformation, and IAccountDeletionStrategy orchestration (consumer plugs in the persistence).
JaTa.Platform.Auth.ApiKey by: JaTa
  • 41 total downloads
  • Latest version: 1.5.1-healthchecks
ASP.NET Core authentication handler for X-API-Key header with pluggable IApiKeyValidator and RFC 7807 ProblemDetails on challenge.
JaTa.Platform.Auth.BearerToken by: JaTa
  • 27 total downloads
  • Latest version: 1.5.1-healthchecks
ASP.NET Core authentication handler for a custom bearer-style header (default X-Agent-Token) with pluggable IBearerTokenValidator and constant-time comparison.