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
- 20 total downloads
- Latest version: 11.10.0
C# bindings for Firebase APIs Installations iOS Library
AdamE.Firebase.iOS.Storage
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 10.27.0
C# bindings for Firebase APIs Storage iOS Library
AdamE.Google.iOS.GoogleAppMeasurement
by: Microsoft, Adam Essenmacher
- 7 total downloads
- Latest version: 12.0.0
GoogleAppMeasurement packed for .NET for iOS
AdamE.Google.iOS.GTMSessionFetcher
by: Microsoft, Adam Essenmacher
- 2 total downloads
- Latest version: 4.3.0
GTMSessionFetcher packed for .NET for iOS
AdamE.Google.iOS.Nanopb
by: Microsoft, Adam Essenmacher
- 2 total downloads
- Latest version: 3.30910.0.1
Nanopb packed for .NET for iOS
AdamE.Google.iOS.PromisesObjC
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 2.4.0.1
PromisesObjC packed for .NET for iOS
AutoMapper
by: Jimmy Bogard
- 5 total downloads
- Latest version: 7.0.0-alpha-0001
A convention-based object-object mapper.
AWSSDK.Core
by: Amazon Web Services
- 24 total downloads
- Latest version: 4.0.3.3
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail
by: Amazon Web Services
- 2 total downloads
- Latest version: 3.7.300.21
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
- 3 total downloads
- Latest version: 5.2.103.250519
A bootstrap 5 component library for Blazor
BlazorStrap.V5
by: Chanan Braunstein, John Bomhold
- 4 total downloads
- Latest version: 5.2.100-Preview3b
Bootstrap 5.x component library for BlazorStrap
Bogus
by: Brian Chavez
- 3 total downloads
- Latest version: 35.3.2
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 3 total downloads
- Latest version: 7.1.2
This package includes high performance .NET Standard helpers such as:
- Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
- String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
- BitHelper: a class with helper methods to perform bit operations on numeric types.
- ParallelHelper: helpers to work with parallel code in a highly optimized manner.
- Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
- Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
Confluent.Kafka
by: Confluent Inc., Andreas Heider
- 5 total downloads
- Latest version: 1.1.0
Confluent's .NET Client for Apache Kafka
coverlet.msbuild
by: tonerdo
- 1 total downloads
- Latest version: 2.9.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CsvHelper
by: Josh Close
- 1 total downloads
- Latest version: 2.16.0
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, Nick Craver
- 1 total downloads
- Latest version: 1.50.2
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 2 total downloads
- Latest version: 2.2.690
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
FastEndpoints
by: FastEndpoints
- 1 total downloads
- Latest version: 5.3.1.3-beta
A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern.