Results 1 to 3 of 3
Hello,
My question is basically the same as my subject. I code in VB .net often, and I'd need to be able to do the same in linux. The main ...
- 12-12-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 3
I program in vb.net, is it compatible in linux?
Hello,
My question is basically the same as my subject. I code in VB.net often, and I'd need to be able to do the same in linux. The main reason for me wanting to switch to linux is the virus protection. I work in offensive internet security and I'd like to slow down the massive influx of windows based viruses - this will free up a lot of my time to work on my projects.
Thanks,
HelloItsMe
- 12-12-2009 #2
- 12-13-2009 #3
There are two major projects that seek to bring Microsoft's .NET world to Linux:
Mono and DotGNU.
Mono seems to be gaining a little better traction. On Fedora, this command shows 24 packages in the repository for immediate installation, most of which are mono-related. Simlar searches for dotgnu and pnet bring up nothing.Mono has a page on VisualBasic.NET support.Code:yum search mono | grep '\Wmono\W'
If you are doing development for a limited number of Windows machines that you have some control over, it would be much better to install the Cygwin environment on all of them and use Bash scripts for scripting and C/C++ for other development. The bash scripts run directly on both platforms. And Cygwin allows you to compile many Linux programs directly with no changes to produce Windows executables (which require Cygwin to be installed to run).
And there are other choices: Java, Python, Perl, Php, Scheme, Tcl/Tk, ...


Reply With Quote
