DocumentFormat.OpenXml by: Microsoft
  • 70 total downloads
  • Latest version: 2.7.2
  • openxml office
The Open XML SDK provides open-source libraries for working with Open XML Documents (DOCX, XLSX, and PPTX). It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in DOCX files from an XML data source. - Splitting up (shredding) a DOCX or PPTX file into multiple files, and combining multiple DOCX / PPTX files into a single file. - High fidelity conversion of DOCX => HTML/CSS and HTML/CSS => DOCX. - Extraction of data from XLSX. - Searching and replacing content in DOCX / PPTX using regular expressions. - Updating cached data and embedded spreadsheets for charts in DOCX / PPTX. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
Google.Protobuf by: Google Inc.
  • 37 total downloads
  • Latest version: 3.35.0
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.Core by: The gRPC Authors
  • 16 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
  • 52 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 21 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 21 total downloads
  • Latest version: 2.80.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
HotChocolate.AspNetCore by: ChilliCream authors and contributors
  • 62 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
  • 56 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
  • 65 total downloads
  • Latest version: 16.6.6
  • GraphQL ChilliCream
Contains extensions for seamless integration of Entity Framework Core into HotChocolate
HotChocolate.Language by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 10.0.0
  • GraphQL ChilliCream
Contains the Hot Chocolate GraphQL parser and lexer. Also included are syntax visitor and syntax rewriter base classes.
Humanizer.Core by: Mehdi Khalili, Claire Novotny
  • 68 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
Jdenticon.AspNetCore by: Daniel Mester Pirttijärvi
  • 33 total downloads
  • Latest version: 3.1.2
  • identicon avatar library ASP.NET Core
Extends Jdenticon-net with features to use Jdenticon with ASP.NET Core. This package contains: * IdenticonTagHelper * @Html.Identicon() extension method * @Url.Identicon() extension method * IdenticonResult for usage in MVC controllers
linq2db by: Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko
  • 25 total downloads
  • Latest version: 2.9.8
  • linq linq2db LinqToDB ORM database DB SQL SqlServer Access SqlCe SqlServerCe MySql Firebird SQLite Sybase Oracle ODP PostgreSQL DB2 Informix SapHana
LINQ to DB is a data access technology that provides a run-time infrastructure for managing relational data as objects.
linq2db.PostgreSQL by: Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko
  • 10 total downloads
  • Latest version: 5.4.1
  • linq linq2db Npgsql PostgreSQL LinqToDB ORM database DB SQL
LINQ to PostgreSQL is a data access technology that provides a run-time infrastructure for managing relational data as objects. Install this package only if you want to use database model scaffolding using T4 templates (requires Visual Studio or Rider), otherwise you should use linq2db package.
Microsoft.AspNetCore.Antiforgery by: Microsoft.AspNetCore.Antiforgery
  • 32 total downloads
  • Latest version: 1.0.0
  • aspnetcore,antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.App.Internal.Assets by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.12
ASP.NET Core static framework assets This package was built from the source code at https://github.com/dotnet/dotnet/tree/95017c711e6afc1085133d440e42b4bd78155701
Microsoft.AspNetCore.App.Runtime.linux-musl-x64 by: Microsoft
  • 387 total downloads
  • Latest version: 10.0.12
  • aspnetcore shared-framework
Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.
Microsoft.AspNetCore.App.Runtime.linux-x64 by: Microsoft
  • 44 total downloads
  • Latest version: 10.0.6
  • aspnetcore shared-framework
Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.
Microsoft.AspNetCore.Authorization by: Microsoft.AspNetCore.Authorization
  • 32 total downloads
  • Latest version: 1.0.0
  • aspnetcore,authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute