BigBook 6.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package BigBook --version 6.0.10
                    
NuGet\Install-Package BigBook -Version 6.0.10
                    
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="BigBook" Version="6.0.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BigBook" Version="6.0.10" />
                    
Directory.Packages.props
<PackageReference Include="BigBook" />
                    
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 BigBook --version 6.0.10
                    
#r "nuget: BigBook, 6.0.10"
                    
#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 BigBook@6.0.10
                    
#: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=BigBook&version=6.0.10
                    
Install as a Cake Addin
#tool nuget:?package=BigBook&version=6.0.10
                    
Install as a Cake Tool

Big Book of Data Types

.NET Publish

Big Book of Data Types is a set of classes and extension methods to help with data. This includes classes for caching, data comparison, data conversion, data mapping, string formatting, as well as various data types that are missing from .Net.

Setting Up the Library

Depending on the features you use in Big Book of Data Types, you may need to register it with your ServiceCollection as the Dynamo class requires it in order to hook itself up. In order for this to work, you must do the following at startup:

    services.RegisterBigBookOfDataTypes();

or

    services.AddCanisterModules();

As the library supports Canister Modules. The RegisterBigBookOfDataTypes function is an extension method on your app's ServiceCollection. When this is done, the Dynamo class is ready to use. If you are not using that class, you should be able to go without registration.

Basic usage

Most of the library is simply data types that can be used fairly easily. These include:

  1. Bag
  2. BinaryTree
  3. DateSpan
  4. Fraction
  5. ListMapping
  6. Matrix
  7. ObservableList
  8. PriorityQueue
  9. RingBuffer
  10. Set
  11. Table
  12. TagDictionary
  13. TaskQueue
  14. Vector3

Similarly the extension methods for various types can be found by adding:

    using BigBook;

To your list of usings. From there a number of extension methods should be available for arrays, IEnumerable, string, ConcurrentBag, ConcurrentDictionary, DateTime, Exception, ICollection, IComparable, IDictionary, MatchCollection, Process, Stream, TimeSpan, etc. There are a couple hundred extension methods and I suggest you just take a look at them to see what they do. Another portion of the library that might be of some interest and yet not completely intuitive is the Dynamo class.

Dynamo is a true dynamic type for .Net. ExpandoObject is generally great for basic work that requires a dynamic, however it is not easy to convert to other data types. For instance you can't do this:

    dynamic MyDynamicValue=new ExpandoObject();
    SomeClass FinalObject=MyDynamicValue;

Dynamo, on the other hand, has no issues with this:

    dynamic MyDynamicValue=new Dynamo();
    SomeClass FinalObject=MyDynamicValue;

The class handles conversion to and from class types, can convert properties from one type to another, and comes with a set of built in functionality. The class implements INotifyPropertyChanged, has a built in change log, and is thread safe. It can also be added as a base class for other classes to add this functionality automatically.

Installation

The library is available via Nuget with the package name "BigBook". To install it run the following command in the Package Manager Console:

Install-Package BigBook

Build Process

In order to build the library you will require the following:

  1. Visual Studio 2022

Other than that, just clone the project and you should be able to load the solution and build without too much effort.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on BigBook:

Package Downloads
FileCurator

FileCurator is a simple manager for your files. It tries to give them a common interface to deal with files whether on your system or other locations.

SQLHelper.DB

SQLHelper is a simple class to help with databases.

Mirage

Mirage is an open source library for .Net designed to create random data for POCOs, unit tests, etc. Supports .Net Core as well as full .Net.

Valkyrie

Valkyrie is a simple validation library that adds a number of DataAnnotations.

FileCurator.Windows

