How many different kinds of data can a VB.NET windows service accept? I have written those that accept simple things like int and string and double. And I have one that accepts a dataset.
But what are some other types?
What if I want to pass a whole file, like a small text file or csv?
But what are some other types?
What if I want to pass a whole file, like a small text file or csv?