AdamE.Firebase.iOS.ABTesting
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 10.29.0.3
C# bindings for Firebase APIs A/B Testing iOS Library
AdamE.Firebase.iOS.Auth
by: Microsoft, Adam Essenmacher
- 2 total downloads
- Latest version: 11.4.0
C# bindings for Firebase APIs Auth iOS Library
AdamE.Firebase.iOS.CloudFirestore
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 10.29.0.3
C# bindings for Firebase APIs Cloud Firestore iOS Library
AdamE.Firebase.iOS.CloudFunctions
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 11.5.0
C# bindings for Firebase APIs CloudFunctions iOS Library
AdamE.Firebase.iOS.CloudMessaging
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 10.29.0.3
C# bindings for Firebase APIs Cloud Messaging iOS Library
AdamE.Firebase.iOS.Crashlytics
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 12.2.0
C# bindings for Firebase APIs Crashlytics iOS Library
AdamE.Firebase.iOS.DynamicLinks
by: Microsoft, Adam Essenmacher
- 2 total downloads
- Latest version: 11.8.0
C# bindings for Firebase APIs Dynamic Links iOS Library
AdamE.Firebase.iOS.Installations
by: Microsoft, Adam Essenmacher
- 0 total downloads
- Latest version: 11.10.0
C# bindings for Firebase APIs Installations iOS Library
AdamE.Firebase.iOS.RemoteConfig
by: Microsoft, Adam Essenmacher
- 0 total downloads
- Latest version: 11.9.0
C# bindings for Firebase APIs Remote Config iOS Library
AdamE.Google.iOS.PromisesObjC
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 2.4.0.4
PromisesObjC packed for .NET for iOS
Apache.Arrow
by: The Apache Software Foundation
- 7 total downloads
- Latest version: 6.0.0
Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware.
AutoMapper
by: Jimmy Bogard
- 5 total downloads
- Latest version: 4.0.0-ci1015
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
- 16 total downloads
- Latest version: 4.0.101
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail
by: Amazon Web Services
- 12 total downloads
- Latest version: 4.0.100.13
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
BenchmarkDotNet.Annotations
by: .NET Foundation and contributors
- 1 total downloads
- Latest version: 0.13.6
Powerful .NET library for benchmarking
Bogus
by: Brian Chavez
- 4 total downloads
- Latest version: 35.6.4
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.
bootstrap
by: Mark Otto, Jacob Thornton
- 1 total downloads
- Latest version: 3.0.2
Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 2 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
- 1 total downloads
- Latest version: 1.5.0
Confluent's .NET Client for Apache Kafka
Dapper.SqlBuilder
by: Sam Saffron, Johan Danforth
- 1 total downloads
- Latest version: 1.50.0-rc2
The Dapper SqlBuilder component, for building SQL queries dynamically.