AWSSDK.Core
by: Amazon Web Services
- 2 total downloads
- Latest version: 3.7.500.33
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail
by: Amazon Web Services
- 1 total downloads
- Latest version: 3.7.501.8
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
BlazorStrap
by: Chanan Braunstein, John Bomhold
- 1 total downloads
- Latest version: 5.2.102-Preview2c
A bootstrap 5 component library for Blazor
FastEndpoints
by: FastEndpoints
- 18 total downloads
- Latest version: 5.18.0.2-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
Grpc.Core.Api
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.63.0-pre1
gRPC C# Surface API
Grpc.Net.Common
by: The gRPC Authors
- 1 total downloads
- Latest version: 0.2.23-pre2
Infrastructure for common functionality in gRPC
libphonenumber-csharp
by: Patrick Mézard, Google, libphonenumber contributors
- 1 total downloads
- Latest version: 4.10.0.55
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers.
For usage samples: http://code.google.com/p/libphonenumber/
Microsoft.ApplicationInsights.DependencyCollector
by: Microsoft
- 4 total downloads
- Latest version: 2.19.0
Application Insights Dependency Collector for .NET applications. This is a dependent package for Application Insights platform specific packages and provides automatic collection of dependency telemetry. Please install the platform specific packages directly for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
- 5 total downloads
- Latest version: 2.17.0
This nuget provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. This is a dependent package, for the best experience please install the platform specific package. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.HttpOverrides
by: Microsoft
- 2 total downloads
- Latest version: 1.1.3
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:
* X-Forwarded-* headers to forward headers from a proxy.
* HTTP method override header.
Microsoft.Azure.DocumentDB.Core
by: Microsoft
- 6 total downloads
- Latest version: 2.16.0
This client library enables client applications targeting .NET Core to connect to Azure Cosmos DB via the DocumentDB (SQL) API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.Storage.Blob
by: Microsoft
- 1 total downloads
- Latest version: 11.2.3
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Blob/README.md and https://github.com/Azure/azure-storage-net/blob/master/Blob/Changelog.txt
in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Blob/BreakingChanges.txt
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.
The latest libraries to interact with the Azure Storage service are:
* https://www.nuget.org/packages/Azure.Storage.Blobs
* https://www.nuget.org/packages/Azure.Storage.Queues/
* https://www.nuget.org/packages/Azure.Storage.Files.Shares/
It is recommended that you move to the new package.
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 1 total downloads
- Latest version: 6.0.8
MSBuild tasks and targets for build-time Swagger and OpenApi document generation
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/6a01dd1e69c8b9bd1ae005ea465ef2bcd26294bf
Microsoft.Extensions.WebEncoders
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
Contains registration and configuration APIs to add the core framework encoders to a dependency injection container.
Microsoft.Maui.Controls
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, Tizen, and Windows from a single shared codebase.
Microsoft.Maui.Resizetizer
by: Microsoft
- 1 total downloads
- Latest version: 8.0.72
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains image, font and raw asset processing tools.
Microsoft.NETCore.App.Ref
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.4.20251.6
Internal implementation package not meant for direct consumption. Please do not reference directly.
A set of .NET APIs that are included in the default .NET application model. Contains reference assemblies, documentation, and other design-time assets.
47ec733ba79b196e4e09d0c89bad245155002353
When using NuGet 3.x this package requires at least version 3.4.
MimeKit
by: Jeffrey Stedfast
- 1 total downloads
- Latest version: 3.5.0
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.
Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers.
MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.
In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations.
API documentation can be found on the web at http://www.mimekit.net/docs
For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
Sentry.Profiling
by: Sentry Team and Contributors
- 2 total downloads
- Latest version: 5.16.0
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
System.Collections.Concurrent
by: Microsoft
- 1 total downloads
- Latest version: 4.0.10-beta-22605
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.
Commonly Used Types:
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
System.Collections.Concurrent.ConcurrentQueue<T>
System.Collections.Concurrent.ConcurrentBag<T>
System.Collections.Concurrent.BlockingCollection<T>
System.Collections.Concurrent.ConcurrentStack<T>