AspNet.Security.OAuth.Validation by: Kévin Chalet
  • 2 total downloads
  • Latest version: 1.0.0-beta1-final
  • aspnetcore,authentication,jwt,openidconnect,security
OAuth2 validation middleware for ASP.NET Core.
Crc32.NET by: force
  • 3 total downloads
  • Latest version: 1.2.0
  • crc32 crc-32 crc crc32c .NET
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
CryptoHelper.StrongName by: Henk Mollema
  • 1 total downloads
  • Latest version: 2.0.3
  • hashing crypto core PBKDF2 Rfc2898DeriveBytes
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
Dapper by: Sam Saffron, Marc Gravell, Nick Craver
  • 24 total downloads
  • Latest version: 1.60.5
  • orm sql micro-orm
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DocumentFormat.OpenXml by: Microsoft
  • 100 total downloads
  • Latest version: 2.20.0
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
FirebirdSql.Data.FirebirdClient by: FirebirdSQL
  • 22 total downloads
  • Latest version: 6.4.0
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET Data provider
FluentMigrator by: Josh Coffman, Tom Marien
  • 22 total downloads
  • Latest version: 1.6.2
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
Google.Protobuf by: Google Inc.
  • 221 total downloads
  • Latest version: 3.36.2
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
GreenDonut by: ChilliCream authors and contributors
  • 19 total downloads
  • Latest version: 10.5.5
  • DataLoader Batching Caching GraphQL ChilliCream Facebook
Green Donut is a port of facebook's DataLoader utility, written in C# for .NET Core and .NET Framework.
Grpc.Core by: The gRPC Authors
  • 30 total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
Grpc.Core.Api by: The gRPC Authors
  • 140 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 96 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 90 total downloads
  • Latest version: 2.84.0-pre1
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
HotChocolate by: ChilliCream authors and contributors
  • 3 total downloads
  • Latest version: 13.3.3
  • GraphQL ChilliCream
Contains the Hot Chocolate GraphQL query execution engine and query validation.
HotChocolate.AspNetCore by: ChilliCream authors and contributors
  • 205 total downloads
  • Latest version: 16.7.0-p.8
  • GraphQL ChilliCream
This package contains the GraphQL ASP.NET Core middleware for Hot Chocolate. Moreover, this package includes the Nitro middleware, which provides you with our beloved GraphQL IDE middleware.
HotChocolate.Data by: ChilliCream authors and contributors
  • 81 total downloads
  • Latest version: 16.6.6
  • GraphQL ChilliCream
Contains ready to use extensions for data management in HotChocolate. This includes filtering, projections and sorting
HotChocolate.Data.EntityFramework by: ChilliCream authors and contributors
  • 186 total downloads
  • Latest version: 16.6.6
  • GraphQL ChilliCream
Contains extensions for seamless integration of Entity Framework Core into HotChocolate
Humanizer.Core by: Mehdi Khalili, Claire Novotny
  • 75 total downloads
  • Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Jdenticon-net by: Daniel Mester Pirttijärvi
  • 33 total downloads
  • Latest version: 3.1.2
  • identicon avatar library
Generates identicons as SVG or PNG files on the .NET Framework and .NET Standard platforms. This package provides the following features: * Render SVG identicons * Render PNG identicons Commonly used types: * Jdenticon.Identicon * Jdenticon.IdenticonStyle * Jdenticon.Rendering.Color
JetBrains.Annotations by: JetBrains
  • 25 total downloads
  • Latest version: 2026.2.0
  • jetbrains resharper rider annotations canbenull notnull
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.