C# application works on linux
-
Hi everyone, I need a sample application that works on linux. much better if you can give me some links. or sample codes. thanks in advance, Jeoffrey
to know everything is to know yourself...
I think you're looking for Mono. It's the .NET framework for Linux.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi everyone, I need a sample application that works on linux. much better if you can give me some links. or sample codes. thanks in advance, Jeoffrey
to know everything is to know yourself...
Like Christian said, look at Mono. If I recall, it doesn't support WinForms in full. But, still worth looking at.
"That's no moon, it's a space station." - Obi-wan Kenobi
-
Like Christian said, look at Mono. If I recall, it doesn't support WinForms in full. But, still worth looking at.
"That's no moon, it's a space station." - Obi-wan Kenobi
-
Hi everyone, I need a sample application that works on linux. much better if you can give me some links. or sample codes. thanks in advance, Jeoffrey
to know everything is to know yourself...
-
In linux c# is called as GTK# you can get alot of sample code and tutorials of c# in linux(GTK# ) from google. evil
That is hardly an accurate description. GTK# is not a language but a GUI toolkit that can be used by Mono.
-
That is hardly an accurate description. GTK# is not a language but a GUI toolkit that can be used by Mono.
-
umm, mono is the framework like vs.net in windows for linux and gtk# is a C# binding of GTK+graphical library. in linux GTK->C & # -> #= GTK# evilinside
EvilInide wrote:
In linux c# is called as GTK#
Yes, so GTK# is not the linux name for C#.