From: Harlan Messinger on
RayLopez99 wrote:
> Seriously, who codes in Linux and what platforms, IDEs, etc do they
> use? What language?
>
> I code in C#, have done Windows Forms, WPF, Silverlight, ADO.NET,
> ASP.NET and some VB and Access dB programming, though I prefer
> ADO.NET. Getting into WCF now (SOAP) web services using REST as
> well. All of course under the award winning Visual Studio IDE. I'm
> using VS 2008 but might upgrade to VS 2010.
>
> Seriously, why would ANYBODY code in Linux? Why? You can port
> Silverlight to Linux. I think in theory ASP.NET is platform neutral
> as well.
>
> And what language would you use in Linux? C? C++? Why? And for
> server side, PHP? Why? Why would you do that? I am at a loss.

I bet you're also at a loss as to why manufactures make and stores sell
foods that you don't like or parts for cars that you don't drive or
greeting cards and paraphernalia for holidays that you don't observe, or
why television stations broadcast programs that you don't watch.
Because, obviously, the whole world revolves around you and what you're
familiar with, and if *you* don't understand why anyone uses anything
you don't use or does anything differently from the way you do it, well,
then, you're at a TOTAL loss because you just can't comprehend it.
From: Jackie on
On 5/13/2010 19:48, Chris Ahlstrom wrote:
> Why would he need to buy Visual Studio? Do the heavy lifting in Linux,
> then download Visual Studio Express to work out any last-minute Windows
> issues.

I wrote that post believing that you could (still) not use the express
editions commercially. Please see my previous post. I stand however
corrected now.
From: Arne Vajhøj on
On 13-05-2010 11:30, RayLopez99 wrote:
> Seriously, who codes in Linux and what platforms, IDEs, etc do they
> use? What language?

Obviously they code on Linux.

x86-64 is by far the most used processor architecture.

Many languages. I would consider the 3 biggest to be:
PHP
C
Java
but C++, Python, Perl, Ruby etc. are also used.

There are even a few that use C# via the Mono project.

Emacs, vim, Eclipse etc. are used for development.

> I code in C#, have done Windows Forms, WPF, Silverlight, ADO.NET,
> ASP.NET and some VB and Access dB programming, though I prefer
> ADO.NET. Getting into WCF now (SOAP) web services using REST as
> well. All of course under the award winning Visual Studio IDE. I'm
> using VS 2008 but might upgrade to VS 2010.
>
> Seriously, why would ANYBODY code in Linux?

Excellent server platform.

It is more or less the defacto standard for high performance
web sites.

And unless the language is extremely portable then it is
nice to develop on the same platform as the code will
be deployed on.

> And what language would you use in Linux? C? C++? Why? And for
> server side, PHP? Why? Why would you do that? I am at a loss.
>
> Why would anybody use an IDE that does not have the bells and whistles
> of Visual Studio, like Intellisense? What's the point of not having a
> decent IDE?
>
> The only thing I can think of is if you want to code ONLY for Linux
> users, not for the 99% that doesn't use Linux OS and the over 90% that
> uses Windows OS. But again, you can port (I think) almost anything
> done in Visual Studio to Linux.

VS does not have support for PHP, Java etc.. It is a complete
non starter for many languages.

Most IDE's except Microsofts are available for Linux.

> I would even argue perhaps that Linux coding is not serious coding,

No. You are just ignorant.

Arne

From: Arne Vajhøj on
On 13-05-2010 12:21, Robert Wolfe wrote:
> On Thu, 13 May 2010, Mark Rae [MVP] wrote:
>> "RayLopez99" <raylopez88(a)gmail.com> wrote in message
>> news:1a284c33-9f55-466a-92b8-c9d6093e52e1(a)e2g2000yqn.googlegroups.com...
>>> But again, you can port (I think) almost anything done in Visual
>>> Studio to Linux.
>>
>> How...?
>
> Using something called mono IIRC.

If the programming language is C#.

Which is rarely the case for Linux code.

Arne

From: Arne Vajhøj on
On 13-05-2010 12:51, Jackie wrote:
> Also, if you ever want to develop commercial applications, you must
> purchase Visual Studio. A hobbyist developer wanting to try to earn some
> money with his creations may not want to pay �999+ for it before he's
> even making any money.

Not true.

VS Express Editions can be used for commercial applicationst.

Arne