29 packages tagged with “MADE”
MADE.NET Collections allows you to easily interact with collections, lists, arrays, and dictionaries.
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 with helper methods, such as updating the visiblity based on a boolean including child elements.
MADE.NET Threading provides helpers and extensions that help with application scenarios that care about threads. Amongst the features, you'll find an improved take on the .NET `Timer` implementation to make it easier for you to use in your apps!
MADE.NET Data Validation comes fully loaded with all the value validators you'd expect of any validation library. Easily get up and running with data validation on value ranges, alphanumeric, email address, min/max lengths, required, regular expressions and more as well as defining your own!
MADE.NET Networking comes fully loaded with wrappers for easily executing network requests from applications, handling the responses, as well as providing extensions for common URI scenarios. A perfect companion to any application handling networking.
MADE.NET Testing provides test framework agnostic helpers and extensions to perform assertions on your defined scenarios. Whether you like to use MSTest, NUnit, or xUnit, this library will follow you wherever you go!
MADE.NET Runtime is a base library that builds on .NET to provide additional types and extensions that you might expect to find in the BCL, but might not exist, such as a WeakReferenceCallback.
This package includes: - LoadStorageFileThumbnailImageBehavior for providing the ability to show a thumbnail for a storage file on an Image.
MADE.NET Diagnostics provides helpers to make debugging and logging results in your applications easier.
MADE.NET for EF Core builds on the base Entity Framework library to provide base classes and helpers for maintaining data in databases.
MADE.NET Data Converters provide out-of-the-box value converters for taking values of one type and changing them to another. The advantage of the IValueConverter is that they can be chained together. The library also contains extension helpers for converting values directly.
This package includes UI components for Windows and Uno Platform applications such as: - DropDownList for providing a selection control that provides a drop-down combo box that allows users to select one or multiple items from a list.
This package includes UI components for Windows and Uno Platform applications such as: - Validator for providing a wrapper for input control to provide validation over their current value using validators.
This package is a MADE.NET extension to the Legerity framework for speeding up the development of automated UI tests with Selenium/Appium including: - DropDownList, a drop down element capable of selecting multiple options - InputValidator, a validation element capable of validating the state of an input element
This package includes UI components for Windows and Uno Platform applications such as: - AppDialog for providing a simple mechanism to displaying alert dialogs using the MVVM pattern by allowing registration with IoC.
MADE.NET Foundation is a base library for MADE.NET that allows platform-specific logic to be defined with a helper for ensuring your code can continue to execute with API availability checks. You can even use this in your own projects!
Owin Middleware to set an x-made-with header to <3
MADE.NET Data Validation for FluentValidation builds on the base FluentValidation library to provide an easy-to-use validator collection implementation that can chain together validators for a single value. Built on top of the MADE.NET Data Validation library, you also get all the goodness of the two validation libraries in one place. Bring the best of both worlds together!
This package includes UI components for Windows and Uno Platform applications such as: - FilePicker for providing an input control that allows a user to pick files similar to a web file input.
This package includes UI components for Windows and Uno Platform applications such as: - SystemColorExtensions for extending System Color objects with helper methods, such as converting to Windows colors and checking luminosity. - WindowsColorExtensions for extending Windows Color objects with helper methods, such as converting to System colors and converting to HEX values.
MADE.NET for ASP.NET Core builds on features of ASP.NET Core to provide better support for your web API or MVC applications, including standardized pagination support, global authenticated user accessor, standardized exception handling with JSON responses, and API versioning.
This package includes UI components for Windows and Uno Platform applications such as: - ChipBox for providing a chip input control that allows users to enter multiple values into an input. - Chip for providing a single chip control instance that can be used to display values as chips.
This package includes UI components for Windows and Uno Platform applications such as: - ViewServiceManager for providing centralized management for services that are required per window/view. - WindowManager for providing a simple mechanism for managing windows and their content by launching based on a page type.
MADE.NET for ASP.NET Core MVC builds on features of ASP.NET Core MVC to provide additional MVC-specific functionality to improve your web applications.
This package includes UI components for Windows and Uno Platform applications such as: - NavigationService for providing an easy to use, MVVM friendly, page-to-page navigation service. - Page for providing an extension to the Windows Page type to improve the page experience.
This package includes UI components for Windows and Uno Platform applications such as: - MvvmPage for providing a Page object that supports the PageViewModel implementation including navigation event handling. - PageViewModel for providing a simple ViewModel implementation that supports navigation.
MADE.NET Data Serialization provides out-of-the-box serialization helpers and extensions for ensuring data quality when serializing to and from different formats such as JSON and XML.
This package includes UI components for Windows and Uno Platform applications such as: - RichEditToolbar for providing an extension bar for a RichEditBox to easily customize input text.
This package includes UI components for Windows and Uno Platform applications such as: - BooleanToStringValueConverter for converting between a boolean and a given string value. - ByteArrayToImageSourceValueConverter for converting between a byte array and a BitmapSource for image source bindings. - DateTimeToStringValueConverter for converting between a DateTime and string value.