BigBook 5.1.23

dotnet add package BigBook --version 5.1.23
NuGet\Install-Package BigBook -Version 5.1.23
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="5.1.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BigBook --version 5.1.23
#r "nuget: BigBook, 5.1.23"
#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.
// Install BigBook as a Cake Addin
#addin nuget:?package=BigBook&version=5.1.23

// Install BigBook as a Cake Tool
#tool nuget:?package=BigBook&version=5.1.23

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 Canister modules 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.AddCanisterModules();
				

The AddCanisterModules 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 2019

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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

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
5.1.23 312 3/15/2024
5.1.22 396 3/14/2024
5.1.21 477 3/13/2024
5.1.20 922 3/8/2024
5.1.19 565 3/7/2024
5.1.18 290 3/6/2024
5.1.17 215 3/5/2024
5.1.16 92 3/4/2024
5.1.15 1,906 2/28/2024
5.1.14 1,507 2/27/2024
5.1.13 884 2/23/2024
5.1.12 424 2/22/2024
5.1.11 407 2/21/2024
5.1.10 555 2/20/2024
5.1.9 1,133 2/14/2024
5.1.8 616 2/9/2024
5.1.7 578 2/7/2024
5.1.6 322 2/6/2024
5.1.5 2,127 2/5/2024
5.1.4 4,276 1/31/2024
5.1.3 318 1/30/2024
5.1.2 1,799 1/23/2024
5.1.1 779 1/22/2024
5.1.0 1,965 1/10/2024
5.0.39 4,406 12/13/2023
5.0.38 545 12/12/2023
5.0.37 2,958 11/23/2023
5.0.36 860 11/20/2023
5.0.35 748 11/17/2023
5.0.34 650 11/16/2023
5.0.33 1,673 11/7/2023
5.0.32 692 11/6/2023
5.0.31 1,346 10/31/2023
5.0.30 668 10/30/2023
5.0.29 1,126 10/25/2023
5.0.28 1,282 10/11/2023
5.0.27 1,244 9/25/2023
5.0.26 944 9/19/2023
5.0.25 578 9/18/2023
5.0.24 1,127 9/13/2023
5.0.23 633 9/12/2023
5.0.22 490 9/11/2023
5.0.21 640 9/11/2023
5.0.20 1,246 9/6/2023
5.0.19 758 9/5/2023
5.0.18 708 9/4/2023
5.0.17 856 9/1/2023
5.0.16 829 8/31/2023
5.0.15 615 8/30/2023
5.0.14 953 8/29/2023
5.0.13 834 8/28/2023
5.0.12 1,490 8/22/2023
5.0.11 998 8/17/2023
5.0.10 1,990 8/8/2023
5.0.9 707 8/8/2023
5.0.8 818 8/7/2023
5.0.7 2,061 7/25/2023
5.0.6 1,646 7/13/2023
5.0.5 294 7/13/2023
5.0.4 333 7/11/2023
5.0.2 2,076 12/13/2022
5.0.0 3,325 12/12/2022
4.0.26 399 12/8/2022
4.0.23 355 12/6/2022
4.0.22 737 10/26/2022
4.0.19 1,067 8/2/2022
4.0.18 7,411 6/6/2022
4.0.16 10,001 1/11/2022
4.0.15 2,667 12/16/2021
4.0.13 833 8/25/2021
4.0.12 4,937 6/17/2021
4.0.8 1,900 6/16/2021
4.0.7 1,309 6/16/2021
4.0.6 1,152 6/16/2021
4.0.5 1,470 6/15/2021
3.0.63 731 5/21/2021
3.0.59 846 4/30/2021
3.0.58 2,514 3/25/2021
3.0.57 687 1/14/2021
3.0.56 8,286 1/6/2021
3.0.55 5,379 1/6/2021
3.0.54 536 12/23/2020
3.0.53 1,483 12/16/2020
3.0.52 791 12/16/2020
3.0.51 1,378 12/14/2020
3.0.50 549 12/2/2020
3.0.49 545 12/2/2020
3.0.48 992 12/2/2020
3.0.47 4,889 9/13/2020
3.0.46 1,915 9/13/2020
3.0.45 587 9/11/2020
3.0.44 598 9/11/2020
3.0.43 1,168 8/21/2020
3.0.42 4,257 5/12/2020
3.0.41 1,853 5/12/2020
3.0.40 623 5/12/2020
3.0.39 2,102 5/12/2020
3.0.37 3,738 4/27/2020
3.0.36 3,284 4/16/2020
3.0.35 1,611 4/15/2020
3.0.34 1,314 4/15/2020
3.0.33 1,530 4/15/2020
3.0.32 3,616 4/10/2020
3.0.31 2,082 4/10/2020
3.0.30 621 4/10/2020
3.0.29 638 4/10/2020
3.0.28 650 4/10/2020
3.0.27 724 4/9/2020
3.0.26 633 4/9/2020
3.0.25 622 4/7/2020
3.0.23 626 4/7/2020
3.0.22 4,022 3/26/2020
3.0.21 1,660 3/26/2020
3.0.20 686 3/26/2020
3.0.19 1,818 3/25/2020
3.0.18 1,314 3/25/2020
3.0.17 4,330 3/25/2020
3.0.16 1,816 3/25/2020
3.0.15 1,881 3/24/2020
3.0.14 644 3/24/2020
3.0.13 609 3/23/2020
3.0.12 4,960 3/6/2020
3.0.11 660 3/3/2020
3.0.10 1,135 3/1/2020
3.0.9 2,084 3/1/2020
3.0.8 700 3/1/2020
3.0.7 3,781 2/17/2020
3.0.6 686 2/17/2020
3.0.5 2,087 2/10/2020
3.0.4 1,778 1/8/2020
3.0.3 748 1/7/2020
3.0.2 679 1/7/2020
3.0.1 1,917 12/29/2019
3.0.0 2,993 12/23/2019
2.1.14 1,530 11/3/2019
2.1.13 2,786 4/17/2019
2.1.12 2,503 4/17/2019
2.1.11 722 4/16/2019
2.1.10 1,690 3/15/2019
2.1.9 1,558 3/14/2019
2.1.8 732 3/8/2019
2.1.7 5,862 2/21/2019
2.1.6 1,573 11/1/2018
2.1.5 1,439 10/5/2018
2.1.4 6,593 7/5/2018
2.1.3 3,495 6/14/2018
2.1.2 9,158 5/31/2018
2.1.1 1,136 5/31/2018
2.1.0 1,118 5/31/2018
2.0.7 1,084 5/24/2018
2.0.6 3,442 5/22/2018
2.0.5 1,134 5/18/2018
2.0.4 5,249 2/15/2018
2.0.3 1,764 2/2/2018
2.0.2 1,616 2/2/2018
2.0.0 5,995 1/2/2018
1.0.38 1,539 12/15/2017
1.0.37 1,098 12/12/2017
1.0.36 2,021 11/21/2017
1.0.35 2,363 11/17/2017
1.0.34 4,037 11/13/2017
1.0.33 5,221 10/19/2017
1.0.32 4,473 10/2/2017
1.0.31 1,087 10/2/2017
1.0.30 7,748 9/28/2017
1.0.29 1,131 9/28/2017
1.0.28 1,540 9/27/2017
1.0.27 1,092 9/27/2017
1.0.26 1,547 9/26/2017
1.0.25 2,377 9/22/2017
1.0.24 3,732 9/13/2017
1.0.23 5,877 8/8/2017
1.0.22 3,450 6/27/2017
1.0.21 2,344 6/16/2017
1.0.20 2,011 6/7/2017
1.0.19 1,138 6/7/2017
1.0.18 1,123 6/1/2017
1.0.15 1,150 5/31/2017
1.0.14 5,365 5/17/2017
1.0.13 1,651 5/11/2017
1.0.12 1,135 5/11/2017
1.0.11 1,207 5/1/2017
1.0.10 1,130 4/14/2017
1.0.9 3,192 3/22/2017
1.0.8 1,183 2/16/2017
1.0.7 3,915 1/24/2017
1.0.6 1,171 1/24/2017
1.0.5 2,580 1/3/2017
1.0.4 1,570 12/9/2016
1.0.3 1,413 11/28/2016
1.0.2 1,134 11/28/2016