OneCode
- 2,950 total downloads
- last updated 7/26/2017
- Latest version: 1.1.0
The navigation view control provides a common vertical layout for top-level areas of your app via a collapsible navigation menu. This control is designed to implement the nav pane, or hamburger menu, pattern and automatically adapts its layout to different window sizes.
This control provides the...
More information
OneCode.Html
by:
OneCode
- 1,008 total downloads
- last updated 10/16/2017
- Latest version: 1.0.0
OneCode.Html is an highly-optimized library for parsing an HTML text stream into an HtmlTree object. After the tree is built, you can traverse the tree and access the HTML ElementNode(s) and AttributeNode(s). The library can be used in any .NET applications, including Xamarin. UWP, ASP.NET, WPF,...
More information
- 968 total downloads
- last updated 10/23/2017
- Latest version: 1.0.0
OneCode.Logging is a lightweight logging library for .NET Standard. It can be used in any .NET applications, including Xamarin. UWP, ASP.NET, WPF, .NET Core for Linux, etc. OneCode.Logging makes it easy to produce high-quality logs for your application.
OneCode.Async
by:
OneCode
- 884 total downloads
- last updated 10/25/2017
- Latest version: 1.0.0
OneCode.Async extends the basic .NET Task library with lots of frequently-asked helper functions. For example, Task.RunSynchronously executes an async task synchronously; Task.RunPeriodically executes an action periodically. Task.FromEvent creates a Task that waits for an event to occur.