This might sound a bit stupid...but I will ask it anyways.
I have an array which contains words.
I have to pick up the words which have more than 5 letters and then compare the first 3 letters of these words with the words in another array in order to look for similarities.
ANy suggestions or code on how this can be done in C# ( Linq to SQL)
Thanks
I have an array which contains words.
I have to pick up the words which have more than 5 letters and then compare the first 3 letters of these words with the words in another array in order to look for similarities.
ANy suggestions or code on how this can be done in C# ( Linq to SQL)
Thanks