omark 


    • 7,772,848 total downloads
    • last updated 11/6/2021
    • Latest version: 2.1.1
    • bytes
    ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
  • Brake Pedal is a general purpose throttling library. The library provides the following features: - Time based throttling: limit X number of requests over Y time period. - Locking: block requests after X... More information
  • The BrakePedal.Redis package contains an implementation of a Redis BrakePedal repository which uses StackExchange.Redis (https://github.com/StackExchange/StackExchange.Redis) for use with the BrakePedal... More information
  • The BrakePedal.Http package provides code to use the BrakePedal library in a Web API application as an attribute, handler, or filter.