Category Archives: C#
C# || How To Get The Computer & User Client IP Address Using C#
The following is a module with functions which demonstrates how to get the computers and user client request IPv4 IP address using
C# || How To Copy DataTable DataRow From One DataRow To Another Using C#
The following is a module with functions which demonstrates how to copy a DataTable DataRow from one DataRow to another using C#.
C# || How To Generate, Create & Read A QR Code Using C#
The following is a module with functions which demonstrates how to generate, create and read a QR code using C#. The functions
C# || How To Append & Join A Date & Time Value Together Using C#
The following is a module with functions which demonstrates how to append and join a date and time value together using C#.
C# || How To Generate Hourly Time Range With Minute Interval Using C#
The following is a module with functions which demonstrates how to generate an hourly time range with minute interval between a start
C# || How To Add & Use Custom Attributes To Class Properties Using C#
The following is a module with functions which demonstrates how to add and use custom attributes for class properties using C#. The
C# || How To Remove Excess Whitespace From A String Using C#
The following is a module with functions which demonstrates how to remove excess whitespace from a string, replacing multiple spaces into just
C# || How To Remove All Whitespace From A String Using C#
The following is a module with functions which demonstrates how to remove all whitespace from a string using C#. 1. Remove All
C# || How To Remove Non Alphanumeric Characters From A String Using C#
The following is a module with functions which demonstrates how to remove and replace non alphanumeric characters from a string using C#.
C# || How To Replace Entire Words In A String Using C#
The following is a module with functions which demonstrates how to replace entire words in a string using C#. This function is
C# || How To Manually Copy Two Streams From One To Another Using C#
The following is a module with functions which demonstrates how to manually copy two steams from one to another using C#. 1.
C# || How To Copy All Properties & Fields From One Object To Another Using C#
The following is a module with functions which demonstrates how to copy all properties and fields from one object to another using
C# || Universal Object Serializer and Deserializer Using C#
The following is a module with functions which demonstrates how to create a simple universal object serializer and deserializer using C#. The
C# || How To Send, Post & Process A REST API Web Request Using C#
The following is a module with functions which demonstrates how to send and receive a RESTful web request using C#. Contents 1.