Provides a fluent configuration API to apply commonly needed serialization options to a POCO (and it's properties).
Follows same conventions and principals as FluentValidator.
A DataContract implmentations for RockLib.Serialization.
This package was built from the source code at https://github.com/RockLib/RockLib.Serialization/tree/master/RockLib.Serialization/tree/59bf01aff2267ffdfc1b98a0e3d4012705ec15bf
ComCat is a Resharper plugin that helps with 2 things in C# programming: order DataMember properties in a DataContract; sync comments from interface / base class to implementation / child class.You will need to use the ReSharper extension manager to point to the nuget repository (however this plugin...
More information
CacheManager extension package providing DataContract serialization for distributed caches. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.