Academy.Collections 0.9.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Academy.Collections --version 0.9.5.1
                    
NuGet\Install-Package Academy.Collections -Version 0.9.5.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Academy.Collections" Version="0.9.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Academy.Collections" Version="0.9.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Academy.Collections" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Academy.Collections --version 0.9.5.1
                    
#r "nuget: Academy.Collections, 0.9.5.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Academy.Collections@0.9.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Academy.Collections&version=0.9.5.1
                    
Install as a Cake Addin
#tool nuget:?package=Academy.Collections&version=0.9.5.1
                    
Install as a Cake Tool

Academy.Collections [Beta].
Academy is a project to develop a new collection of libraries containing a lot of new definitions and methods to ease your work as developer using the Microsoft .NET Framework. Until now, there is a lot of ideas to develop, the first one to present is Academy.Collections.
This library contains new collections which implementation is oriented to what you really need, and do not pretend to bring you a large list of complex data structures names which understanding will remove your developing experience from an easy and comfortable one.
As a Microsoft .NET Framework developer your intentions are very far from learn new concepts every time you work with libraries external to the Microsoft .NET Framework BCL. That’s why, Academy.Collections has been implemented using the same principles as Microsoft libraries. Objects and members definitions uses very similar names and features that you are usual to deal with, then your code experience will be as intuitive as always has been.
With Academy.Collections we want to bring you, beyond a good performance, a comfortable and easy way to increase your Microsoft .NET platform experience.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0 641 7/17/2014
2.0.990 148 5/22/2014
2.0.550.1 124 3/26/2014
2.0.550 123 9/14/2013
2.0.521.138 92 7/23/2013
2.0.519 96 7/22/2013
1.0.13040.12 235 4/25/2013
1.0.13040 100 4/16/2013
0.9.5.1 98 3/22/2013
0.9.0.1 92 3/21/2013
0.9.0 94 3/20/2013

* Comments text improved.
* Better MatrixExtension methods performance.
* Serialization bugs fixed.