Found 7 packages
Helpers for developers. Compare Helper, IP Helper, Password Helper, Validation Helper, Article Helper and Clean Helper
This library is one of DEFC utilities packages that contains several types of data validation methods, to help the developers minify their codes in easy way with no time. Through this package can : - Check if a value is (Alphanumeric, Alpha, GUID, Base64, NullOrEmptyOrWhiteSpace, Email,URL, DateTime, Number, Byte, Short, Integer, Long, Decimal, Double, Float, IPv4, IPv6, IP, MACAddress, LatitudeLongitude ) - Check if a value is between tow values, check if a value is between tow values or equal one of them, check if a value is equal to another value, check if value is greater than or equal another value and check if value is less than or equal another value. - Match password and confirm password. - Check if password is strong with at least one uppercase, one lowercase, one digit and one of the custom symbols with specific password length by sets the password rules.
Universal Helpers Library is a helper library for Universal Windows Platform (UWP) projects. Behaviors DragElementBehavior Allows you to make a UIElement draggable, either by mouse or touch. It has options for – allow the user to rotate, via multitouch – allow the user to scale, via multitouch. User can select the maximum scale and the minimum scale. – you can assign a container so that the draggable element can never leave the container’s bounds – option whether the draggable element has inertia (i.e. will continue movement by decelerating when the user drags it and lets it go) TapStoryboardBehavior The TapStoryboardbehavior is useful for scenarios where we want to tap an element, start a storyboard and execute a method when the storyboard finishes running. It also has an option to specify whether the method is on the code-behind file or in the VM (i.e. in the DataContext of the page, for MVVM scenarios). FeedbackBehavior The FeedbackBehavior allows the user to implement a feedback functionality when an element is tapped and “pointer over”, specifically a scale animation on pointer over and an opacity change when tapped. This is used to notify the end user that she has indeed tapped the specified element. SelectAllTextOnFocusBehavior This simple behavior makes all text on a TextBox selected when the user taps on the TextBox. Validation Behaviors I’ve included 4 behaviors useful for validating TextBoxes. Their usage is easy to grasp via their name. They are – TextRequiredFieldbehavior – TextNumericDoubleBehavior – TextEmailBehavior – TextNumericIntegerBehavior – TextMinimumLengthBehavior They just need a TextBlock to display the error message. Storyboard helper methods The BeginTranslationToElementsAsync method gets a List of Tuples containing FrameworkElement and double and animates a FrameworkElement towards the elements included in the list, in the respective time. The BeginSpriteSheetStoryboard gets a BitmapImage and animates it like a spritesheet Finally, I have included some extension methods for FrameworkElements, to animate via translation, rotation, skew and solid color animations. Controls Expander The Expander control has a button to display or hide the content that it includes. Panels CirclePanel The CirclePanel allows its element to display in a circular manner. DiagonalPanel The DiagonalPanel allows its elements to display in a diagonal manner. ScatterView The ScatterView control was firstly seen at the original Surface device (now called Pixelsense) and allows its items to scatter around the specified surface. Elements can be dragged, resized and rotated.
Allows validation to work with query string parameters. Usage: Validation.RequireField("id"); Validation.Add("id", MyValidator.Integer("Not an integer value"), MyValidator.Range(1, 10));
Data Validation of ExcelSheet, with create, read, modify, delete Data validations . Types of validations supported: Integer (whole in Excel), Decimal, List, Date, Time, Any and Custom. Strongly typed interface for each validation type
A high-performance .NET library for efficient bit packing that stores multiple values in a single integer with minimal memory usage. Features range-based automatic bit calculation, multiple storage types (32/64/256-bit, BigInteger), and type-safe field validation.
Double3Validations is a one solution for all important validations which we used in our program on regular basis. Using this package you can perform following types of validation. ->Validate password ->Compare two password ->Check given string is valid email address or not ->Check given string is valid integer,double,float and boolean.