Code Monkey home page Code Monkey logo

dotnet-extensions's Introduction

.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.

dotnet-extensions's People

Contributors

dependabot[bot] avatar devkiratu avatar github-actions[bot] avatar kennethmugo avatar mburumaxwell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.