AdamE.Firebase.iOS.Core by: Microsoft, Adam Essenmacher
  • 14 total downloads
  • Latest version: 12.3.0
C# bindings for Firebase APIs Core iOS Library
AdamE.Firebase.iOS.Installations by: Microsoft, Adam Essenmacher
  • 3 total downloads
  • Latest version: 11.7.0
C# bindings for Firebase APIs Installations iOS Library
AdamE.Google.iOS.GoogleAppMeasurement by: Microsoft, Adam Essenmacher
  • 5 total downloads
  • Latest version: 12.0.0
GoogleAppMeasurement packed for .NET for iOS
AutoMapper by: Jimmy Bogard
  • 2 total downloads
  • Latest version: 3.3.1
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
AWSSDK.Core by: Amazon Web Services
  • 2 total downloads
  • Latest version: 4.0.1.2
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 2 total downloads
  • Latest version: 3.7.300.21
  • AWS Amazon cloud SimpleEmailService aws-sdk-v3 SES
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
BlazorStrap by: Chanan Braunstein, John Bomhold
  • 1 total downloads
  • Latest version: 5.2.103.250519
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
CsvHelper by: Josh Close
  • 1 total downloads
  • Latest version: 2.11.1.1
  • 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.
DocumentFormat.OpenXml by: Microsoft
  • 0 total downloads
  • Latest version: 3.3.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.
GeoAPI by: NetTopologySuite - Team
  • 1 total downloads
  • Latest version: 1.7.1.1
  • OGC SFS NTS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
Google.Protobuf by: Google Inc.
  • 1 total downloads
  • Latest version: 3.16.0
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc by: The gRPC Authors
  • 3 total downloads
  • Latest version: 1.21.0-pre1
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.Core by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.45.0-pre1
  • gRPC RPC HTTP/2
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.
Grpc.Core.Api by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.71.0
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Net.Client by: The gRPC Authors
  • 0 total downloads
  • Latest version: 2.55.0-pre1
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 0 total downloads
  • Latest version: 2.70.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Handlebars.Net by: Rex Morgan
  • 1 total downloads
  • Latest version: 1.2.2
  • handlebars mustache templating engine compiler
Blistering-fast Handlebars.js templates in your .NET application.
IKVM.Image by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.3.2
IKVM Runtime Image
IndexRange by: Bradley Grainger
  • 1 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.
JetBrains.Annotations by: JetBrains
  • 1 total downloads
  • Latest version: 2020.1.0
  • jetbrains resharper annotations canbenull notnull
ReSharper Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of ReSharper code inspections. All usages of ReSharper Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.