SharpSerializer is an open source XML and binary serializer for .NET.
With only one line of code it can serialize types like: multidimensional array, nested array, array-of-arrays, polymorphic object (where value is inherited from the property type), generic type, generic listing (i.e. dictionary,...
More information
MSP Toolkit provides some helpers and utilites for WP7 maded by Russian Microsoft Student Partners.
Includes:
- TrialHelper
- IsolatedStorageHelper
- TileImageGenerator
- HtmlTextBox
- SwitchFocusOnKeyPressBehavior
- TextBoxWatermarkBehavior
- WebBrowserHtmlPropertyBehavior
Single-byte...
More information
This is a modification of SharpSerializer to allow the deserialization of objects with private parameterless constructors and no public ones.
SharpSerializer is an open source XML and binary serializer for .NET.
With only one line of code it can serialize types like: multidimensional array,...
More information
This is a extension package for HotChocolate GraphQL framework to enable execution within AzureFunctions V3 with .Net 5 isolated process model (e.g. out-of-process). It enables the new HotChocolate GraphQL v12 API and provides very easy integration with Azure Functions with maximum support for...
More information
This package converts the 'functions.metadata' file, generated for 'dotnet-isolated' Azure Function worker runtime, into multiple 'function.json' files, similarly to what is generated for in-process 'dotnet' worker runtime.
It can be used as a workaround until 'func kubernetes deploy' supports the...
More information