Accord by: Accord.NET
  • 999 total downloads
  • Latest version: 3.8.2-alpha
  • accord.net aforge.net framework structures machine learning .net c# unity3d unity
The core of the Accord.NET Framework. Contains basic classes such as general exceptions and extensions used by other framework libraries.
Blazor.Bootstrap by: Vikram Reddy
  • 1,465k total downloads
  • Latest version: 3.5.0
  • Blazor, WebAssembly, BlazorWebAssembly, Bootstrap, Bootstrap5, BlazorBootstrap, BlazorAlert, BlazorAutoComplete, BlazorButtons, BlazorCallout, BlazorCharts, BlazorConfirmDialog, BlazorGrid, BlazorIcon, BlazorImage, BlazorModal, BlazorCheckboxInput, BlazorCurrencyInput, BlazorNumberInput, BlazorInput, BlazorNumber, BlazorDate, BlazorDateInput, BlazorPasswordInput, BlazorDatePicker, BlazorRadioInput, BlazorTextInput, BlazortextAreaInput, BlazorTime, BlazorTimeInput, BlazorTimePicker, BlazorOffcanvas, BlazorPagination, BlazorPdfViewer, BlazorPlaceholders, BlazorPreload, BlazorProgress, BlazorRibbon, BlazorScriptLoader, BlazorSidebar, BlazorSidebar2, BlazorSortableList, BlazorSwitch, BlazorSpinners, BlazorTabs, BlazorToasts, BlazorTooltips, BlazorTooltips, BlazorBarChart, BlazorDoughnutChart, BlazorLineChart, BlazorPieChart, BlazorPolarAreaChart, BlazorRadarChart, BlazorScatterChart, BlazorMarkdown
Blazor Bootstrap is a component library built on top of Blazor and Bootstrap5 CSS framework.
AWSSDK.Core by: Amazon Web Services
  • 25,05k total downloads
  • Latest version: 4.0.100.6
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
Blazored.Toast by: Chris Sainty
  • 425 total downloads
  • Latest version: 4.2.1
  • Blazored Blazor Razor Components Toast Popup Notification ASP.NET Core CSharp Web
A JavaScript free Toast library for Blazor and Razor Components applications.
Atlassian.SDK by: Federico Silva Armas
  • 1,504k total downloads
  • Latest version: 9.8.1
  • Atlassian JIRA LINQ
Utilities to interact with Atlassian products. Contains LinqToJira provider for querying JIRA Issue tracker (http://www.atlassian.com/software/jira).
AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 52 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.
AspectInjector by: Aspect Injector Contributors
  • 311 total downloads
  • Latest version: 2.9.0
  • aop aspect interceptor injector aot blazor attribute il weaving boundary post-compiler
Attributes-based compile-time AOP framework. Cross-cutting concerns made easy! Just apply your attributes where you need them and everything automagicaly works! No xml configs! No wierd reflection hacks! No runtime emit! Works with AOT and Blazor! See release notes for this version here: https://github.com/pamidur/aspect-injector/releases/tag/2.9.0
AsyncBridge by: Daniel Grunwald, Omer Mor, Alex Davies
  • 36 total downloads
  • Latest version: 0.1.0
  • async bridge C# .NET40
Adds the new C#5 async features for .NET 4 and .NET 3.5 projects
Antlr by: Sam Harwell, Terence Parr
  • 24 total downloads
  • Latest version: 3.5.0.2
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
AutoMapper by: Jimmy Bogard
  • 110 total downloads
  • Latest version: 3.3.1
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.SQS by: Amazon Web Services
  • 7,538k total downloads
  • Latest version: 4.0.100.5
  • AWS Amazon cloud SQS aws-sdk-v4
Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. SQS makes it simple and cost-effective to decouple the components of a cloud application.
Autofac by: Autofac Contributors
  • 143 total downloads
  • Latest version: 2.6.3.862
Base assemblies for the Autofac Inversion of Control Container
Allure.Net.Commons by: Alexander Bakanov, Nikolay Laptev, Maksim Stepanov
  • 168 total downloads
  • Latest version: 2.15.0
  • allure
Provides common facilities to build Allure adapters for .NET test frameworks.
BenchmarkDotNet by: Andrey Akinshin
  • 179 total downloads
  • Latest version: 0.7.4
Lightweight .NET library for benchmarking
Antlr3.Runtime by: Sam Harwell, Terence Parr
  • 27 total downloads
  • Latest version: 3.5.2-rc1
  • antlr antlr3 parsing
The runtime library for parsers generated by the C# target of ANTLR 3. This package supports projects targeting .NET 2.0 or newer, and built using Visual Studio 2008 or newer.
BCrypt.Net-Next by: Chris McKee, Ryan D. Emerl, Damien Miller
  • 428 total downloads
  • Latest version: 4.1.0
  • bcrypt BCrypt.Net cryptography hashing password security,hash crypto blowfish gdpr
A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".
AWSSDK.SecurityToken by: Amazon Web Services
  • 6,582k total downloads
  • Latest version: 4.0.100.6
  • AWS Amazon cloud SecurityTokenService aws-sdk-v4 STS
The AWS Security Token Service (AWS STS) enables you to provide trusted users with temporary credentials that provide controlled access to your AWS resources.
Accord.Video by: Accord.NET
  • 604 total downloads
  • Latest version: 3.8.2-alpha
  • accord.net aforge.net framework video MJPEG cameras unity3d unity
Contains interfaces and classes to access different video sources, such as IP video cameras (MJPEG streams). This package originated from the AForge.NET Framework and is part of the Accord.NET Framework.
AsyncFixer by: Semih Okur
  • 28 total downloads
  • Latest version: 2.1.0
  • asyncfixer csharp dotnet roslyn analyzer analyzers codefix codefixes codeanalysis async await asyncawait asynchronous diagnostics
AsyncFixer detects common async/await anti-patterns and, when possible, offers automatic fixes. It currently reports 6 categories of async/await misuse and provides code fixes for 3 of them. It has been validated against thousands of open-source C# projects and is designed to handle tricky real-world edge cases. Tool-friendly diagnostics support AI-assisted workflows even when a built-in code fix is not available.
BitMiracle.LibTiff.NET by: Bit Miracle
  • 254 total downloads
  • Latest version: 2.4.626
  • Image Imaging Img Tif Tiff LibTif LibTiff BitMiracle
.NET version of LibTiff library made by Bit Miracle