AdamE.Firebase.iOS.ABTesting by: Microsoft, Adam Essenmacher
  • 8 total downloads
  • Latest version: 11.10.0
C# bindings for Firebase APIs A/B Testing iOS Library
AdamE.Firebase.iOS.CloudMessaging by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.0.0
C# bindings for Firebase APIs Cloud Messaging iOS Library
AdamE.Firebase.iOS.Installations by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 10.24.0
C# bindings for Firebase APIs Installations iOS Library
AdamE.Google.iOS.GoogleAppMeasurement by: Microsoft, Adam Essenmacher
  • 2 total downloads
  • Latest version: 11.13.0
GoogleAppMeasurement packed for .NET for iOS
AdamE.Google.iOS.GoogleUtilities by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 8.0.2.1
GoogleUtilities packed for .NET for iOS
AjaxControlToolkit by: Microsoft
  • 5 total downloads
  • Latest version: 7.725.0
The Ajax Control Toolkit contains a rich set of controls that you can use to build highly responsive and interactive Ajax-enabled Web applications. The Ajax Control Toolkit contains more than 40 controls, including the AutoComplete, CollapsiblePanel, ColorPicker, MaskedEdit, Calendar, Accordion, and Watermark controls. Using the Ajax Control Toolkit, 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.
AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 1 total downloads
  • Latest version: 1.0.0-alpha003
  • Async DotNetAnalyzers Roslyn Diagnostic Analyzer
A collection of analyzers related to best practices for writing asynchronous code.
AWSSDK.Core by: Amazon Web Services
  • 5 total downloads
  • Latest version: 3.7.500.2
  • AWS Amazon cloud aws-sdk-v3
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 6 total downloads
  • Latest version: 4.0.0.15
  • AWS Amazon cloud SimpleEmailService aws-sdk-v4 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
  • 42 total downloads
  • Latest version: 5.2.105-Preview-3
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
BlazorStrap.V5 by: Chanan Braunstein, John Bomhold
  • 12 total downloads
  • Latest version: 5.2.105-Preview-3
  • blazor bootstrap bootstrap4
Bootstrap 5.x component library for BlazorStrap
bootstrap by: The Bootstrap Authors
  • 3 total downloads
  • Latest version: 5.3.3
  • css mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
ConsoleAppFramework by: Cysharp
  • 3 total downloads
  • Latest version: 5.7.12
  • batch,console,cli,consoleappframework
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
coverlet.msbuild by: tonerdo
  • 1 total downloads
  • Latest version: 3.1.0
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
DocumentFormat.OpenXml by: Microsoft
  • 3 total downloads
  • Latest version: 2.13.0-beta0002
  • 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.
EntityFramework by: Microsoft
  • 6 total downloads
  • Latest version: 6.4.4
  • Microsoft EntityFramework EF Database Data O/RM ADO.NET
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Fable by: Alfonso García-Caro Núñez
  • 18 total downloads
  • Latest version: 5.0.0-alpha.20
  • fsharp fable javascript f# js
F# to JS compiler
FastEndpoints by: FastEndpoints
  • 1 total downloads
  • Latest version: 5.3.1.3-beta
  • http, rest, rest-api, web-api, webapi, aspnet, aspnetcore, dotnet6, minimal-api, vertical-slice-architecture, repr-pattern
A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern.
FluentAssertions by: Dennis Doomen, Jonas Nyrup, Xceed
  • 3 total downloads
  • Latest version: 8.1.0
  • MSTest2 xUnit NUnit MSpec TUnit TDD BDD Fluent netstandard uwp
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) for more information.
FluentMigrator.Extensions.Postgres by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 2 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.