AdamE.Firebase.iOS.Analytics
by: Microsoft, Adam Essenmacher
- 7 total downloads
- Latest version: 12.5.0.2
C# bindings for Firebase APIs Analytics iOS Library
AdamE.Firebase.iOS.CloudFunctions
by: Microsoft, Adam Essenmacher
- 0 total downloads
- Latest version: 11.9.0
C# bindings for Firebase APIs CloudFunctions iOS Library
AdamE.Firebase.iOS.CloudMessaging
by: Microsoft, Adam Essenmacher
- 4 total downloads
- Latest version: 11.4.0
C# bindings for Firebase APIs Cloud Messaging iOS Library
AdamE.Firebase.iOS.Core
by: Microsoft, Adam Essenmacher
- 7 total downloads
- Latest version: 12.3.0
C# bindings for Firebase APIs Core iOS Library
AdamE.Firebase.iOS.Crashlytics
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 11.0.0
C# bindings for Firebase APIs Crashlytics iOS Library
AdamE.Firebase.iOS.DynamicLinks
by: Microsoft, Adam Essenmacher
- 2 total downloads
- Latest version: 11.10.0
C# bindings for Firebase APIs Dynamic Links iOS Library
AdamE.Firebase.iOS.Installations
by: Microsoft, Adam Essenmacher
- 5 total downloads
- Latest version: 11.10.0
C# bindings for Firebase APIs Installations iOS Library
AdamE.Firebase.iOS.RemoteConfig
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 11.3.0
C# bindings for Firebase APIs Remote Config iOS Library
AdamE.Google.iOS.GoogleAppMeasurement
by: Microsoft, Adam Essenmacher
- 6 total downloads
- Latest version: 12.5.0
GoogleAppMeasurement packed for .NET for iOS
AjaxControlToolkit
by: CodePlex Foundation
- 4 total downloads
- Latest version: 20.1.0
AjaxControlToolkit contains a rich set of controls that you can use to build highly responsive and interactive AJAX-enabled Web applications. AjaxControlToolkit contains more than 40 controls, including the AutoComplete, CollapsiblePanel, ColorPicker, MaskedEdit, Calendar, Accordion, and Watermark controls. Using AjaxControlToolkit, you can build AJAX-enabled ASP.NET Web Forms applications by dragging-and-dropping Toolkit controls from the Visual Studio Toolbox onto a Web Forms page.
AutoMapper
by: Jimmy Bogard
- 43 total downloads
- Latest version: 4.0.0-ci1021
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
- 99 total downloads
- Latest version: 4.0.0-preview.9
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail
by: Amazon Web Services
- 10 total downloads
- Latest version: 4.0.1.2
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
- 2 total downloads
- Latest version: 5.2.105-Preview-1
A bootstrap 5 component library for Blazor
bootstrap
by: The Bootstrap Authors, Twitter Inc.
- 1 total downloads
- Latest version: 5.0.0-beta3
The most popular front-end framework for developing responsive, mobile first projects on the web.
Dapper.ColumnMapper
by: Dan Turkenkopf
- 2 total downloads
- Latest version: 1.0.0
Simple extension to [Dapper](https://code.google.com/p/dapper-dot-net/) to allow arbitrary column to property mapping
EPPlus
by: Jan Källman
- 1 total downloads
- Latest version: 4.1.0
A library to manage Excel spreadsheets, using OOXML.
FluentAssertions
by: Dennis Doomen, Jonas Nyrup, Xceed
- 5 total downloads
- Latest version: 8.0.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 tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher.
Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit.
IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/).
Check out the [license page](LICENSE.md) for more information.
FluentMigrator.Abstractions
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
- 2 total downloads
- Latest version: 6.1.4
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.