runtime.native.System.Security.Cryptography by: Microsoft
  • 3.551k total downloads
  • Latest version: 4.0.0
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.native.System.Data.SqlClient.sni by: Microsoft
  • 3.123k total downloads
  • Latest version: 4.7.0
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Remotion.Linq by: rubicon IT GmbH
  • 287 total downloads
  • Latest version: 2.2.0
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations
prometheus-net by: andrasm qed- lakario sandersaares
  • 31 total downloads
  • Latest version: 4.1.1
  • metrics prometheus
.NET client library for the Prometheus monitoring and alerting system
RabbitMQ.Client by: VMware
  • 1.232k total downloads
  • Latest version: 6.4.0
  • rabbitmq amqp
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 11.035k total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 11.005k total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Refit by: .NET Foundation and Contributors
  • 32 total downloads
  • Latest version: 4.7.9
The automatic type-safe REST library for Xamarin and .NET
Quartz by: Marko Lahma Quartz.NET
  • 943 total downloads
  • Latest version: 3.5.0
  • scheduling tasks jobs triggers scheduler threading
Quartz Scheduling Framework for .NET
runtime.native.System.Security.Cryptography.Apple by: Microsoft
  • 11.067k total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Portable.BouncyCastle by: Claire Novotny
  • 11.891k total downloads
  • Latest version: 1.9.0
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
runtime.native.System.Net.Http by: Microsoft
  • 14.685k total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
RestSharp by: .NET Foundation and Contributors
  • 12.285k total downloads
  • Latest version: 108.0.3
Simple REST and HTTP API Client
runtime.native.System.Net.Security by: Microsoft
  • 9.892k total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.native.System.IO.Compression by: Microsoft
  • 14.772k total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.native.System by: Microsoft
  • 23.526k total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Rijndael256 by: 2Toad LLC
  • 12 total downloads
  • Latest version: 3.2.0
  • 2Toad Rijndael256 Security Cryptography Cryptographic Encryption Decryption Rijndael AES AES-128 AES-192 AES-256 Authenticated AE Encrypt-then-MAC EtM SHA SHA-512 PBKDF2 Hashing
Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael. Features: AES-128, AES-192, AES-256, Authenticated Encryption (AE), Encrypt-then-MAC (EtM), SHA-512, PBKDF2.
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 11.023k total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Razor.Templating.Core by: Soundar Anbalagan
  • 261 total downloads
  • Latest version: 1.7.1
  • razor-templating html-templatingrazor render dotnet-core core template-engine email emails razor-view-to-string-renderer razor-view-engine
Render your .cshtml files to string. Works out of the box for Web, Console, Worker Service, Desktop Apps in .NET Core.
RandomNameGeneratorLibrary by: Mark Rogers
  • 7 total downloads
  • Latest version: 1.2.2
The library contains a stripped down lists of human names from the US Census names list, and a list of place names from another census list. The library allows you to get random first and last names or both and you can get male and female first names. You can also generate random place names as well. To access this functionality create a NameGenerator in namespace RandomNameGenerator, and call one of the functions like GenerateRandomFirstAndLastName(). The functions names describe literally and simply what those functions do. Examples at github project site: https://github.com/m4bwav/DotNetRandomNameGenerator