Found 44 packages
Cross-platform System.Drawing.Common alternative. Aspose.Drawing implements most of System.Drawing API (including image manipulation, vector and text drawing) in fully managed code without any external dependencies. Aspose.Drawing package uses System.Drawing namespace and can be used to directly replace System.Drawing.Common package reference in your project - all your existing code using System.Drawing API will continue to work, but now on any .NET supported platform. Aspose.Drawing.Common package uses Aspose.Drawing namespace and can be used side-by-side with System.Drawing.Common on Windows. Aspose.Drawing for .NET is a 2D graphics library for rendering vector graphics such as lines, curves, and figures as well as text onto raster images. It allows to run your existing C# and VB Apps on various supported platforms having identical rendering results. Aspose.Drawing for .NET can be used in .NET Framework, .NET Core or Xamarin applications in Windows, Linux, Android, Azure Functions or Blazor WebAssembly. It can be safely run from any restricted environment such as Windows or ASP.NET service. With Aspose.Drawing you can create bitmaps from scratch or load from existing files; draw lines, Bézier curves, splines, arcs, rectangles, polygons, eclipses, etc.; work with graphics paths; render text with different fonts and styles. It allows using different pen widths and styles; solid, texture, gradient and hatch brushes; clipping regions and matrix transformations. Images are stored in memory as managed arrays of pixels and can be saved in various image formats including BMP, PNG, JPEG, GIF, and TIFF.
Shared code base for all Glitched Epistle clients.
Generic base interfaces needed for implementing a very basic repository pattern in your project.
Package Description
A useful service class that provides functionality for generating and validating JWTs.
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 services.AddTransient) and then use it in your code.
Cross-platform System.Drawing.Common replacement. Aspose.Drawing implements most of System.Drawing API (including image manipulation, vector and text drawing) in fully managed code without any external dependencies. Aspose.Drawing package uses System.Drawing namespace and can be used to directly replace System.Drawing.Common package reference in your project - all your existing code using System.Drawing API will continue to work, but now on any .NET supported platform. Aspose.Drawing.Common package uses Aspose.Drawing namespace and can be used side-by-side with System.Drawing.Common on Windows. Aspose.Drawing for .NET is a 2D graphics library for rendering vector graphics such as lines, curves, and figures as well as text onto raster images. It allows to run your existing C# and VB Apps on various supported platforms having identical rendering results. Aspose.Drawing for .NET can be used in .NET Framework, .NET Core or Xamarin applications in Windows, Linux, Android, Azure Functions or Blazor WebAssembly. It can be safely run from any restricted environment such as Windows or ASP.NET service. With Aspose.Drawing you can create bitmaps from scratch or load from existing files; draw lines, Bézier curves, splines, arcs, rectangles, polygons, eclipses, etc.; work with graphics paths; render text with different fonts and styles. It allows using different pen widths and styles; solid, texture, gradient and hatch brushes; clipping regions and matrix transformations. Images are stored in memory as managed arrays of pixels and can be saved in various image formats including BMP, PNG, JPEG, GIF, and TIFF.
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).
Abstract base class for PostgreSQL repositories.
Run bash commands from within C# code that is running on Linux.
Abstract base class for SQLite repositories.
IoC friendly C# .netstandard2.0 service interface for asymmetric cryptographic operations.
IoC friendly C# .netstandard2.0 library for symmetric cryptographic operations.
A service for quickly retrieving any USD-to-currency exchange quote. Current implementation uses CurrencyLayer.com API.
Abstract MongoDB repository base class.
Package Description
Google ReCaptcha wrapper class for quick and easy validation (injectable service for ASP.NET Core apps).
Extension methods for converting string RSA keys from/to XML <--> PEM format (using the Portable.BouncyCastle library).
.NET standard polynomial-time algorithm to create a set of smallest polygons (or cycles) from any given set of 2D floating point lines
Simple utility class for generating random strings of any arbitrary size in C#.