BorsukSoftware.Utils.StreamMerging released

0 Comments

As part of a project we’re working on, we needed to be able to consume multiple chunks of compressed data on disc as a single uncompressed stream. We couldn’t find any existing libraries to do this so we had to create our own and as it’s rather generic, we thought we’d share it in case […]


Borsuk Software is now on nuget.org

0 Comments

We’re pleased to announce that, where appropriate, our .net libraries are now available for consumption directly on nuget.org. The source code for each of the packages is available on GitHub. Currently, we have packages for: Data Cube Object Flattener Object Comparer Further packages will be uploaded shortly (including an updated object graph which is coming […]


Using native Nuget packages

0 Comments

Nuget packages have become the de facto way for .net libraries to be consumed by other projects and interestingly, Microsoft also use this technology to supply some of their C++ libraries – specifically they use this to provide the code used to connect to Xbox Live (Microsoft.Xbox.Live.SDK.Cpp.UWP). This got us thinking as to how to […]