Fog Creek Software
g
Discussion Board




Walked a Mile in the Other Guys Shoes

I just did a small C# project over the past month.  I have to say I really like .NET.  From my background I would probably surprise a lot of people by saying that.  I have been a Java developer for seven years and you can probably call me a Java advocate.  I even went so far to start a pretty big local Java Users Group several years ago.  I really never took anything from the MS side very seriously; it was like those guys weren’t real developers.  VB seemed like a sick joke and all that Hungarian notation, MFC stuff appeared so backward.  I started to take a look at .NET about a year ago.  I went into the whole thing believing that .NET was just a cheap knock off from Redmond.  But now that I have some hands on time with writing a C# app that does real work I have to say, I have a completely different view.  First of all, Visual Studio has got to be the best IDE known to man.  Although my first experience with .NET was not as mind blowing as C to Java, .NET is definitely the bigger monkey on the evolution chart compared to Java.  I too have been impressed by the whole MS programmer culture. (http://www.joelonsoftware.com/articles/Biculturalism.html)
Microsoft gets a bad rap but they do how to treat developers.  Take the MSDN library; it is nice to see some useful documentation for a change.

I have a couple more enhancements for my C# app but after that I’ll probably be going back to the world of J2EE.  Don’t get me wrong, I still like Java.  But given the choice I would choose .NET.  But I’ll continue to code in what people will pay me for. 

Bill Rushmore
Sunday, January 25, 2004

For me, one of the coolest things about .NET is that through Managed C++ you can wrap all your existing legacy code and then use it in your future .NET applications.

There are many languages I'd kinda like to use (like Walter Bright's 'D') but don't simply because I can't really fathom throwing out compatibility with all of my existing code, not to mention the tons of terrific third party C++ libraries...

With .NET it isn't as much of an issue since it is very easy to use PInvoke and/or create a Managed C++ wrapper.

Mister Fancypants
Sunday, January 25, 2004

And I'm sure if you would have had to develop for MS using VB instead of C++/MFC you would have been saying the same thing.


Sunday, January 25, 2004

I'm a linux guy, most of my work is embedded using kernels like VxWorks, pSos, and embedded Linux.  I also do a lot of Linux device driver work.  Most of it is C, with some assembly hooks.  But I've done my share of C++, sh, awk, Perl, and Python scripting.

That said, I learned C# last summer.  I love it.  It's simpler than C++ (gak!  I hate that fsck'in language).  It's better than C.  Java sux (don't go there).  Python is pretty good, but slow.  C# seems to combine the best features of everything.

Haven't done anything in .net yet, but I'm looking forward to my next C# project.

Snotnose
Sunday, January 25, 2004

Managed C++ is currently getting a total overhaul via Herb Sutter, et al.  I wouldn't use any of the managed C++ extensions until the next release has been finalized.

christopher baus (www.baus.net)
Monday, January 26, 2004

*  Recent Topics

*  Fog Creek Home