Found 45 packages
Easily calculate the next recurrence for recurring dates using a fluent syntax
The #1 pattern-aware extension to C# and VB.
Package Description
Easily calculate the next recurrence for recurring dates using a fluent syntax
Newtonsoft JSONReader/Writer which saves space by compressing repeating texts.
Repeating code and reinventing the wheel is generally considered bad practice. At Unosquare we are committed to beautiful code and great software. Swan is a collection of classes and extension methods that we and other good developers have developed and evolved over the years. We found ourselves copying and pasting the same code for every project every time we started it. We decide to kill that cycle once and for all. This is the result of that idea. Our philosophy is that SWAN should have no external dependencies, it should be cross-platform, and it should be useful.
Extensions to configure tasks that should be executed on application startup, shutdown or repeating after an interval.
Easily calculate ranges of recurring dates based on patterns such as every 3 days, every Friday, every third Tuesday of every second month, in an intuitive and flexible way
Repeating code and reinventing the wheel is generally considered bad practice. At Unosquare we are committed to beautiful code and great software. Swan is a collection of classes and extension methods that we and other good developers have developed and evolved over the years. We found ourselves copying and pasting the same code for every project every time we started it. We decide to kill that cycle once and for all. This is the result of that idea. Our philosophy is that SWAN should have no external dependencies, it should be cross-platform, and it should be useful.
Time zone and cron expression support for Occurify: Filter, manipulate, and schedule instants and periods across time zones.
A comprehensive and intuitive .NET library for defining, filtering, transforming, and scheduling time periods.
Reactive Extensions for Occurify: Enabling seamless scheduling of instant and period-based timelines.
Astronomical instants and periods for Occurify: Track sun states, perform calculations, and manage events.
Manages a pool of asynchronous methods (agents) that keep repeating at a given interval until they are requested to stop
A set of extensions to help avoid repeating code segments
Reduce bandwidth costs and page load times by compressing large images on the fly, physically resizing thumbnails and combining small images into CSS sprites to cut down on request/response overhead. No need to change your site, just add this dll and add configuration to your web.config. Extensive documentation.
Super-powered Seq app to schedule logging an event at given times, with optional repeating log intervals, day of week and day of month inclusion/exclusion, and optional holiday API!
A simple scheduler for repeating tasks.
PDFFlow is a cross-platform C# library for creating PDF documents. The library is based on C# port the well-known libHaru. With PDFFlow, you can create complex PDF documents fast and efficiently - you define documents as a set of layout rules and a sequence of paragraphs, tables, images, headers, etc. and the library does all the work to create a PDF document by applying the layout on the content stream. You can create agreements, contracts, log books, invoices, tickets, catalogs, brochures, complex tax and regulatory forms, medical documents, school and university tests, books and magazines and many other kinds of documents. Your documents can include: - Text with different formatting, including special fields such as page numbers and URLs, and widow and orphan control. - Built-in Base14 fonts, multibyte CID fonts, external TrueType and Type1 fonts, single-byte and multibyte encodings. - Multilevel lists with easy-to-use styles. - Tabulations. - Images with configurable size and scaling. - Lines, both vertical and horizontal. - Tables taking data from a data source, with colspan and rowspan. - Multi-page and book spread tables. - Repeating areas: multiple headers, footers, left and right repeating areas, and repeating areas by coordinates. - Document flow areas that define the location of the document main flow on the pages. - Automatically generated table of content. PDFFlow supports automatic pagination and layouting: the content is automatically continued on the next page if it does not fit in the current page. You can configure any formatting settings of your document and its elements: fonts, colors, alignment, borders, indents, stroke styles, etc. as you need. This can be done using the corresponding methods in each case or through styles - you create your styles and apply them to quickly get the necessary formatting. The PDFFlow library is supplied with real document samples accompanied by descriptive articles and tutorials with many working code examples that can be used as is or modified, and the API reference. The included license allows you to use the library for free: - In any open source or non-commercial project or products. - To prototype, develop, and test commercial projects or products. The commercial license is required to use the library in commercial projects on the production stage (including the products used to support the internal business). Review the licences available at https://www.pdfflow.io/licensing or contact Gehtsoft USA LLC sales representative to get details about the licensing. Examples and tutorials: https://github.com/gehtsoft-usa/PDF.Flow.Examples Online documentation: http://docs.gehtsoftusa.com/pdfflow/web-content.html
If you have a lot of data to show, but want to have the data show up as the user scrolls, you can use this infinite scrolling technique. This package will drop a new controller, view, scripts and sample data. Just navigate to http://localhost:xyz/InfiniteScrollDemo and you'll see the demo view. Modify the demo code to suit your needs in your web application. The demo uses tables and rows, but you can modify easily to use lists and repeating div elements. Requires an existing ASP.NET MVC application.