This package includes UI components for Windows and Uno Platform applications such as:
- ContentControl for simplifying visibility and retrieving child elements.
- Control for simplifying visibility and retrieving child elements.
- ViewExtensions for extending UIElement objects...
More information
This package includes:
- HttpResponseMessage{T} for deserializing content of a HttpResponseMessage to a specified type.
- HttpResponseMessageExtensions for extending HttpResponseMessage objects with helper methods, such as deserializing the content.
- JsonNetworkRequest instances...
More information
Making App Development Easier with a collection of easy to use components for working with and build views for .NET projects across Windows, Android, and iOS.
This package includes:
- CollectionExtensions for extending collection objects with helper methods, such as updating an item or making two collections equal.
- DictionaryExtensions for extending dictionary objects with helper methods, such as adding or updating an item based on a key....
More information
This package includes:
- TaskExtensions for extending Task objects with helper methods, such as observing thrown exceptions and ensuring a task collection has completed running.
- Timer for providing an easier to use alternative to the System.Threading.Timer, including start and stop...
More information
This package includes:
- ReflectionExtensions for extending objects with helper methods, such as retrieving the value by property name string.
- WeakReferenceCallback for providing an approach to callbacks with a WeakReference.
- WeakReferenceEventHandler for providing an approach...
More information
Making App Development Easier with a collection of easy to use components for designing applications for .NET projects across Windows, Android, and iOS.
This package includes:
- CollectionAssertExtensions for extending collection objects with helper methods, such as asserting whether a collection is equivalent to another.
Making App Development Easier with a collection of easy to use APIs for working with networking requests for .NET projects across Windows, Android, and iOS.
This package includes:
- DbContextExtensions for extending DbContext objects with helper methods, such as updating an item asynchronously and removing items matching a specified criteria.
- EntityBase for providing a base definition for an entity within a DbContext, including a primary...
More information
This package includes:
- AlphaNumericValidator for ensuring a string contains only alphanumeric characters.
- AlphaValidator for ensuring a string contains only alpha characters.
- Base64Validator for ensuring a string is a valid base64 string.
- BetweenValidator for ensuring...
More information
Making App Development Easier with a collection of easy to use components for building page to page navigation for .NET projects across Windows, Android, and iOS.
Making App Development Easier with a collection of easy to use components for building MVVM friendly page to page navigation for .NET projects using MvvmLight across Windows, Android, and iOS.
This package includes:
- BooleanToStringValueConverter for converting between a boolean and a given string value.
- DateTimeExtensions for extending DateTime objects with helper methods, such as getting current age or setting time.
- DateTimeToStringValueConverter for converting...
More information
This package includes:
- AppDiagnostics for providing an application-wide exception handler.
- FileEventLogger for logging debug, info, warning, error, and critical messages to a file.
- StopwatchHelper to help track the time of multiple long running operations.