SQL to INSERT file to table Get link Facebook X Pinterest Email Other Apps - March 12, 2019 I use this snippet to add any kinds of files to my database table which has a "image" data type. Read more
Read text file Get link Facebook X Pinterest Email Other Apps - January 15, 2019 This reads the text file and returns null if file does not exist. Read more
Convert delimited string to string list Get link Facebook X Pinterest Email Other Apps - January 10, 2019 Use this if you want to convert a delimited string (e.g. comma delimited - "a,b,c,d") into List<string>. Read more
Generate random base64 string using RandomNumberGenerator Get link Facebook X Pinterest Email Other Apps - January 09, 2019 Use this code to generate a random base64 string. This code can be used for generating random key or token strings. Read more