If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Will Compiled .NET Modules Run On LINUX Platforms?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-03-04, 12:23
hobkirk hobkirk is offline
Registered User
 
Join Date: Feb 2004
Location: Boston Burbs
Posts: 2
Will Compiled .NET Modules Run On LINUX Platforms?

I attended a Visual Studio .NET seminar at a Microsoft training center. They made a claim that I found hard to believe. They said...

1) THE COMPILED MODULE WILL BE EXACTLY THE SAME WHETHER IT WAS WRITTEN IN VB OR C+ OR WHATEVER.
2) THE COMPILED MODULE WILL BE EXECUTABLE ON ANY PLATFORM.
My question that sparked #2 was specifically addressing Linux.

QUESTION 1 - Are these statements true (or "probably" true)?

QUESTION 2 - If the answer to #1 is YES, would MS's Visual Studio .NET be a good choice to develop the UI for a vertical application incorporating web services that I want to run on both Window and Linux platforms?

THANKS for your ideas.
Reply With Quote
  #2 (permalink)  
Old 07-07-04, 15:53
Jackofal Jackofal is offline
Registered User
 
Join Date: Jul 2004
Posts: 8
I hope this answers your questions. I have not tested this personally.

http://story.news.yahoo.com/news?tmp...1&sid=96120751

http://www.mono-project.com/downloads/index.html


Jack
Reply With Quote
  #3 (permalink)  
Old 07-09-04, 02:49
CobaltData CobaltData is offline
Registered User
 
Join Date: Jul 2004
Location: Irvine, CA
Posts: 7
I tinkered with that Mono for a bit.
1) The bug list is... well... significant
2) They aren't officially following Microsofts C#, they are following the standard. I guess that's enough said about that. Dev Studio might work in the future, might not.

As for VB vs. C#, we wrote a small TCP port listener (like a network sniffer) mostly out of idle curiosity in VB, then the same in C#. The binaries were not "identical". So then I found this guy: http://builder.com.com/5100-6373-1027686.html He came up with something similar. How tight do you need it. The compiled version is pretty darn close.
Reply With Quote
  #4 (permalink)  
Old 07-09-04, 09:25
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
So far, Microsoft hasn't released Linux support for .NET, although it is certainly possible.

The Linux crew is working on the Mono project, but if/when it will be generally available is unknown, and whether it will actually run .NET compiled code or just give a compatible environment is still up for grabs too.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On