giometrix
- 66,336 total downloads
- last updated 4/2/2022
- Latest version: 2.0.1
Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa.
- 26,028 total downloads
- last updated 4/2/2022
- Latest version: 3.3.0
A repository wrapper for Azure Table Storage that uses POCOs (Plain Old CLR Objects) instead of objects that implemeent ITableEntity.
The Azure Storage SDK requires that objects that it works with to implement the ITableEntity interface. This puts us into one of two places that are often not...
More information
- 10,858 total downloads
- last updated 6/19/2019
- Latest version: 1.1.0
An easy to use mockable clock. Pass WallClock to your services in production/dev code and use MockClock in unit tests; or, if you don't want to pass around a clock, do Clock.Default = new MockClock(); in your unit tests.
- 2,925 total downloads
- last updated 4/2/2022
- Latest version: 1.5.0
Geared more toward Azure Table Storage (vs CosmosDB, which has an ATS api), using an intra/inter partition (or table) secondary index pattern. This library handles keeping the indexes up to date as data gets mutated.
- 2,795 total downloads
- last updated 12/13/2018
- Latest version: 1.0.1
A Bloom Filter is a probabalistic data structure that Implements the Add() and Contains() methods in a memory efficient manner when compared to the more traditional Hash Set. However, the Bloom Filter has some draw backs:
It will sometimes indicate that an element is in the set when it isn't. The...
More information
- 1,267 total downloads
- last updated 9/15/2019
- Latest version: 1.1.0
An implementation of a trie-like data structure using Azure Table Storage to enable type-ahead style searching. Targets netcoreapp2.1, netstandard2.0 and net461.
- 901 total downloads
- last updated 1/20/2018
- Latest version: 1.0.0
A simple library for generating realistic looking people information (name, email, phone, address) for testing purposes.
- 442 total downloads
- last updated 9/24/2021
- Latest version: 1.0.2
A library for importing and exporting data from MongoDb
- 278 total downloads
- last updated 5/24/2022
- Latest version: 1.3.0
An Azure Blob Storage extension for tusdotnet; .NET's most popular implementation of the tus protocol.
- 252 total downloads
- last updated 5/24/2020
- Latest version: 0.1.0-alpha (prerelease)
Render razor pages from Azure Functions
- 55 total downloads
- last updated 5/10/2022
- Latest version: 1.3.0
A client library for interacting with a Tus enabled server.