Skip to content

jekcom/dotnet-extensions

 
 

Repository files navigation

.NET and ASP.NET Core convenience functionality

GitHub Workflow Status

This repository contains projects/libraries for adding useful functionality to dotnet and ASP.NET Core when running real world applications in production. We have been using this packages at Tingle for years and thought it is better if we shared them.

Packages

Package Version Description
Tingle.AspNetCore.Authentication NuGet Convenience authentication functionality such as pass through and pre-shared key authentication mechanisms. See docs and sample
Tingle.AspNetCore.Authorization NuGet Additional authorization functionality such as handlers and requirements. See docs and sample
Tingle.AspNetCore.DataProtection.MongoDB NuGet Data Protection store in MongoDB for ASP.NET Core. See docs and sample.
Tingle.AspNetCore.JsonPatch.NewtonsoftJson NuGet Helpers for validation when working with JsonPatch in ASP.NET Core. See docs and blog.
Tingle.AspNetCore.Tokens NuGet Support for generation of continuation tokens in ASP.NET Core with optional expiry. Useful for pagination, user invite tokens, expiring operation tokens, etc. This is availed through the ContinuationToken<T> and TimedContinuationToken<T> types. See docs and sample.
Tingle.Extensions.Caching.MongoDB NuGet Distributed caching implemented with MongoDB on top of IDistributedCache, inspired by CosmosCache. See docsand sample
Tingle.Extensions.DataAnnotations NuGet Additional data validation attributes in the System.ComponentModel.DataAnnotations namespace. Some of this should have been present in the framework but are very specific to some use cases. For example FiveStarRatingAttribute. See docs.
Tingle.Extensions.Http.Authentication NuGet Authentication providers for use with HttpClient and includes support for DI via Microsoft.Extensions.Http. See docs and sample.
Tingle.Extensions.JsonPatch NuGet JSON Patch (RFC 6902) support for .NET to easily generate JSON Patch documents using System.Text.Json for client applications. See docs.
Tingle.Extensions.PhoneValidators NuGet Convenience for validation of phone numbers either via attributes or resolvable services. See docs.
Tingle.Extensions.Processing NuGet Helpers for making processing of bulk in memory tasks. See docs.

Issues & Comments

Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!

License

The Library is licensed under the MIT license. Refer to the LICENSE file for more information.

About

Convenience extensions for working in .NET and ASP.NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%