Coding4Fun.Toolkit.Controls
by: Coding4Fun, Hermit Dave
- 220 total downloads
- Latest version: 2.1.8
The Coding4Fun Toolkit has multiple controls and useful items for XAML based applications.
CommunityToolkit.HighPerformance
by: Microsoft.Toolkit
- 79 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.
DnsClient
by: MichaCo
- 180 total downloads
- Latest version: 1.7.0
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
dbup
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 113 total downloads
- Latest version: 5.0.41
This package exists to allow easy upgrades from pre-4.0 version This package was split into two packages dbup-core and dbup-sqlserver so that non SQL Server packages did not need to also
reference the SQL Server code. Uninstall this package and install dbup-sqlserver, or the package for the server(s) you are targeting instead!
CommonServiceLocator
by: .NET Foundation and Contributors
- 112 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.
DartSassBuilder
by: Johan van Rensburg, Dean Wiseman
- 355 total downloads
- Latest version: 1.1.0
Compile Sass files to css on project build.
Crc32.NET
by: force
- 36 total downloads
- Latest version: 1.2.0
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
deniszykov.WebSocketListener
by: Valeriano Tortola, Denis Zykov
- 13 total downloads
- Latest version: 4.2.19
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono.
https://github.com/deniszykov/WebSocketListener
Common.Logging.Core
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 128 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.
dbup-core
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 164 total downloads
- Latest version: 5.0.87
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql)
CSharpFunctionalExtensions
by: Vladimir Khorikov
- 127 total downloads
- Latest version: 1.13.1
CSharpFunctionalExtensions - functional extensions for C#.
Common.Logging
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 153 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.
dbup-postgresql
by: https://github.com/orgs/DbUp/people
- 123 total downloads
- Latest version: 5.0.40
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds PostgreSQL support.
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 494 total downloads
- Latest version: 1.60.6
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
CronExpressionDescriptor
by: Brady Holt
- 788 total downloads
- Latest version: 2.51.0
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh, Kyrgyz and Japanese.
coverlet.collector
by: tonerdo
- 290 total downloads
- Latest version: 6.0.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CommandLineParser
by: gsscoder nemec ericnewton76
- 288 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.
dbup-sqlserver
by: https://github.com/orgs/DbUp/people
- 146 total downloads
- Latest version: 5.0.41
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.
Confluent.Kafka
by: Confluent Inc., Andreas Heider
- 61 total downloads
- Latest version: 2.5.3
Confluent's .NET Client for Apache Kafka
Dapper.StrongName
by: Sam Saffron, Marc Gravell, Nick Craver
- 66 total downloads
- Latest version: 1.60.1
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..