AspNetCore.HealthChecks.UI.Client by: Xabaril Contributors
  • 167 total downloads
  • Latest version: 3.1.0
  • HealthCheck UI Client
HealthChecks.UI.Client contains some mandatory abstractions to work with HealthChecks.UI.
AspNetCoreRateLimit by: Stefan Prodan Cristi Pufu
  • 753 total downloads
  • Latest version: 4.0.2
  • aspnetcore rate-limit throttle
ASP.NET Core rate limiting middleware
AspNet.Security.OpenIdConnect.Server by: Kévin Chalet
  • 438 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OpenID Connect server middleware for ASP.NET Core.
Aspose.PDF by: Aspose
  • 3.945k total downloads
  • Latest version: 25.11.0
  • Aspose.Pdf PDF XFA XPS TIFF PCL SVG HTML XML XSL-FO FDF XFDF PDF/A form Portfolio EPUB PSD to XLS PDF-to-DOC
Aspose.PDF for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document. This component is written in managed C# and it allows developers to add PDF creation and manipulation functionality to their Microsoft .NET applications (WinForms, ASP.NET and .NET Compact Framework). Aspose.PDF for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or insert pages; transform pages to image; print PDF documents and much more.
Aspose.Pdf by: Aspose
  • 75 total downloads
  • Latest version: 18.1.0
  • Aspose.Pdf PDF XFA XPS TIFF PCL SVG HTML XML XSL-FO FDF XFDF PDF/A form Portfolio EPUB PSD to XLS PDF-to-DOC
Aspose.Pdf for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document. This component is written in managed C# and it allows developers to add PDF creation and manipulation functionality to their Microsoft .NET applications (WinForms, ASP.NET and .NET Compact Framework). Aspose.Pdf for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or inset pages; transform pages to image; print PDF documents and much more.
AspNet.Security.OpenIdConnect.Extensions by: Kévin Chalet
  • 509 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OpenID Connect extensions for the OpenID Connect server middleware.
AspNet.Security.OpenId by: Kévin Chalet
  • 399 total downloads
  • Latest version: 3.1.0
  • aspnetcore authentication openid security
ASP.NET Core authentication middleware for OpenID 2.0 providers.
AspNet.Security.OpenId.Steam by: Kévin Chalet
  • 382 total downloads
  • Latest version: 3.1.0
  • aspnetcore authentication openid security steam
ASP.NET Core authentication middleware for Steam.
AspNetCore.HealthChecks.UI.InMemory.Storage by: Xabaril Contributors
  • 28 total downloads
  • Latest version: 3.1.1-preview1
  • HealthCheck HealthChecks InMemory
HealthChecks.UI.InMemory.Storage package contains the required classes to use InMemory provider in the UI
Asp.Versioning.Mvc.ApiExplorer by: .NET Foundation and Contributors
  • 239 total downloads
  • Latest version: 6.4.0
  • Asp AspNet AspNetCore Versioning ApiExplorer
The API Explorer extensions for ASP.NET Core API Versioning.
Asp.Versioning.Mvc by: .NET Foundation and Contributors
  • 279 total downloads
  • Latest version: 6.4.1
  • Asp AspNet AspNetCore MVC Versioning
A service API versioning library for Microsoft ASP.NET Core MVC.
Asp.Versioning.Http by: .NET Foundation and Contributors
  • 305 total downloads
  • Latest version: 6.5.0
  • Asp AspNet AspNetCore Versioning
A service API versioning library for Microsoft ASP.NET Core.
Asyncify by: Hans van Bakel
  • 88 total downloads
  • Latest version: 0.9.7
  • Asyncify analyzers roslyn async await task asynchronous TAP
Asyncify-CSharp is an analyzer and codefix that allows you to quickly update your code to use the Task Asynchronous Programming model. This model, introduced in C# 5, adds an intuitive way of handling asynchronous calls within C#. The analyzer allows large codebases to be easily modified to use the TAP model by finding violations and applying fixes up the call tree.
AspNetCore.HealthChecks.UI.Core by: Xabaril Contributors
  • 30 total downloads
  • Latest version: 3.1.1-preview1
  • HealthCheck HealthChecks COre
HealthChecks.UI.Core package containing builder and model definitions
Asp.Versioning.Abstractions by: .NET Foundation and Contributors
  • 436 total downloads
  • Latest version: 8.1.0
  • Asp AspNet AspNetCore Versioning
The abstractions library for API versioning.
AspNet.Security.OAuth.Validation by: Kévin Chalet
  • 403 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OpenIdConnect.Primitives by: Kévin Chalet
  • 406 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication openidconnect primitives security
OpenID Connect primitives for the OpenID Connect server middleware.
AspNetCore.Security.CAS by: IUF Development
  • 260 total downloads
  • Latest version: 2.0.5
  • cas apereo middleware authentication security aspnet dotnet
AspNetCore.Security.CAS Class Library
Aspose.Cells by: Aspose
  • 2.937k total downloads
  • Latest version: 25.11.0
  • Excel XLS XLSX XLSB CSV PDF JPG PNG HTML ODS Numbers XLSM OOXML Spreadsheet Markdown XPS DOCX PPTX MHTML JSON SVG TIFF eBook Repair
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
AsyncEnumerator by: sergiis dasync
  • 722 total downloads
  • Latest version: 4.0.2
  • IAsyncEnumerable IAsyncEnumerator ForEachAsync ParallelForEachAsync async await foreach parallel async-streams linq charp .net
Introduces IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), and ParallelForEachAsync() GitHub: https://github.com/Dasync/AsyncEnumerable PROBLEM SPACE Helps to (a) create an element provider, where producing an element can take a lot of time due to dependency on other asynchronous events (e.g. wait handles, network streams), and (b) a consumer that processes those element as soon as they are ready without blocking the thread (the processing is scheduled on a worker thread instead). EXAMPLE using Dasync.Collections; static IAsyncEnumerable<int> ProduceAsyncNumbers(int start, int end) { return new AsyncEnumerable<int>(async yield => { // Just to show that ReturnAsync can be used multiple times await yield.ReturnAsync(start); for (int number = start + 1; number <= end; number++) await yield.ReturnAsync(number); // You can break the enumeration loop with the following call: yield.Break(); // This won't be executed due to the loop break above await yield.ReturnAsync(12345); }); } // Just to compare with synchronous version of enumerator static IEnumerable<int> ProduceNumbers(int start, int end) { yield return start; for (int number = start + 1; number <= end; number++) yield return number; yield break; yield return 12345; } static async Task ConsumeNumbersAsync() { var asyncEnumerableCollection = ProduceAsyncNumbers(start: 1, end: 10); await asyncEnumerableCollection.ForEachAsync(async number => { await Console.Out.WriteLineAsync($"{number}"); }); } // Just to compare with synchronous version of enumeration static void ConsumeNumbers() { var enumerableCollection = ProduceNumbers(start: 1, end: 10); foreach (var number in enumerableCollection) { Console.Out.WriteLine($"{number}"); } }
AspNetCore.HealthChecks.Uris by: Xabaril Contributors
  • 604 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health Uri Url Uris Urls
HealthChecks.Uris is a simple health check package for Uri groups.