JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is suitable for use with the HTTP PATCH method. The "application/json-patch+json" media type is used to identify...
More information
This is Marvin's JsonPatch document compiled in .NET Standard.
JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is suitable for use with the HTTP PATCH method. The...
More information
Succinc<T> is a .NET library that adds a number of functional features to C#:
* Discriminated unions,
* Pattern matching,
* Partial applications,
* "Implicitly" typed lambdas,
* The ability to treat void methods as Unit functions,
* Replacements for TryParse methods that return an Option<T> (or...
More information
Marvin.JsonPatch.Dynamic adds support for dynamically typed objects to Marvin.JsonPatch.
Marvin.JsonPatch was built to work on staticly typed objects, which is great for most cases. Yet sometimes you'll want to create a patch document without having a static type to start from (for example: when...
More information
Resuming Action Results brings support for HTTP Byte Range requests to ASP.NET MVC transparently. The ActionResults included in this package mirror the familiar FileResult actions. This supports iOS device streaming and download managers.
For Kentico 13 Full Framework only, provides Html helpers and interfaces to render other pages (with widgets) in your page. Useful for things like Mega Menus, editable header adn footers, tabs, accordions, etc.
For Kentico 13 .net Core only, this is the widget that leverages the PartialWidgetPage.Kentico.MVC.Core libraries, allowing you to render pages through a widget
SystemLibrary.Common.Net.Json for any .NET >= 5 application - various reuseable extensions and a partial json searcher
Selling points:
* Extension for converting C# object to json string
* Extension for converting json string to C# object
* Extension for converting parts of a json...
More information