code4copy

code4copy

    • Sheel S Prabhakar
      • Privacy Policy
  • 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.

    March 23, 2016
  • Asp.net Membership Get Users Email

    Csharp utility function example to retrieve users email from asp.net membership.

    March 23, 2016
  • Best Way to Hash Password in C#

    C# example to hash password or any other string. This function return hashed data in Base64 form.

    March 21, 2016
  • C# Example to get SubDomain From URL

    C# utility function to find sub domain name from URL.

    March 21, 2016
  • Best Way To Serialize and Deserialize Object To JSON In Asp.net

    C# Example for Serialize object to JSON string and Deserialize JSON sting to object in asp.net.

    March 21, 2016
  • C# Parsing string representation of an enum field

    C# generic utility function example to parse enum string field safely.

    March 21, 2016
  • Detecting Asp.net is Running Under Linux

    C# example to check that asp.net is running on linux or not using Environment.OSVersion.Platform.

    March 21, 2016
  • How to Detect Mobile Device Request in Asp.net

    Utility function example for detecting mobile device request using C# and asp.net.

    March 21, 2016
  • Java Compare Two File Byte By Byte

    Java example to compare two files byte by byte. We can also do this by calculating MD5 check sum.

    February 13, 2016
  • Best Way To Compare Two Text File In Java

    Java example to compare contents of two text file line by line using apache commons io library FileUtils class.

    February 11, 2016
←Previous Page
1 … 8 9 10 11 12 … 21
Next Page→

code4copy

Proudly powered by WordPress