Microsoft.AspNetCore.Http.Features
by: Microsoft
- 442 total downloads
- Latest version: 6.0.0-preview.4.21253.5
ASP.NET Core HTTP feature interface definitions.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698
MediatR
by: Jimmy Bogard
- 202 total downloads
- Latest version: 14.1.0
Simple, unambitious mediator implementation in .NET
log4net
by: The Apache Software Foundation
- 67 total downloads
- Latest version: 3.3.1
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
Microsoft.AspNetCore.Http.Abstractions
by: Microsoft
- 113 total downloads
- Latest version: 2.3.11
ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.
Commonly used types:
Microsoft.AspNetCore.Builder.IApplicationBuilder
Microsoft.AspNetCore.Http.HttpContext
Microsoft.AspNetCore.Http.HttpRequest
Microsoft.AspNetCore.Http.HttpResponse
Microsoft.AspNetCore.Hosting.Server.Abstractions
by: Microsoft
- 121 total downloads
- Latest version: 2.3.11
ASP.NET Core hosting server abstractions for web applications.
Mapster.Core
by: chaowlert, eric_swann, andrerav
- 123 total downloads
- Latest version: 10.0.8
Lightweight library for Mapster and Mapster CodeGen
matkoch.Microsoft.VisualStudio.SolutionPersistence
by: Microsoft, Matthias Koch
- 4 total downloads
- Latest version: 1.0.61
Package Description
Libuv
by: Libuv
- 24 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: Microsoft
- 68 total downloads
- Latest version: 2.0.0
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.
Microsoft.ApplicationInsights
by: Microsoft
- 174 total downloads
- Latest version: 3.1.2
Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
MediatR.Contracts
by: Jimmy Bogard
- 14 total downloads
- Latest version: 2.0.1
Contracts package for requests, responses, and notifications
Microsoft.Azure.Common.Dependencies
by: Microsoft
- 4 total downloads
- Latest version: 1.0.0
Provides popular portable components for a common HTTP pipeline and JSON parsing. This package is included as a dependency to other libraries such as the Microsoft Azure Management Libraries and should not be directly added to your project.
Microsoft.Azure.Common
by: Microsoft
- 44 total downloads
- Latest version: 2.2.1
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation. The package also exposes the CloudContext type, which enables centralized discovery of available Microsoft Azure libraries.
Microsoft.Azure.KeyVault
by: Microsoft
- 91 total downloads
- Latest version: 3.0.5
Azure Key Vault enables users to store and use cryptographic keys within the Microsoft Azure environment. Azure Key Vault supports multiple key types and algorithms and enables the use of Hardware Security Modules (HSM) for high value customer keys. In addition, Azure Key Vault allows users to securely store secrets in a Key Vault; secrets are limited size octet objects and Azure Key Vault applies no specific semantics to these objects. A Key Vault may contain a mix of keys and secrets at the same time, and access control for the two types of object is independently controlled. Users, subject to appropriate authorization, may: 1) Manage cryptographic keys using Create, Import, Update, Delete and other operations 2) Manage secrets using Get, Set, Delete and other operations 3) Use cryptographic keys with Sign/Verify, WrapKey/UnwrapKey and Encrypt/Decrypt operations. Operations against Key Vaults are authenticated and authorized using Azure Active Directory. Key Vault now supports certificates, a complex type that makes use of existing key and secret infrastructure for certificate operations. KV certificates also support notification and auto-renewal as well as other management features.
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 KeyVault service are:
* https://www.nuget.org/packages/Azure.Security.KeyVault.Keys
* https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets
* https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates
It is recommended that you move to the new package.
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft
- 121 total downloads
- Latest version: 2.3.11
ASP.NET Core hosting and startup abstractions for web applications.
Mapster.DependencyInjection
by: chaowlert, eric_swann, andrerav
- 99 total downloads
- Latest version: 10.0.8
Dependency Injection supports for Mapster
Microsoft.AspNetCore.WebUtilities
by: Microsoft
- 420 total downloads
- Latest version: 11.0.0-preview.5.26302.115
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.App.Ref
by: Microsoft
- 775 total downloads
- Latest version: 11.0.0-preview.5.26302.115
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.
MediatR.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 94 total downloads
- Latest version: 11.1.0
MediatR extensions for ASP.NET Core
Mapster
by: chaowlert, eric_swann, andrerav
- 327 total downloads
- Latest version: 10.0.8
A fast, fun and stimulating object to object mapper. Kind of like AutoMapper, just simpler and way, way faster.