Found 115 packages
Adds extension methods to number types to more easily create quantities, such as 5.Meters() instead of Length.FromMeters(5).
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
Package Description
Tools and extensions to the .Net framework.
numberformat mobile number and get number stringas wordand
To words extensions.
String extension methods. Contains a number of methods for validating and parsing strings. Notable methods include To, ToLast, From, FromLast, SplitCSVRow, AllIndexsOf.
Extensions on top of libphonenumber-csharp, a C# port of Google's LibPhoneNumber library
jQuery extensions is a set of over 20 new functions added to the jQuery object for common Javascript tasks and form tasks. For example: $.isNumber() $.isNullOrUndefined(myvar) $("#id").isSelectBox() $("#id").selectByIndex(1) Full documentation (with Visual Studio support) is available in the none-minified versions, which are included in the package.
Number, String, Enum, Expression Extensions and Object Property Filters
IbanNet extension to validate BBAN national check digits.
China Id Card's Number extensions for Cosmos validation library
Extensions.dll contains extension methods that enhance existing C# classes thus making life easier for developers. Extensions.dll supports all versions of.NET from 4.6.2 through 8.0. Highlights are methods such as: -Use.Save() and.Load() for easy state saving of any object in C#. -Use.Retry() to easily handle 429 throttling errors in web calls. -Use System.Timer class to quickly add stopwatch timing functionality. -Use.IsPrime() to determine if a number is a prime number. -Use.GetNthPrime() and.GetNthPrimeAsync() to get the Nth prime number capable of calculating 10, 000, 000 primes / minute on an Intel Core i7 - 6700K CPU @ 4.00 GHz using 7 threads on 8 logical cores. -Use.ReplaceTokens() to replace multiple strings in string dictionary style. -Use.IsStrong() to validate strong passwords. -Use.ToTimeZone() to quickly convert any given time to any given time zone. -Use.Elevate() to restart current process in admin mode if it doesn't have admin rights. -Use.CompoundInterest() to calculate any given interest over any given period at any given interval, and many, many more.