Skip to content

v2.3.500

Compare
Choose a tag to compare
@cjvandyk cjvandyk released this 12 Feb 13:13
· 679 commits to main since this release

Extensions.dll contains extension methods that enhance existing C# classes thus making life easier for developers. ⭐ ⭐ ⭐ ⭐ ⭐

🥇 Extensions.dll supports all versions of .NET from 3.5 through 5.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 .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 perior at any given interval.

and many, many more.