BenchmarkDotNet.Core
by: .NET Foundation and contributors
- 33 total downloads
- Latest version: 0.10.0
Powerful .NET library for benchmarking
CommandLineParser
by: gsscoder nemec ericnewton76
- 265 total downloads
- Latest version: 2.3.0
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
BouncyCastle.NetCore
by: BouncyCastle
- 174 total downloads
- Latest version: 1.8.10
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
ClientDependency
by: Shannon Deminick
- 42 total downloads
- Latest version: 1.9.10
ClientDependency is a framework for simplifying colaborative development of ASP.NET components, allowing components to state what CSS and JavaScript files they require, and ensuring that each file only is only added once to the response. ClientDependency also handles combination, minification and compression of CSS and JavaScript.
BouncyCastle
by: Bouncy Castle Project Contributors
- 116 total downloads
- Latest version: 1.8.9
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
bunit
by: Egil Hansen
- 463 total downloads
- Latest version: 1.40.0
bUnit is a testing library for Blazor components.
You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic.
You can interact with and inspect the component under test, trigger event handlers, provide cascading values, and inject services.
bUnit also includes a complete fake implementation of Blazor's authentication and authorization logic, navigation manager, and
JSInterop.
BitMiracle.LibTiff.NET
by: Bit Miracle
- 84 total downloads
- Latest version: 2.4.626
.NET version of LibTiff library made by Bit Miracle
Coding4Fun.Toolkit.Controls
by: Coding4Fun, Hermit Dave
- 202 total downloads
- Latest version: 2.1.8
The Coding4Fun Toolkit has multiple controls and useful items for XAML based applications.
Castle.Core
by: Castle Project Contributors
- 255 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 70 total downloads
- Latest version: 7.1.2
This package includes high performance .NET Standard 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.
Blazor.Bootstrap
by: Vikram Reddy
- 1,307k total downloads
- Latest version: 3.5.0
Blazor Bootstrap is a component library built on top of Blazor and Bootstrap5 CSS framework.
CommonServiceLocator
by: .NET Foundation and Contributors
- 100 total downloads
- Latest version: 2.0.7
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.
Blazored.Toast
by: Chris Sainty
- 362 total downloads
- Latest version: 4.2.1
A JavaScript free Toast library for Blazor and Razor Components applications.
BoDi
by: Gaspar Nagy
- 55 total downloads
- Latest version: 1.5.0
A very simple IoC container, easily embeddable also as a source code.
BuildBundlerMinifier
by: Mads Kristensen
- 2,416k total downloads
- Latest version: 3.2.449
Bundles and minifies CSS, JS and HTML files
Common.Logging.Core
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 118 total downloads
- Latest version: 3.4.1
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
Common.Logging
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 139 total downloads
- Latest version: 3.4.1
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
ClientDependency-Mvc5
by: Shannon Deminick
- 22 total downloads
- Latest version: 1.9.3
An extension for the ClientDependency framework to support ASP.NET MVC 5.
ClientDependency-Mvc
by: Shannon Deminick
- 147 total downloads
- Latest version: 1.9.3
An extension for the ClientDependency framework to support ASP.NET MVC.