GlitchedPolygons
- 8,567 total downloads
- last updated 3/12/2022
- Latest version: 3.1.5
Shared code base for all Glitched Epistle clients.
- 6,908 total downloads
- last updated 8/5/2019
- Latest version: 1.0.6
Generic base interfaces needed for implementing a very basic repository pattern in your project.
- 6,456 total downloads
- last updated 2/26/2020
- Latest version: 2.0.1
Useful compression utility for easily and quickly (de)compressing strings and byte[] arrays.
Can be used in ASP.NET Core using the included dependency injection container (under Startup.cs call services.AddTransient and register the compression utility service there).
- 5,454 total downloads
- last updated 3/18/2022
- Latest version: 1.1.0
Package Description
- 4,947 total downloads
- last updated 9/6/2019
- Latest version: 1.2.1
A useful service class that provides functionality for generating and validating JWTs.
- 4,137 total downloads
- last updated 8/27/2019
- Latest version: 1.1.0
Mailgun Email Sender API Wrapper for ASP.NET Core apps
With this useful service you can send email through Mailgun. API Key and other params are set in the sender class constructor.
Intended use is within ASP.NET Core apps using MVC; inject the service into the DI container (inside Startup.cs use...
More information
- 4,037 total downloads
- last updated 10/29/2020
- Latest version: 1.1.0
Abstract base class for PostgreSQL repositories.
- 3,435 total downloads
- last updated 8/5/2019
- Latest version: 1.0.6
Google ReCaptcha wrapper class for quick and easy validation (injectable service for ASP.NET Core apps).
- 3,240 total downloads
- last updated 2/28/2020
- Latest version: 1.0.3
Abstract base class for SQLite repositories.
- 3,093 total downloads
- last updated 9/6/2019
- Latest version: 1.0.6
Extension methods for converting string RSA keys from/to XML <--> PEM format (using the Portable.BouncyCastle library).
- 2,990 total downloads
- last updated 2/24/2020
- Latest version: 2.0.0
IoC friendly C# .netstandard2.0 service interface for asymmetric cryptographic operations.
- 2,887 total downloads
- last updated 8/4/2019
- Latest version: 1.0.5
Run bash commands from within C# code that is running on Linux.
- 2,803 total downloads
- last updated 3/18/2022
- Latest version: 1.0.8
Abstract MongoDB repository base class.
- 2,727 total downloads
- last updated 2/24/2020
- Latest version: 2.0.0
IoC friendly C# .netstandard2.0 library for symmetric cryptographic operations.
- 2,344 total downloads
- last updated 8/4/2019
- Latest version: 1.0.4
Package Description
- 1,841 total downloads
- last updated 8/4/2019
- Latest version: 1.0.3
A service for quickly retrieving any USD-to-currency exchange quote. Current implementation uses CurrencyLayer.com API.
- 1,143 total downloads
- last updated 8/14/2019
- Latest version: 1.0.0
Simple utility class for generating random strings of any arbitrary size in C#.
- 177 total downloads
- last updated 2/1/2022
- Latest version: 1.0.2.1
A fork of Orson Peters' portable C implementation of Ed25519, a high-speed high-security public-key signature system. Translated from ANSI C into C# 10 by Glitched Polygons.