LanguageExt.Core
by: Paul Louth
- 1 total downloads
- Latest version: 2.0.10-alpha
This library uses and abuses the features of C# 6 and 7 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
libphonenumber-csharp
by: Patrick Mézard, Aidan Bebbington, Google, libphonenumber contributors
- 2 total downloads
- Latest version: 7.7.4
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/
librdkafka.redist
by: Magnus Edenhill, edenhill
- 1 total downloads
- Latest version: 1.4.0-RC5
The Apache Kafka C/C++ client library - redistributable
Microsoft.ApplicationInsights.PerfCounterCollector
by: Microsoft
- 2 total downloads
- Latest version: 2.8.0
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Application Insights Performance Counters Collector is supported for .NET FX 4.0 and later. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.WindowsServer
by: Microsoft
- 0 total downloads
- Latest version: 2.17.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
- 1 total downloads
- Latest version: 2.6.1
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.App.Ref
by: Microsoft
- 1 total downloads
- Latest version: 8.0.14
Provides a default set of APIs for building an ASP.NET Core application. Contains reference assemblies, documentation, and other design-time assets.
This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/25ef4aa38b77974263cb10f6e9cbd10135f17b59
Microsoft.AspNetCore.Authentication
by: Microsoft.AspNetCore.Authentication
- 1 total downloads
- Latest version: 1.0.0-rc2-final
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Google
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows.
Microsoft.AspNetCore.Authentication.MicrosoftAccount
by: Microsoft.AspNetCore.Authentication.MicrosoftAccount
- 1 total downloads
- Latest version: 1.0.5
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.
Microsoft.AspNetCore.Authentication.OAuth
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.Twitter
by: Microsoft.AspNetCore.Authentication.Twitter
- 1 total downloads
- Latest version: 1.0.5
ASP.NET Core middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authorization
by: Microsoft.AspNetCore.Authorization
- 1 total downloads
- Latest version: 1.0.3
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
- 2 total downloads
- Latest version: 9.0.12
Build client-side authentication for single-page applications (SPAs).
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f736effe82a61eb6f5eba46e4173eae3b7d3dffd
Microsoft.AspNetCore.Cors
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing.
Commonly used types:
Microsoft.AspNetCore.Cors.DisableCorsAttribute
Microsoft.AspNetCore.Cors.EnableCorsAttribute
Microsoft.AspNetCore.DataProtection
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
Microsoft.AspNetCore.DataProtection.AzureStorage
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-preview1-final
Microsoft Azure Blob storrage support as key store.
Microsoft.AspNetCore.Identity.EntityFrameworkCore
by: Microsoft.AspNetCore.Identity.EntityFrameworkCore
- 1 total downloads
- Latest version: 1.0.6
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 1 total downloads
- Latest version: 6.0.27
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/417d650029c720dbd2138bcafbb78e2e4ff31bff
Microsoft.AspNetCore.Mvc.Abstractions
by: Microsoft.AspNetCore.Mvc.Abstractions
- 1 total downloads
- Latest version: 1.0.3
ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.IActionResult