C# Example For Removing White Space From HTML
Example of csharp utility function to remove white spaces from HTML string. This is done with help of Regex class of dotnet framework. Read More …
A programming blog for Java, J2ee, Js, .net ....
Example of csharp utility function to remove white spaces from HTML string. This is done with help of Regex class of dotnet framework. Read More …
Csharp utility function example to retrieve users email from asp.net membership. Read More …
C# example to hash password or any other string. This function return hashed data in Base64 form. Read More …
C# utility function to find sub domain name from URL. Read More …
C# Example for Serialize object to JSON string and Deserialize JSON sting to object in asp.net. Read More …
C# generic utility function example to parse enum string field safely. Read More …
C# example to check that asp.net is running on linux or not using Environment.OSVersion.Platform. Read More …
Utility function example for detecting mobile device request using C# and asp.net. Read More …
C# example to convert text to array of lines and string from array of lines. Read More …
C# example to get sub domain from url. Read More …