SD.Tools.BCLExtensions
1.2.0
Prefix Reserved
See the version list below for details.
Install-Package SD.Tools.BCLExtensions -Version 1.2.0
dotnet add package SD.Tools.BCLExtensions --version 1.2.0
<PackageReference Include="SD.Tools.BCLExtensions" Version="1.2.0" />
paket add SD.Tools.BCLExtensions --version 1.2.0
#r "nuget: SD.Tools.BCLExtensions, 1.2.0"
// Install SD.Tools.BCLExtensions as a Cake Addin
#addin nuget:?package=SD.Tools.BCLExtensions&version=1.2.0
// Install SD.Tools.BCLExtensions as a Cake Tool
#tool nuget:?package=SD.Tools.BCLExtensions&version=1.2.0
BCLExtensions is an extension method library for .NET 4.5.2 or higher / .NET Standard 2.0 or higher which offers various extension methods for classes in the .NET Base Class Library (BCL). Please consult the Documentation for further details. BCL Extensions is used by LLBLGen Pro and the algorithm and data-structures library Algorithmia and has been used in production successfully since May 2010.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on SD.Tools.BCLExtensions:
Package | Downloads |
---|---|
SD.Tools.Algorithmia
Algorithm and data-structure library for .NET 4.5.2+ / Netstandard 2.0+. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more. Algorithmia is one of the pillars of LLBLGen Pro and is used in production successfully since May 2010. Many of the classes and algorithms in Algorithmia contain references to papers and articles on Wikipedia or other websites where you can find additional information regarding the algorithm or data-structure implemented. The core design of Algorithmia is about making algorithms and data-structures which are known for many years available to the .NET developer in easy to use and properly documented classes and methods. No class or method implemented in Algorithmia re-implements a .NET BCL (base class library) class or method unless it was necessary to do so (e.g. the linked list in .NET is re-implemented as it doesn't have an O(1) concat operation, which is necessary for the Fibonacci heap). |
|
SD.Tools.OrmProfiler.Interceptor.NET45
ORM Profiler lets you gain insight in what your data-access code, e.g. your Entity Framework using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor.NET45 is the interceptor package for regular ORMs and ADO.NET using data-access logic, with support for async/await. The Interceptor assemblies are part of ORM Profiler, needed to collect profiling information at runtime. Requires a licensed client to receive profiling information. |
|
SD.Tools.OrmProfiler.Interceptor.NetCore
ORM Profiler lets you gain insight in what your data-access code is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor.NetCore is the interceptor package for regular ORMs and ADO.NET using data-access logic. The Interceptor assemblies are part of ORM Profiler, needed to collect profiling information at runtime. Requires a licensed client to receive profiling information. |
|
SD.Tools.OrmProfiler.Interceptor
ORM Profiler lets you gain insight in what your data-access code, e.g. your Entity Framework using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor is the interceptor package for regular ORMs and ADO.NET using data-access logic. The Interceptor assemblies are part of ORM Profiler, needed to collect profiling information at runtime. Requires a licensed client to receive profiling information. |
|
SD.Tools.OrmProfiler.Interceptor.EFv6
ORM Profiler lets you gain insight in what your data-access code, e.g. your Entity Framework using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor is the interceptor package for Entity Framework v6.x. The Interceptor assemblies are part of ORM Profiler, needed to collect profiling information at runtime. Requires a licensed client to receive profiling information. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SD.Tools.BCLExtensions:
Repository | Stars |
---|---|
FransBouma/Massive
A small, happy, dynamic MicroORM for .NET that will love you forever.
|
|
SolutionsDesign/Algorithmia
Algorithm and data-structure library for .NET 4.5.2+/Netstandard 2.0+. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more.
|