Category Archives: .NET
VB.NET || How To Copy All Properties & Fields From One Object To Another Using VB.NET
The following is a module with functions which demonstrates how to copy all properties and fields from one object to another using
VB.NET || Universal Object Serializer and Deserializer Using VB.NET
The following is a module with functions which demonstrates how to create a simple universal object serializer and deserializer using VB.NET. The
VB.NET || How To Send, Post & Process A REST API Web Request Using VB.NET
The following is a module with functions which demonstrates how to send and receive a RESTful web request using VB.NET. Contents 1.
VB.NET || How To Check If A String Is A Valid HTTP URL Using VB.NET
The following is a module with functions which demonstrates how to check whether a string is a valid HTTP URL using VB.NET.
VB.NET || How To Get, Add, Update & Remove Values From A URL Query String Using VB.NET
The following is a module with functions which demonstrates how to get, add, update and remove parameters from a query string using
VB.NET || How To Serialize & Deserialize JSON Using VB.NET
The following is a module with functions which demonstrates how to serialize and deserialize Json using VB.NET. The following generic functions use
VB.NET || How To Serialize & Deserialize XML Using VB.NET
The following is a module with functions which demonstrates how to serialize and deserialize XML using VB.NET. The following generic functions use
VB.NET || How To Split & Batch An Array/List/IEnumerable Into Smaller Sub-Lists Of N Size Using VB.NET
The following is a module with functions which demonstrates how to split/batch an Array/List/IEnumerable into smaller sublists of n size using VB.NET.
VB.NET || How To Set & Get The Description Of An Enum Using VB.NET
The following is a module with functions which demonstrates how to set and get the description of an enum using VB.NET. This
VB.NET || How To Iterate & Get The Values Of An Enum Using VB.NET
The following is a module with functions which demonstrates how to iterate and get the values of an enum using VB.NET. This
VB.NET || How To Resize & Rotate Image, Convert Image To Byte Array, Change Image Format, & Fix Image Orientation Using VB.NET
The following is a module with functions which demonstrates how to resize an image, rotate an image to a specific angle, convert
VB.NET || How To Convert A String To Byte Array & Byte Array To String Using VB.NET
The following is a module with functions which demonstrates how to convert a string to a byte array and a byte array
VB.NET || How To Save, Open & Read File As A Byte Array & Memory Stream Using VB.NET
The following is a module with functions which demonstrates how to save, open and read a file as a byte array and









