a little help on "most used" codes !
-
Can you provide me with some examples of your search-tags for filenames you use? And what kind of files are you using for storage -txt,html,doc? -or it dont matter. Thank you.
//I for example use this:
MostUsedCodes .txt
stringsCase-Insensitive Equals_b.txt
stringsSearch Contains_b.txt
stringsSearch IndexOf_i.txt
stringsSearch IndexOfAny_i.txt
stringsSearch LastIndexOf_i.txt
stringsSearch LastIndexOfAny_i.txt
stringsTest EndsWith_s.txt
stringsTest StartsWith_s.txt
//note: _s = string; _i=integer;I use both zip (for solutions) and plain txt for other more simple things. That way I can do a simple windows-search on the filenames. A simple class: GetFileIcon (win32, shell, pinvoke).txt A solution with the basic send/recieve and conversion: TcpClient-TcpListener (network, socket).zip