DocumentFormat.OpenXml
by: Microsoft
- 70 total downloads
- Latest version: 2.7.2
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
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
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.Net.Common
by: The gRPC Authors
- 21 total downloads
- Latest version: 2.80.0
Infrastructure for common functionality in gRPC
HotChocolate.AspNetCore
by: ChilliCream authors and contributors
- 62 total downloads
- Latest version: 16.7.0-p.8
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
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
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
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
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
linq2db.PostgreSQL
by: Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko
- 10 total downloads
- Latest version: 5.4.1
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
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
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
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
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
Microsoft.AspNetCore.Cryptography.Internal
by: Microsoft.AspNetCore.Cryptography.Internal
- 32 total downloads
- Latest version: 1.0.0
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.
Microsoft.AspNetCore.DataProtection
by: Microsoft.AspNetCore.DataProtection
- 32 total downloads
- Latest version: 1.0.0
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.