Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 162 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authentication.Abstractions
by: Microsoft
- 299 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication components.
Grpc.Net.Client
by: The gRPC Authors
- 1.312k total downloads
- Latest version: 2.49.0
.NET client for gRPC
Grpc.Reflection
by: The gRPC Authors
- 320 total downloads
- Latest version: 2.39.1
gRPC C# Server Reflection (for Grpc.Core)
Grpc.Core
by: The gRPC Authors
- 17.057k total downloads
- Latest version: 2.41.0
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.
Libuv
by: Libuv
- 90 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
Microsoft.AspNetCore.Authentication.Core
by: Microsoft
- 294 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
- 8 total downloads
- Latest version: 2.18.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
MessagePackAnalyzer
by: neuecc aarnott
- 29 total downloads
- Latest version: 2.1.152
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].
Grpc.Net.ClientFactory
by: The gRPC Authors
- 525 total downloads
- Latest version: 2.49.0
HttpClientFactory integration the for gRPC .NET client
Hangfire.SqlServer
by: Sergey Odinokov
- 2.658k total downloads
- Latest version: 1.7.30
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
Grpc.Net.Common
by: The gRPC Authors
- 1.928k total downloads
- Latest version: 2.49.0
Infrastructure for common functionality in gRPC
Grpc.Core.Api
by: The gRPC Authors
- 27.776k total downloads
- Latest version: 2.49.0
gRPC C# Surface API
Grpc.Tools
by: The gRPC Authors
- 510 total downloads
- Latest version: 2.49.0
gRPC and Protocol Buffer compiler for managed C# and native C++ projects.
Add this package to a project that contains .proto files to be compiled to code.
It contains the compilers, include files and project system integration for gRPC
and Protocol buffer service description files necessary to build them on Windows,
Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.
Microsoft.ApplicationInsights.WindowsServer
by: Microsoft
- 10 total downloads
- Latest version: 2.18.0
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.Authentication
by: Microsoft
- 174 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authorization
by: Microsoft
- 282 total downloads
- Latest version: 2.0.0
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
Microsoft.ApplicationInsights.PerfCounterCollector
by: Microsoft
- 9 total downloads
- Latest version: 2.18.0
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.DependencyCollector
by: Microsoft
- 87 total downloads
- Latest version: 2.18.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
Hangfire
by: Sergey Odinokov
- 2.713k total downloads
- Latest version: 1.7.30
An easy and reliable way to perform fire-and-forget, delayed and recurring, long-running, short-running, CPU or I/O intensive tasks inside ASP.NET applications. No Windows Service / Task Scheduler required. Even ASP.NET is not required.
Backed by Redis, SQL Server, SQL Azure or MSMQ. This is a .NET alternative to Sidekiq, Resque and Celery.
https://www.hangfire.io/