GlitchedPolygons
- 9,186 total downloads
- last updated 6/13/2022
- Latest version: 3.1.6
Shared code base for all Glitched Epistle clients.
- 7,199 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,800 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,986 total downloads
- last updated 3/18/2022
- Latest version: 1.1.0
Package Description
- 5,300 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,674 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,331 total downloads
- last updated 10/29/2020
- Latest version: 1.1.0
Abstract base class for PostgreSQL repositories.
- 3,664 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,374 total downloads
- last updated 2/28/2020
- Latest version: 1.0.3
Abstract base class for SQLite repositories.
- 3,296 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).
- 3,084 total downloads
- last updated 2/24/2020
- Latest version: 2.0.0
IoC friendly C# .netstandard2.0 service interface for asymmetric cryptographic operations.
- 3,062 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,986 total downloads
- last updated 3/18/2022
- Latest version: 1.0.8
Abstract MongoDB repository base class.
- 2,822 total downloads
- last updated 2/24/2020
- Latest version: 2.0.0
IoC friendly C# .netstandard2.0 library for symmetric cryptographic operations.
- 2,491 total downloads
- last updated 8/4/2019
- Latest version: 1.0.4
Package Description
- 1,956 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,413 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#.
- 340 total downloads
- last updated 6/28/2022
- Latest version: 1.0.2.3
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.