AdamE.Firebase.iOS.Storage by: Microsoft, Adam Essenmacher
  • 2 total downloads
  • Latest version: 11.2.0
C# bindings for Firebase APIs Storage iOS Library
BlazorStrap by: Chanan Braunstein, John Bomhold
  • 8 total downloads
  • Latest version: 5.2.103.250524
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
bootstrap by: The Bootstrap Authors, Twitter Inc.
  • 1 total downloads
  • Latest version: 4.1.3
  • css mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
CsvHelper by: Josh Close
  • 8 total downloads
  • Latest version: 3.0.0-beta7
  • csv,csvhelper,comma,separated,value,delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Dapper by: Sam Saffron, Marc Gravell
  • 2 total downloads
  • Latest version: 1.23.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
FastEndpoints by: FastEndpoints
  • 13 total downloads
  • Latest version: 5.17.1.18-beta
  • http, rest, rest-api, web-api, webapi, aspnet, aspnetcore, dotnet6, minimal-api, vertical-slice-architecture, repr-pattern
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
Google.Protobuf by: Google Inc.
  • 1 total downloads
  • Latest version: 3.15.8
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.43.0
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.Core.Api by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.76.0-pre1
  • gRPC RPC HTTP/2
gRPC C# Surface API
libphonenumber-csharp by: Patrick Mézard, Tom Clegg, Jarrod Alexander, Google, libphonenumber contributors
  • 1 total downloads
  • Latest version: 8.12.29
  • phonenumber phone libphonenumber e164 e.164 international
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. http://code.google.com/p/libphonenumber/
librdkafka.redist by: Magnus Edenhill, edenhill
  • 1 total downloads
  • Latest version: 2.12.1
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Magick.NET-Q16-AnyCPU by: Dirk Lemstra
  • 2 total downloads
  • Latest version: 7.10.2
  • ImageMagick Magick.NET Image Convert Resize Draw Effects
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/master/Documentation before installing to help you decide the best version.
Microsoft.ApplicationInsights.DependencyCollector by: Microsoft
  • 3 total downloads
  • Latest version: 2.19.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry AppInsights
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
Microsoft.ApplicationInsights.PerfCounterCollector by: Microsoft
  • 1 total downloads
  • Latest version: 2.6.4
  • Analytics ApplicationInsights Telemetry ASP.NET ASMX Web Azure Server Services ASPX Websites Performance Counters Collection
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.TelemetryChannel by: Microsoft
  • 2 total downloads
  • Latest version: 2.3.0
  • Analytics ApplicationInsights Telemetry
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.AzureAppServicesIntegration by: Microsoft
  • 2 total downloads
  • Latest version: 1.0.4
  • aspnetcore,azure,appservices
ASP.NET Core integration with Azure AppServices.
Microsoft.AspNetCore.Server.Kestrel by: Microsoft
  • 4 total downloads
  • Latest version: 2.0.0
  • aspnetcore kestrel
ASP.NET Core Kestrel cross-platform web server.
Microsoft.CodeAnalysis.BannedApiAnalyzers by: Microsoft
  • 1 total downloads
  • Latest version: 2.9.5-beta1.final+494de6f8
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics BannedApi ApiAnalyzer
Banned API Analyzers
Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.67
  • TraceEvent EventSource Microsoft ETW Event Tracing for Windows
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.6.24327.4
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database