Skip to content

Releases: cjvandyk/Extensions

v4.0.700

03 Feb 09:51
Compare
Choose a tag to compare

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

🥇 Extensions.dll now supports .NET 7.0

Supports all these versions of .NET:

  • .NET versions 7.0, 6.0 and 5.0.
  • .NET Framework versions 4.8, 4.7.2, 4.7.1, 4.7, 4.6.2, 4.6.1, 4.6, 4.5.2, 4.5.1 and 4.5.
  • .NET Core versions 3.1, 3.0, 2.2, 2.1 and 2.0.
  • .NET Standard versions 2.1 and 2.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 the first 10 mil primes in1 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 perior at any given interval.

and many, many more.

v3.5.700

15 Jan 11:24
Compare
Choose a tag to compare

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

🥇 Extensions.dll now supports .NET 7.0

Supports all these versions of .NET:

  • .NET versions 7.0, 6.0 and 5.0.
  • .NET Framework versions 4.8, 4.7.2, 4.7.1, 4.7, 4.6.2, 4.6.1, 4.6, 4.5.2, 4.5.1 and 4.5.
  • .NET Core versions 3.1, 3.0, 2.2, 2.1 and 2.0.
  • .NET Standard versions 2.1 and 2.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 the first 10 mil primes in1 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 perior at any given interval.

and many, many more.

v3.2.500

05 Mar 15:55
Compare
Choose a tag to compare

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 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 the first 10 mil primes in1 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 perior at any given interval.

and many, many more.

v3.1.500

04 Mar 13:38
Compare
Choose a tag to compare

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 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 the first 10 mil primes in1 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 perior at any given interval.

and many, many more.

v3.0.500

19 Feb 11:06
Compare
Choose a tag to compare

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 .IsPrime() to determine if a number is a prime number.
  • Use .GetNthPrime() and .GetNthPrimeAsync() to get the Nth prime number.
    Capable of calculating the first 10 mil primes in1 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 perior at any given interval.

and many, many more.

v2.3.500

12 Feb 13:13
Compare
Choose a tag to compare

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.