AdamE.Firebase.iOS.ABTesting by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 10.24.0.2
C# bindings for Firebase APIs A/B Testing iOS Library
AdamE.Firebase.iOS.Analytics by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 12.1.0
C# bindings for Firebase APIs Analytics iOS Library
AdamE.Firebase.iOS.Auth by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.5.0
C# bindings for Firebase APIs Auth iOS Library
AdamE.Firebase.iOS.CloudFirestore by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.9.0
C# bindings for Firebase APIs Cloud Firestore iOS Library
AdamE.Firebase.iOS.CloudFunctions by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.8.0
C# bindings for Firebase APIs CloudFunctions iOS Library
AdamE.Firebase.iOS.CloudMessaging by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.10.0
C# bindings for Firebase APIs Cloud Messaging iOS Library
AdamE.Firebase.iOS.DynamicLinks by: Microsoft, Adam Essenmacher
  • 6 total downloads
  • Latest version: 11.8.0
C# bindings for Firebase APIs Dynamic Links iOS Library
AdamE.Firebase.iOS.Installations by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.0.0
C# bindings for Firebase APIs Installations iOS Library
AdamE.Firebase.iOS.RemoteConfig by: Microsoft, Adam Essenmacher
  • 2 total downloads
  • Latest version: 11.2.0
C# bindings for Firebase APIs Remote Config iOS Library
AdamE.Google.iOS.GoogleUtilities by: Microsoft, Adam Essenmacher
  • 2 total downloads
  • Latest version: 8.1.0.3
GoogleUtilities packed for .NET for iOS
AWSSDK.Core by: Amazon Web Services
  • 6 total downloads
  • Latest version: 3.7.10.3
  • AWS Amazon cloud aws-sdk-v3
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 5 total downloads
  • Latest version: 3.7.401.5
  • 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
  • 4 total downloads
  • Latest version: 5.2.102-Preview3c
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
BlazorStrap.V5 by: Chanan Braunstein, John Bomhold
  • 1 total downloads
  • Latest version: 5.2.103-Beta1
  • blazor bootstrap bootstrap4
Bootstrap 5.x component library for BlazorStrap
bootstrap by: The Bootstrap Authors, Twitter Inc.
  • 2 total downloads
  • Latest version: 5.1.2
  • css mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
CommandLineParser by: Giacomo Stelluti Scala
  • 3 total downloads
  • Latest version: 1.9.4.229-beta
  • command line argument option parser parsing library syntax shell
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
Dapper by: Sam Saffron, Marc Gravell
  • 1 total downloads
  • Latest version: 1.23.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: 2.12.3
  • 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.
FluentAssertions by: Dennis Doomen, Oren Novotny, Adam Voss
  • 1 total downloads
  • Latest version: 3.1.229
  • MSTest xUnit xUnit2 NUnit MSpec NSpec Gallio MbUnit TDD BDD Fluent Silverlight WinRT WP8 WP8.1 WPA8.1
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test. Runs on 4.0 and 4.5 (Desktop and Windows Store), Silverlight 5 and Windows Phone 8, 8.1 and 8.1 for Silverlight. Supports the unit test frameworks NUnit, XUnit, XUnit2, MBUnit, Gallio, MSpec, and NSpec.
FluentMigrator.Abstractions by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 1 total downloads
  • Latest version: 6.1.0
  • fluent migrator fluentmigrator migration database
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.