Commands to run programs using .NET
- by Arjun Vasudevan
In case I have .NET framework installed in my computer + all the necessary other language support(Perl Interpreter etc)
What are the commands I should give in the console to run programs in the following languages:
1. C
2. C++
3. Java
4. Python
5. VB
6. C#
7. Perl
8. Ruby
Like we have for VB- vbc .vb, what are the commands to run other languages?