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.