AdamE.Firebase.iOS.Core by: Microsoft, Adam Essenmacher
  • 10 total downloads
  • Latest version: 11.8.0
C# bindings for Firebase APIs Core iOS Library
AdamE.Google.iOS.Nanopb by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 3.30910.0
Nanopb packed for .NET for iOS
AdamE.Google.iOS.PromisesObjC by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 2.4.0
PromisesObjC packed for .NET for iOS
AWSSDK.Core by: Amazon Web Services
  • 315 total downloads
  • Latest version: 4.0.0.14
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
BlazorStrap by: Chanan Braunstein, John Bomhold
  • 2 total downloads
  • Latest version: 5.2.104
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
BlazorStrap.V5 by: Chanan Braunstein, John Bomhold
  • 2 total downloads
  • Latest version: 5.2.104
  • blazor bootstrap bootstrap4
Bootstrap 5.x component library for BlazorStrap
CsvHelper by: Josh Close
  • 4 total downloads
  • Latest version: 2.15.0.2
  • 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
  • 1 total downloads
  • Latest version: 1.6.0
  • orm,sql,micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
DocumentFormat.OpenXml by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.0
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
EPPlus by: EPPlus Software AB
  • 0 total downloads
  • Latest version: 8.0.6
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
FastEndpoints by: FastEndpoints
  • 5 total downloads
  • Latest version: 5.17.1
  • 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.
Grpc by: The gRPC Authors
  • 46 total downloads
  • Latest version: 2.46.6
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.Net.Client by: The gRPC Authors
  • 4 total downloads
  • Latest version: 2.52.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 10 total downloads
  • Latest version: 2.71.0-pre1
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
IndexRange by: Bradley Grainger
  • 4 total downloads
  • Latest version: 1.0.3
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
MessagePackAnalyzer by: neuecc, aarnott
  • 1 total downloads
  • Latest version: 3.1.4
  • MsgPack MessagePack Serialization Formatter Analyzer
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094
Microsoft.CodeAnalysis.AnalyzerUtilities by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0-1.25277.114
  • Roslyn Analyzer Utilities CodeAnalysis Dataflow ControlFlowGraph FlowAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/dotnet/commit/ddf39a1b4690fbe23aea79c78da67004a5c31094.
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.5
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.3.21201.2
  • 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 Drop-Database Get-DbContext Get-Migration Remove-Migration Scaffold-DbContext Script-Migration Update-Database