Category Archives: C#
C# || How To Resize & Rotate Image, Convert Image To Byte Array, Change Image Format, & Fix Image Orientation Using C#
The following is a module with functions which demonstrates how to resize an image, rotate an image to a specific angle, convert
C# || How To Convert A String To Byte Array & Byte Array To String Using C#
The following is a module with functions which demonstrates how to convert a string to a byte array and a byte array
C# || How To Save, Open & Read File As A Byte Array & Memory Stream Using C#
The following is a module with functions which demonstrates how to save, open and read a file as a byte array and
C# || How To Validate An Email Address Using C#
The following is a module with functions which demonstrates how to determine if an email address is valid using C#. This function
C# || How To Validate A Phone Number Using C#
The following is a module with functions which demonstrates how to validate a phone number using C#. Not only does this function
C# || How To Shuffle & Randomize An Array/List/IEnumerable Using C#
The following is a module with functions which demonstrates how to randomize and shuffle the contents of an Array/List/IEnumerable using C#. This
C# || Word Wrap – How To Split A String Text Into lines With Maximum Length Using C#
The following is a module with functions which demonstrates how to split text into multiple lines using C#. The following function is
C# || How To Get First/Last Day Of The Week And The First/Last Day Of The Month
The following is a module with functions which demonstrates how to get the first and last day of the week, as well