Castle.Windsor by: Castle Project Contributors
  • 5,233k total downloads
  • Latest version: 5.1.1
  • castle, windsor, inversionOfControl, DependencyInjection
Castle Windsor is best of breed, mature Inversion of Control container available for .NET.
Castle.Core by: Castle Project Contributors
  • 6,294k total downloads
  • Latest version: 5.2.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
BouncyCastle.Cryptography by: Legion of the Bouncy Castle Inc.
  • 5,212k total downloads
  • Latest version: 2.6.1
  • bouncycastle cryptography dtls encryption open-source openpgp post-quantum security tls
BouncyCastle.NET is a popular cryptography library for .NET
Blazored.SessionStorage by: Chris Sainty
  • 771 total downloads
  • Latest version: 2.4.0
  • Blazored Blazor Razor Components SessionStorage Session Storage ASP.NET Core CSharp Web
A library to provide access to session storage in Blazor applications
Blazored.LocalStorage by: Chris Sainty
  • 767 total downloads
  • Latest version: 4.5.0
  • Blazored Blazor Razor Components LocalStorage Local Storage ASP.NET Core CSharp Web
A library to provide access to local storage in Blazor applications
ClosedXML by: Jan Havlíček, Francois Botha, Aleksei Pankratev, Manuel de Leon, Amir Ghezelbash
  • 649 total downloads
  • Latest version: 0.105.0
  • Excel OpenXml xlsx
See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.105.0 ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
Blazor.Bootstrap by: Vikram Reddy
  • 135 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.
Cassette.Views by: Andrew Davey
  • 3 total downloads
  • Latest version: 2.4.2
  • web javascript coffeescript css html templates asp.net
View helpers for Cassette.
Cassette.Aspnet by: Andrew Davey
  • 3 total downloads
  • Latest version: 2.4.2
  • web javascript coffeescript css html templates asp.net
ASP.NET support for Cassette. Cassette automatically builds JavaScript, CSS and HTML template modules based on the dependencies between files. CoffeeScript and LESS are also supported.
bootstrap by: The Bootstrap Authors
  • 8 total downloads
  • Latest version: 5.3.5
  • css mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
BuildWebCompiler by: Mads Kristensen
  • 2 total downloads
  • Latest version: 1.12.405
  • LESS Sass Scss JSX EcmaScript6 CoffeeScript
Compiles LESS, Sass, JSX and CoffeeScript files
BuildBundlerMinifier by: Mads Kristensen
  • 1 total downloads
  • Latest version: 2.5.357
  • concat bundle minify minification css js html
Bundles and minifies CSS, JS and HTML files
ClosedXML.Parser by: Jan Havlíček
  • 201 total downloads
  • Latest version: 2.0.0
  • ClosedXML parser formula xlsx
A lexer and parser of Excel formulas with focus on performance. Its goal is to create an abstract syntax tree from a formula text to enable formula evaluation.
CommunityToolkit.Maui by: Microsoft
  • 10 total downloads
  • Latest version: 9.1.1
  • dotnet,maui,toolkit,kit,communitytoolkit,dotnetcommunitytoolkit
The .NET MAUI Community Toolkit is a collection of Animations, Behaviors, Converters, and Custom Views for development with .NET MAUI. It simplifies and demonstrates common developer tasks building iOS, Android, macOS and Windows apps with .NET MAUI.
Cloudmersive.APIClient.NETCore.VirusScan by: Cloudmersive
  • 513 total downloads
  • Latest version: 2.0.4
Virus Scan API lets you scan files and content for viruses and identify security issues with content.
bunit.web by: Egil Hansen
  • 3 total downloads
  • Latest version: 1.40.0
  • bUnit razor components blazor components unit testing testing blazor components blazor server blazor wasm
bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component.
CommonServiceLocator by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
CommunityToolkit.HighPerformance by: Microsoft
  • 53 total downloads
  • Latest version: 8.2.2
  • 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.
BananaCakePop.Middleware by: BananaCakePop.Middleware
  • 34 total downloads
  • Latest version: 13.0.0
BananaCakePop.Middleware is a collection of middleware components for HotChocolate. It includes middleware for serving static files, handling CDN requests, managing configuration files, and simplifying middleware setup. With BananaCakePop.Middleware, developers can optimize file delivery, improve performance, and seamlessly integrate static file serving and configuration management into their applications.
bunit.core by: Egil Hansen
  • 1 total downloads
  • Latest version: 1.40.0
  • bUnit razor components blazor components unit testing testing blazor components blazor server blazor wasm
bUnit.core is the base library that provides support for testing Blazor components. You need to install bUnit.web as well to test web-based Blazor components.