Running VB & C# programs in Ubuntu
        Posted  
        
            by Arjun Vasudevan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Arjun Vasudevan
        
        
        
        Published on 2010-04-17T07:44:10Z
        Indexed on 
            2010/04/17
            7:53 UTC
        
        
        Read the original article
        Hit count: 245
        
I've run the following command in the Ubuntu terminal -
sudo apt-get install mono-develop
Now how can I run *.vb and *.cs programs using the terminal - What is the command that need to be given?
Does the syntax vary when we write code in Windows & Linux environment?
© Stack Overflow or respective owner