This is a common question that most people asked already. I go through the lot of documentation that written on different topics how to integrate Python and C#. But most of them are too difficult and can not apply with my requirements.
I have a main program that written on Visual Studio and C#. Also I have another program written in normal Python. I want to run that python script parallely with the C# program. Can anyone tell me how can I perform this task.
Process.Start(...). If you can describe your problem more precisely, it would be easier to help you.