Category Archives: .NET

C# || How To Set & Get The Description Of An Enum Using C#

The following is a module with functions which demonstrates how to set and get the description of an enum using C#. This

C# || How To Iterate & Get The Values Of An Enum Using C#

The following is a module with functions which demonstrates how to iterate and get the values of an enum using C#. This

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

VB.NET || How To Create Multiple Tasks With Maximum Concurrency Using VB.NET

The following is a module with functions which demonstrates how to create multiple tasks with maximum concurrency using VB.NET. The examples demonstrated

VB.NET || How To Convert Bytes To Kilobytes, Megabytes, Gigabytes, Terabytes Using VB.NET

The following is a module with functions which demonstrates how to convert bytes to decimal formats like kilobytes, megabytes, gigabytes, terabytes, petabytes,

VB.NET || How To Parse A Delimited CSV File Using VB.NET

The following is a module with functions which demonstrates how to parse a delimited CSV file using VB.NET. The function demonstrated on

VB.NET || How To Round A Number To The Nearest X Using VB.NET

The following is a module with functions which demonstrates how to round a number to the nearest X using VB.NET. This function