Is there any way to optimize my search blob program?
- by Vicky
I written this code to search the blob items (text files) on the basis of there content. For ex : if I search for "Good", then the files that contains "Good or good" word the name of that files should appear in search result. My code is working but i want to optimize it.
class BlobSearch
{
public static int num = 1;
static void…