Recently while working on a project at MILL5 we had the need to retrieve data from an external API and write it to our Azure SQL instance. The API used an API key and was throttled so that it was necessary to process the external records by pages. The API returned the “nextPage” UUID that...Read More
We are releasing the M5.BitArraySerialization.Json to NuGet. This library allows serialization of the BitArray class in .NET using JSON. Support for custom JSON converters for both Newtonsoft.Json and System.Text.Json. Serialization using Newtonsoft.Json Just add the Newtonsoft.Json.BitArrayConverter to your serializer settings. Serialization using System.Text.Json Just add the System.Text.Json.BitArrayConverter to your serializer options. We even have support...Read More
Welcome to our first article regarding fast in-memory search of a list of objects using FastSearch, a .NET class library for fast string-based search brought to you by the team at MILL5. The motivation behind this library is simple, we want very fast search of a large list of objects based on strings so that we can...Read More
Subscribe to the MILL5 newsletter for exclusive insights on tech trends, industry updates, and announcements that help shape the future of your enterprise.