12
Answers

calling C# console application through command prompt

Ask a question
Hello everyone,
                   can anyone please tell me how can we write and call function in C# console application through command prompt
For ex.   My consoleapplication1 is having function add


so in command prompt i can run it as
consoleapplication1/add 
and it's run successfully.

Answers (12)