Hi, fellas
I'm back with another article. This article will help you for compiling and executing c# programs in ubuntu. This c# and .net was developed by Microsoft for solving the problems created by c, c++ languages. The main problems were manual memory management, ugly pointer arithmetic amd ugly syntactical constructs. C# uses CLR(Common Run-time Language), CTS(Common Type System) and CLS(Common Language Specification) to resolve above stated problems. Now-a-days C# is preferred over java.
Until now, you used to install gcc(C-Compiler) and g++(C++ compiler) and JVM(java Virtual Machine) in ubuntu for compiling and executing C,C++ and Java programs.
I'm back with another article. This article will help you for compiling and executing c# programs in ubuntu. This c# and .net was developed by Microsoft for solving the problems created by c, c++ languages. The main problems were manual memory management, ugly pointer arithmetic amd ugly syntactical constructs. C# uses CLR(Common Run-time Language), CTS(Common Type System) and CLS(Common Language Specification) to resolve above stated problems. Now-a-days C# is preferred over java.
Until now, you used to install gcc(C-Compiler) and g++(C++ compiler) and JVM(java Virtual Machine) in ubuntu for compiling and executing C,C++ and Java programs.