AdamE.Firebase.iOS.Analytics by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.6.0
C# bindings for Firebase APIs Analytics iOS Library
AdamE.Firebase.iOS.Core by: Microsoft, Adam Essenmacher
  • 0 total downloads
  • Latest version: 12.5.0.3
C# bindings for Firebase APIs Core iOS Library
AdamE.Firebase.iOS.DynamicLinks by: Microsoft, Adam Essenmacher
  • 1 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: 10.20.0
C# bindings for Firebase APIs Installations iOS Library
AngleSharp by: AngleSharp
  • 5 total downloads
  • Latest version: 1.0.0-alpha-844
  • html html5 css css3 xml dom dom4 parser engine hypertext markup language query selector attributes linq angle bracket web internet text headless browser
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
AutoMapper by: Jimmy Bogard
  • 1 total downloads
  • Latest version: 16.1.1
A convention-based object-object mapper.
AWSSDK.Core by: Amazon Web Services
  • 15 total downloads
  • Latest version: 4.0.3.18
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 1 total downloads
  • Latest version: 3.2.1-beta
  • 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.
Azure.Identity by: Microsoft
  • 2 total downloads
  • Latest version: 1.19.0
  • Microsoft Azure Identity windowsazureofficial azureofficial
Provides APIs for authenticating to Microsoft Entra ID
bootstrap by: The Bootstrap Authors
  • 0 total downloads
  • Latest version: 5.3.6
  • css mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
CommunityToolkit.HighPerformance by: Microsoft
  • 1 total downloads
  • Latest version: 8.3.0
  • dotnet Community Toolkit .NET Parallel Performance Unsafe Span Memory String StringPool Array Stream Buffer Extensions Helpers
This package includes high performance .NET 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.
Dapper by: Sam Saffron, Marc Gravell
  • 3 total downloads
  • Latest version: 1.41.0-beta4
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.SqlBuilder by: Sam Saffron, Johan Danforth
  • 2 total downloads
  • Latest version: 2.0.4
  • orm sql micro-orm query sql-builder
The Dapper SqlBuilder component, for building SQL queries dynamically.
DotNet.Testcontainers by: Andre Hofmeister and contributors
  • 2 total downloads
  • Latest version: 1.6.0-beta.2261
  • .NET Docker Container Test
A lightweight library to run tests with throwaway instances of Docker containers.
EPPlus by: EPPlus Software AB
  • 0 total downloads
  • Latest version: 6.0.3
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
FastEndpoints by: FastEndpoints
  • 3 total downloads
  • Latest version: 5.15.0.7-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 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes by: FastEndpoints
  • 2 total downloads
  • Latest version: 5.26.0.12-beta
Attributes used by FastEndpoints.
FluentAssertions by: Dennis Doomen, Jonas Nyrup
  • 9 total downloads
  • Latest version: 6.12.1
  • MSTest2 xUnit NUnit MSpec NSpec TDD BDD Fluent netcore 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. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, .NET 6, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3. Supported by InfoSupport B.V.
FluentMigrator.Abstractions by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker
  • 1 total downloads
  • Latest version: 3.1.3
  • 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.
FluentMigrator.Extensions.Postgres by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 1 total downloads
  • Latest version: 6.0.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.