78 packages tagged with “chain”
A micro framework that helps you implement pipeline and chain of responsibility patterns.
Furlong provides several implementations of the Chain of Responsibility pattern, supporting sync, async-await, request, request-response, and local delegates (also using async-await, et al).
Official helper library for calling the SigParser APIs. This includes email parsing and the data APIs. Contact support@sigparser.com for any help.
A library for .NET that uses a fluent interface to construct advanced workflows with ease
Cron builder object that can be used to build Cron expressions, describe them, and manipulate objects.
Library that exposes SOLID principles by introducing pipelines.
Instantiate a chain of responsibility pattern in an elegant and testable way.
A powerful execution pattern for composing sequential operations in .NET 8. Combines Chain of Responsibility with workflow and pipeline patterns for flexible, ordered execution.
MADE.NET Runtime is a base library that builds on .NET to provide additional types and extensions that you might expect to find in the BCL, but might not exist, such as a WeakReferenceCallback.
ImageUltimate is an ASP.NET Image resizer and a .NET Image Processor which supports ASP.NET Core 5.0+, ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites. ImageUltimate can also be used for conversion between several image formats with .NET 5.0+ or .NET Core 3.1 and .NET Framework 4.7.2+ console/desktop applications. Features: - Can load and save many image file formats (raster, vector and camera raw). - Provides a fluent interface for easily chaining image manipulation commands. - Vastly faster (10x) than System.Drawing namespace and optimized specifically for web use. Minimal memory usage and the ability to process very large images in a fast manner. - Provides detailed information about an image file like format, size, DPI, pixel format and metadata like EXIF and IPTC. - Fast thumbnail generation, smartly looks for a EXIF thumbnail, removes black stripes above and below it and resizes it down further if needed. - Provides these image transforms: Resize, LiquidResize (seam carving), Crop, TrimBorders, Rotate, Flip. - Provides these image color/tone corrections and filters: Brightness, Contrast, Enhance, Blur, Sharpen. - Caches generated images both on server and browser with a smart versioning algorithm. A unique and browser-cacheable url is generated according to the chained commands and whenever you change these commands (or modify the source image externally), the url will vary and this will cause browser to automatically detect changes (no need to press F5). - Generates SEO friendly urls. By default the file name of the source image is used but it's possible to override this file name for SEO purposes. - Single managed DLL (works both on 32-bit and 64-bit) for easy deployment and no dependencies. No messy Web.config settings. Just drop it in your bin folder and you are ready to go. - Strongly-typed API for web, no need to learn and memorize messy url querystring parameters, just chain commands with the help of intellisense. ASP.NET MVC usage example: @this.ImageTag("Image1.jpg", task => task.ResizeWidth(300)) ASP.NET WebForms usage example: <%=this.ImageTag("Image1.jpg", task => task.ResizeWidth(300)) %> General usage examples: using (var imageTask = new ImageTask(@"C:\Pictures\Picture1.jpg")) imageTask.ResizeWidth(300).Save(@"C:\Output\Picture2.jpg"); Note: This package contains a fully working version of the product, however without a license key it will run in trial mode. This means after 30 days, the generated images will be watermarked with a red "ImageUltimate" text at the bottom right corner.
A Markov chain text generator.
RulesChain is a small lib that simplify writing business rules in .NET environment. Its based on Rules Design Pattern and Chain of Responsability Pattern and works like ASP.Net Core middlewares. This package includes only the interfaces that is used on RuleChain package. You will only install this package alone if you want to inject your rules using dependecy injection.
Functional option and result types, and pipe methods for csharp to allow for concise and expressive method chaining.
.Net Standard Generic Command Structure with Undo and Redo features
RulesChain is a small lib that simplify writing business rules in .NET environment. Its based on Rules Design Pattern and Chain of Responsability Pattern and works like ASP.Net Core middlewares.
Chain of Responsibility API, similar to Apache Chain
A simple chain of responsibility framework for .NET
Generate random Shakespeare works from an existing corpus
Package Description
A simple blockchain framework for .Net
Chain is a pattern that I found useful in my places in my code. It is NOT the chain-of-responsibility and it is not the work-flow or pipeline. It is a combination of all.
You are provided with a neat opinionated pattern of input argument validation You are provided with the capability to only execute classes when its their responsibility to do so
Providing Support of Auth, Chain, Rotating Proxies For Selenium Chrome Driver Support Only HTTP/S Proxies (Chrome Not Supporting Socks4&5 For Now)
Make any .NET object a fluent interface regardless if you have the source code or not!
Library implements chain responsability pattern or saga pattern. It improves code reuse in many cases
A .NET library for use with Dropil Chain and other Cosmos SDK based blockchains.