Language: C# I have to pass a huge string array (built dynamically) as an argument to run an exe. I am thinking of acheiving it by the below 2 ways. But I am not feeling confid
If you are passing 10,000 arguments to a program, you should be putting those arguments in a file and reading the file from disk.