FileCurator.Windows is a set of formats that are only available using the full version of the .Net framework. If an alternative is built in .Net Standard these will be replaced. So consider this a hold over.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.13 29 10/15/2025
6.0.12 601 10/13/2025
6.0.11 4,041 9/10/2025
6.0.10 6,233 8/18/2025
6.0.9 1,672 8/5/2025
6.0.8 5,385 6/27/2025
6.0.7 3,078 6/26/2025
6.0.6 425 6/26/2025
6.0.5 11,806 1/29/2025
6.0.4 5,006 1/22/2025
6.0.3 6,372 12/9/2024
6.0.2 363 12/6/2024
6.0.1 3,145 11/24/2024
6.0.0 3,724 11/18/2024
5.1.63 1,654 11/12/2024
5.1.62 1,298 11/11/2024
5.1.61 1,917 11/5/2024
5.1.60 1,016 11/4/2024
5.1.59 1,596 10/30/2024
5.1.58 958 10/29/2024
5.1.57 168 10/29/2024
5.1.56 1,547 10/15/2024
5.1.55 2,547 10/10/2024
5.1.54 981 10/9/2024
5.1.53 10,750 8/28/2024
5.1.52 1,474 8/26/2024
5.1.51 1,363 8/23/2024
5.1.50 1,596 8/21/2024
5.1.49 1,905 8/19/2024
5.1.48 2,342 8/14/2024
5.1.47 1,879 8/2/2024
5.1.46 2,387 7/24/2024
5.1.45 1,882 7/10/2024
5.1.44 3,533 6/26/2024
5.1.43 30,797 6/25/2024
5.1.42 3,559 6/18/2024
5.1.41 1,327 6/17/2024
5.1.40 1,558 6/13/2024
5.1.39 1,117 6/12/2024
5.1.38 809 6/12/2024
5.1.37 2,448 5/30/2024
5.1.36 1,611 5/29/2024
5.1.35 3,239 5/16/2024
5.1.34 1,158 5/15/2024
5.1.33 2,049 5/7/2024
5.1.32 1,367 5/6/2024
5.1.31 1,807 5/2/2024
5.1.30 2,033 5/1/2024
5.1.29 982 4/30/2024
5.1.28 1,520 4/29/2024
5.1.27 3,296 4/11/2024
5.1.26 1,297 4/10/2024
5.1.25 2,468 3/29/2024
5.1.24 1,476 3/28/2024
5.1.23 3,142 3/15/2024
5.1.22 1,076 3/14/2024
5.1.21 1,125 3/13/2024
5.1.20 1,638 3/8/2024
5.1.19 996 3/7/2024
5.1.18 617 3/6/2024
5.1.17 490 3/5/2024
5.1.16 228 3/4/2024
5.1.15 4,084 2/28/2024
5.1.14 2,274 2/27/2024
5.1.13 1,464 2/23/2024
5.1.12 795 2/22/2024
5.1.11 717 2/21/2024
5.1.10 1,005 2/20/2024
5.1.9 2,073 2/14/2024
5.1.8 1,013 2/9/2024
5.1.7 1,014 2/7/2024
5.1.6 567 2/6/2024
5.1.5 2,944 2/5/2024
5.1.4 7,219 1/31/2024
5.1.3 544 1/30/2024
5.1.2 3,299 1/23/2024
5.1.1 1,293 1/22/2024
5.1.0 3,286 1/10/2024
5.0.39 6,563 12/13/2023
5.0.38 877 12/12/2023
5.0.37 4,316 11/23/2023
5.0.36 1,455 11/20/2023
5.0.35 1,708 11/17/2023
5.0.34 1,513 11/16/2023
5.0.33 3,201 11/7/2023
5.0.32 1,122 11/6/2023
5.0.31 2,209 10/31/2023
5.0.30 1,101 10/30/2023
5.0.29 1,852 10/25/2023
5.0.28 2,101 10/11/2023
5.0.27 1,962 9/25/2023
5.0.26 1,553 9/19/2023
5.0.25 971 9/18/2023
5.0.24 1,860 9/13/2023
5.0.23 1,075 9/12/2023
5.0.22 792 9/11/2023
5.0.21 1,034 9/11/2023
5.0.20 1,949 9/6/2023
5.0.19 1,189 9/5/2023
5.0.18 1,134 9/4/2023
5.0.17 1,309 9/1/2023
5.0.16 1,292 8/31/2023
5.0.15 993 8/30/2023
5.0.14 1,491 8/29/2023
5.0.13 1,351 8/28/2023
5.0.12 2,440 8/22/2023
5.0.11 1,561 8/17/2023
5.0.10 3,323 8/8/2023
5.0.9 1,070 8/8/2023
5.0.8 1,295 8/7/2023
5.0.7 3,160 7/25/2023
5.0.6 2,689 7/13/2023
5.0.5 495 7/13/2023
5.0.4 548 7/11/2023
5.0.2 2,964 12/13/2022
5.0.0 4,012 12/12/2022
4.0.26 543 12/8/2022
4.0.23 507 12/6/2022
4.0.22 879 10/26/2022
4.0.19 1,233 8/2/2022
4.0.18 8,199 6/6/2022
4.0.16 10,978 1/11/2022
4.0.15 3,094 12/16/2021
4.0.13 1,050 8/25/2021
4.0.12 5,847 6/17/2021
4.0.8 2,238 6/16/2021
4.0.7 1,587 6/16/2021
4.0.6 1,430 6/16/2021
4.0.5 1,791 6/15/2021
3.0.63 1,003 5/21/2021
3.0.59 1,067 4/30/2021
3.0.58 3,073 3/25/2021
3.0.57 915 1/14/2021
3.0.56 9,785 1/6/2021
3.0.55 6,470 1/6/2021
3.0.54 714 12/23/2020
3.0.53 1,785 12/16/2020
3.0.52 1,000 12/16/2020
3.0.51 1,671 12/14/2020
3.0.50 734 12/2/2020
3.0.49 725 12/2/2020
3.0.48 1,261 12/2/2020
3.0.47 5,655 9/13/2020
3.0.46 2,250 9/13/2020
3.0.45 767 9/11/2020
3.0.44 772 9/11/2020
3.0.43 1,412 8/21/2020
3.0.42 4,816 5/12/2020
3.0.41 2,219 5/12/2020
3.0.40 808 5/12/2020
3.0.39 2,446 5/12/2020
3.0.37 4,299 4/27/2020
3.0.36 3,808 4/16/2020
3.0.35 1,891 4/15/2020
3.0.34 1,564 4/15/2020
3.0.33 1,803 4/15/2020
3.0.32 4,082 4/10/2020
3.0.31 2,423 4/10/2020
3.0.30 808 4/10/2020
3.0.29 821 4/10/2020
3.0.28 841 4/10/2020
3.0.27 906 4/9/2020
3.0.26 816 4/9/2020
3.0.25 812 4/7/2020
3.0.23 813 4/7/2020
3.0.22 4,499 3/26/2020
3.0.21 1,953 3/26/2020
3.0.20 905 3/26/2020
3.0.19 2,110 3/25/2020
3.0.18 1,589 3/25/2020
3.0.17 4,943 3/25/2020
3.0.16 2,120 3/25/2020
3.0.15 2,173 3/24/2020
3.0.14 854 3/24/2020
3.0.13 789 3/23/2020
3.0.12 5,553 3/6/2020
3.0.11 867 3/3/2020
3.0.10 1,372 3/1/2020
3.0.9 2,446 3/1/2020
3.0.8 883 3/1/2020
3.0.7 4,255 2/17/2020
3.0.6 857 2/17/2020
3.0.5 2,446 2/10/2020
3.0.4 2,044 1/8/2020
3.0.3 934 1/7/2020
3.0.2 884 1/7/2020
3.0.1 2,278 12/29/2019
3.0.0 3,454 12/23/2019
2.1.14 1,817 11/3/2019
2.1.13 3,861 4/17/2019
2.1.12 2,883 4/17/2019
2.1.11 933 4/16/2019
2.1.10 2,000 3/15/2019
2.1.9 1,905 3/14/2019
2.1.8 953 3/8/2019
2.1.7 6,723 2/21/2019
2.1.6 1,873 11/1/2018
2.1.5 1,730 10/5/2018
2.1.4 7,586 7/5/2018
2.1.3 4,181 6/14/2018
2.1.2 10,810 5/31/2018
2.1.1 1,569 5/31/2018
2.1.0 1,595 5/31/2018
2.0.7 1,529 5/24/2018
2.0.6 4,241 5/22/2018
2.0.5 1,583 5/18/2018
2.0.4 6,023 2/15/2018
2.0.3 2,266 2/2/2018
2.0.2 2,117 2/2/2018
2.0.0 6,963 1/2/2018
1.0.38 2,075 12/15/2017
1.0.37 1,560 12/12/2017
1.0.36 2,435 11/21/2017
1.0.35 2,795 11/17/2017
1.0.34 4,555 11/13/2017
1.0.33 5,993 10/19/2017
1.0.32 5,159 10/2/2017
1.0.31 1,431 10/2/2017
1.0.30 8,838 9/28/2017
1.0.29 1,490 9/28/2017
1.0.28 1,971 9/27/2017
1.0.27 1,442 9/27/2017
1.0.26 1,943 9/26/2017
1.0.25 2,809 9/22/2017
1.0.24 4,349 9/13/2017
1.0.23 6,784 8/8/2017
1.0.22 4,010 6/27/2017
1.0.21 2,878 6/16/2017
1.0.20 2,513 6/7/2017
1.0.19 1,502 6/7/2017
1.0.18 1,499 6/1/2017
1.0.15 1,523 5/31/2017
1.0.14 6,374 5/17/2017
1.0.13 2,085 5/11/2017
1.0.12 1,505 5/11/2017
1.0.11 1,575 5/1/2017
1.0.10 1,483 4/14/2017
1.0.9 3,772 3/22/2017
1.0.8 1,546 2/16/2017
1.0.7 4,647 1/24/2017
1.0.6 1,554 1/24/2017
1.0.5 3,170 1/3/2017
1.0.4 2,018 12/9/2016
1.0.3 1,857 11/28/2016
1.0.2 1,518 11/28/2016