Possibilites to have same in C# or VB.net
I am having a perl script through which i achieve
is split or output from text file for each single ID , the output text
file will contain data of that ID and the anme of the file will be
ID.txt ,
so if i am having one main file containing 100 or 200 ID's and for each
ID's may be 10000 or more lines i would like to have 100 or 200 files
containing data for each single ID which i am able to achieve from perl
but is it possible from vb.net or c#