Slashdot Mirror


Mono and .NET - An Interview

all-of-the-dot writes "Would you use an open-source implementation of the .NET Framework? Ximian's Mono project enables you to build .NET apps that run on Linux and Unix as well as Windows. Check out the story from .NET Magazine's interview with Miguel de Icaza, Ximian cofounder and CTO" Added to which, AirLace writes "The Mono project has just achieved full self-hosting on Linux. While the C# compiler, itself written in C#, has been able to compile itself since March, Mono can now compile its own complete set of class libraries too. This announcement closely follows the release of the Phonic media player, the first .NET application for the GNOME desktop."

38 of 583 comments (clear)

  1. subtle answer to troubling question by Mojojojo · · Score: 1, Insightful

    So Miguel provided an answer to something that's been troubling me...COM. He mentioned having to emulate some win32 stuff. MS hasn't done away with COM, just wrapped it with .NET, so I've always figured any free alternative would never really work since it would have to support COM to run windows programs that strayed from .NET only code. Nothing in .NET replaces the generic interfaces you can make and program to in COM... I'm curious what the future will hold.

    1. Re:subtle answer to troubling question by feldkamp · · Score: 2, Insightful

      while microsoft is going to support COM, they do want it to fade away in favor of .net components...

      There are .net equivalents of generic COM interfaces.

      Honestly, though, I think there is just too much invested in COM by various companies to get away from it, at least within the next 10 years.

  2. bad news for Linux? by tps12 · · Score: 2, Insightful

    Hey, this sounded pretty cool at first. I mean, the more languages the better, right? ;) Plus, I hate it when the Winblowz lusers get to play with pretty toys I can't get on my Linux boxen.

    But then I reconsidered. First, a little background. C# was, is, and always will be, a Micro$oft invention. Like it did with SMB and OLE, not to mention DirectX and ZIP, M$ will have no reservations about mucking with C# just to break Mono compatibility.

    In the case of SMB, we live with this. SMB has become a de facto standard in the enterprise, so Samba is forced to follow M$'s lead and keep up. But no such market forces exist for C#. Right now, it's a minority player against giants like Java and C++.

    By supporting C# through Mono, Linux only serves to make it more popular. In doing so, it makes M$ more powerful. The Mono project is about as counterproductive toward Linux advancement as a Free Software project can be. :(

    --

    Karma: Good (despite my invention of the Karma: sig)
    1. Re:bad news for Linux? by IIRCAFAIKIANAL · · Score: 2, Insightful

      "First, a little background. C# was, is, and always will be, a Micro$oft invention."

      C# is supposed to be an open, standardized language (standardized via the ECMA) - see here - in contrast, directx and the rest were all closed, proprietary systems. M$ would lose a lot more than they would gain by mucking with the standard.

      They, however, may unofficially extend it... that's a lot more likely, if you think they are planning evil.

      --
      Robots are everywhere, and they eat old people's medicine for fuel.
  3. Don't feed the trolls by Anonymous Coward · · Score: 0, Insightful

    Maybe if a valid reason was given for "switching to KDE" aside from Gnome being able (able, not forced) to use Mono this wouldn't be a troll.

    But it is.

  4. Really? by Codex+The+Sloth · · Score: 3, Insightful

    Microsoft has proven again and again that, in the end, they *will* win

    Really? They *always* win?

    Bob
    MSN
    IIS
    MSN
    ASP Microsoft Office
    Hailstorm
    etc, etc

    Yeah... it's hopeless...

    --
    I am not a number! I am a man! And don't you ... oh wait, I'm #93427. Ha ha! In your face #93428!
  5. Re:What are the chances for survival!? by mgv · · Score: 5, Insightful

    No...they'll go ahead and change their infrastructure so that it doesn't work with open source code.

    Well, sometimes this works, and sometimes it fails.

    Despite numerous attempts to redefine HTML, its still a fairly broadly defined language, irrespective of what IE will render. .net (the concept) makes alot of sense, its just whether or not you trust M$ to implement it. (No prize for guessing my opinions on that one).

    But M$ do do some things right (Office apps and development suites). .net has the potential to be one of those things, and as long as mono exists also, I look forward to it.

    Michael

    --
    There is no cryptographic solution to the problem where the intended receiver and the attacker are the same entity.
  6. Re:Yes, I definitively would! by n-baxley · · Score: 2, Insightful

    ...being able to compile code on several platforms without worrying about ports is a great achievement.


    It is! But it happened 7 years ago with the release of Java.

  7. No personal use of .NET or Mono by Daimaou · · Score: 4, Insightful

    I use C#, ASP.NET and VS.NET at work. I find developing web applications with these MS technologies glumed together as irritating as it gets. While the integration between disperate technologies is commendible, VS.NET is slower than frozen mud. Give me a good text editor and command line tools any day.

    I think that the whole Mono project will turn out to be a major debacle. Microsoft is going to integrate and complicate .NET with Windows to the point that Mono will never work. MS will release new .NET crap every year and Mono will play catch up for a year so it finally works again just as MS is releasing a new incompatible version.

    In the past, Microsoft has either presented an "open" standard, or pushed someone else's open standard, only to hijack it in the end, to the detriment of non-Windows users and developers.

    I think the Open Source community would be better off backing a web technology like J2EE and not .NET. Microsoft has proven time and again that it can't play well with others. I think Java has a good record for working everywhere consistantly.

    I would recommend consulting members of the Wine and Samba development groups. I'm sure they have plenty of horror stories about working with constantly changing MS technologies.

    1. Re:No personal use of .NET or Mono by erasmus_ · · Score: 5, Insightful

      How does .NET prevent you from using a good text editor and command line tools? All the files, including forms, code, resource, and project files are simple text/XML files. That means that you can use any text editor, then use the command line compilation tools, which are vbc for VB.NET, cs for C#, etc. And as others above have pointed out, C# has been approved by a standards body, so unlike Samba, there are not going to be issues of trying to integrate with something the vendor (MS) does not necessarily want you integrating with.

      --
      Please subscribe to see the more insightful version of th
    2. Re:No personal use of .NET or Mono by soap.xml · · Score: 3, Insightful

      C# is a language. .Net is the platform. The standards bodies have approved the languge but not the PLATFORM. It is the platform that ms is pushing, the language just happens to be new and fancy, but the real push is for .Net the platform. They own the platform, control the platform, license out the platform and ultimatly have the final say on anything about the platform. That is why there may be issues. That is why people should not just jump in head first without having a good plan.

  8. It's not the code stupid... by chuckw · · Score: 5, Insightful

    Two of our developers just came back from a .NET training session and were wowed beyond belief. (Note: This session was put on by a private company, not Microsoft). These guys were hardcore Linux/Java hackers working on our latest web based application. What changed their mind? It was the tools. The code had *NOTHING* to do with it as far as they were concerned. I told them there were OSS alternatives that pretty much replicated all of the .NET functionality. They still shook their heads saying it's the tools they were introduced to that made the real difference, not the code. One small example they used was that the MSFT tools allow you to backtrace a transaction all the way from your HTML front end clear on in to the database with a simple click of a button. There were a lot of other examples, but that was the one that stood out in my mind the most. It was the fact that they could write code faster and worry less about the crap that tipped the scales.

    The thinking progresses with the argument that since we're developing on Microsoft tools we should be running a Microsoft OS on our servers since no two JVM's 'er I mean CLR's are alike...

    --
    *Condense fact from the vapor of nuance*
    1. Re:It's not the code stupid... by consumer · · Score: 3, Insightful
      One small example they used was that the MSFT tools allow you to backtrace a transaction all the way from your HTML front end clear on in to the database with a simple click of a button.

      I bet this works just fine until the day when you need to deviate from the Microsoft plan in some way (maybe you have to do some unusual database stuff, or even talk to a non-Microsoft database that your warehouse uses or use something like a dbm file) and then it will all fall apart. People who learned how to use the tools instead of learning how to design and write programs will be lost when this happens. There is no substitute for understanding how things work, and Microsoft usually makes it harder to do that than other options like Perl or Java.

    2. Re:It's not the code stupid... by Iamthefallen · · Score: 4, Insightful

      When that day comes you look up how to do it, if you spend your time with a bad buggy tool solely to get better understanding of the system/framework, you're wasting a lot more precious time. Start coding, when you get stuck, pick up a book or ask around.

      --
      Wax-Museum Fire Results In Hundreds Of New Danny DeVito Statues
    3. Re:It's not the code stupid... by Eryq · · Score: 2, Insightful

      Exactly.

      The WONderful thing about using GUIs to develop solutions in problem domain X is that by the time the GUI has been coded, shipped, and is on your computer, what you really need is something which solves problem X', or even problem Y.

      Case in point:

      When I first started coding Java GUIs, I used JBuilder's GUI-based GUI designer. I still think that it rocks. But now that I know more than the basics, I use Emacs, and copy-and-paste from prior implementations. Why?

      • Because I want to color outside of JBuilder's [simple] box, and have more control over how the code is organized.
      • Because now that I know some of the finer points of threads, etc., I can produce cleaner GUI code than JBuilder can.
      • Because JBuilder gets confused if my code deviates too much from their expectations, and I got tired of dumbing things down to suit the GUI builder.

      Tools are great... if you don't mind the fact that you can only do what the tool builder lets you do.

      Now read that last sentence again, and remember who the tool builder of VisualStudio is.

      Where do I want to go today? Whereever I damn well please, thank you.

      --
      I'm a bloodsucking fiend! Look at my outfit!
  9. Re:What are the chances for survival!? by mr.+marbles · · Score: 3, Insightful

    even if that happens though the primary goal of the mono project isn't to interoperate with windows apps written for .NET. the point of the project is to make programmers lives easier by providing the tool that would make programming for open source OS easier. MS can't crush the project because it doesn't rely on anything more than the standard they submitted to ECMA. And the development tools are nice even if you wouldn't be able to run MS .NET programs.

  10. Bob... by sterno · · Score: 4, Insightful

    Microsoft Bob... Need I say more? :)

    Overall .Net is going to get used by the places that have tended towards being heavily windows environments originally. Companies that have been using Unix, Linux, and Java will probably not be moving to .Net anytime soon.

    Personally I'd be very interested in using .Net on Linux provided that it works well and provided that I can have faith that, in the long term, I'll be able to do this without risking a microsoft tax or lock-in.

    My big concern down the road is that Microsoft is going to start using patents and license restrictions to control the fate of .Net. Wait until enough people develop .Net solutions on alternative platforms then say, "well that's great, now you can pay us a license fee."

    I just can't believe that Microsoft would develop any technology that wasn't designed from the ground up to further their control. If just about any other company had put forth .Net I'd probably see it as a good thing. Hell, I've been a java developer for a while and I don't think much better of Sun than I do of Microsoft. The only reason I trust sun to stick with some level of openess is that it's about the only ammunition they have available to leverage against Microsoft's hegemony.

    --
    This sig has been temporarily disconnected or is no longer in service
  11. MONO and GNOME are seperate by jaaron · · Score: 3, Insightful

    Mono has nothing to do with GNOME. If you'd do your research you'd realize that they are seperate projects and that the rumors that GNOME is going to be based on .NET are just that -- rumors. There are some people that are involved in both projects, however, the GNOME project has come out and said they currently have no plans to move to MONO or .NET any time soon. Maybe someday, who knows? But they are SEPERATE projects. Read Miguel de Icaza's own reply to this idea.

    Besides, have you ever looked at the MONO project? They're doing some really impressive stuff. You probably shouldn't write it off just because you're afraid of M$. I'm a java programmer and an avid Linux user, however, there are some features of C# and the .NET framework that are really nice. What's more, unlike Sun, M$ has given their language and technology up to be standardized. In that sense, it's more free than Java.

    --
    Who said Freedom was Fair?
  12. It *is* the code by Koyaanisqatsi · · Score: 3, Insightful

    I can't speak for all the "dot-net languages", but I've been writing lots of ASP.Net code in C# and VB.Net recently and guess what? It's not the tools, it is the framework itself.

    I'm not using Visual Studio, I'm working out of the .Net SDK and what makes me all wowed is how quickly I can do things that used to take hours to build on ASP 2.0, like complex form interfaces, data validation, query output, etc. It's well worth looking at the samples to get acquainted with, I bet you'll be surprised with how powerfull and flexible the framework is :-)

  13. Not that great an example... by sterno · · Score: 5, Insightful

    There was an article just the other day on here about how web developers are designing for Microsoft now and ignoring standards. Though Microsoft is never going to make themselves fully incompatible with other browsers, they have continued to distinguish themselves from the competition by their "innovations". The result is that while I can surf websites on linux using mozilla, I will be given a decidedly different experience doing so. Some sites will refuse to let me in all together, and others will just break horribly.

    Now, you might say the reaction to this is that those companies will suffer from losing my business. Yeah, so they are losing what, 5% of the market? Ooooo, big deal. This causes people who don't have a tolerance for these glitches to go with a windows platform out of their lack of patience for that stuff.

    --
    This sig has been temporarily disconnected or is no longer in service
    1. Re:Not that great an example... by Anonymous Coward · · Score: 1, Insightful

      And that article was mostly bullshit since standards compliance has been dramatically increasing on the web not decreasing. The amount of Bugzilla evangelism bugs has really dropped off and it's getting rare to find recently done sites that bust things.

  14. Re:What are the chances for survival!? by Anonymous Coward · · Score: 4, Insightful

    Exactly!

    Microsoft's track record with Java alone is reason enough to avoid .NET. Microsoft couldn't even be trusted to stick with the spec...they IMMEDIATELY started changing Java (adding worthless crap like *pointers* to a language that was designed NOT to need it). Why did they do it? Because, this is EXACTLY how microsoft gets ahead--embrace, extend, sieze control, and keep changing the API so no competitors can catch up. CHRIST folks, we've got the MEMOS sent around Microsoft HQ as part of public record. They went out of their way to "neutralize" Java as much as possible. .NET will be NO different. Why should it be? Almost all of Microsoft's former competitors complained that Microsoft had the upper hand--because Microsoft had access to the "hidden" APIs while their competitors did not. Will .NET be different? Why in the hell should it? This tactic has worked for Microsoft OVER AND OVER again. Why throw away a perfectly good tactic that has yet to fail?

    Do you honestly think Microsoft has suddenly turned over a new leaf? This is the company that FAKED EVIDENCE in a court of LAW for God's sake.

    Is Miguel smart? Possibly. Is he smart enough to outwit Bill Gates and his army of monopolists? I doubt it. Just look at the graveyard of those who have tried to dance with the devil...the legacy of the 90's computer industry is a full graveyard.

  15. makes me nervous by Dr.+Awktagon · · Score: 5, Insightful

    I guess I have to make my obligitory post on this subject:

    As a technology person, I like the .NET framework, the web services aspects, the runtime, and I think C# is infinitely better than C++ (then again, what isn't...). I'm looking forward to playing with C# on my Linux machine.

    But I'm just a little creeped out by the idea of using Mono for anything important (business-related), such as deploying services or products. I really have trouble figuring out what Microsoft has to gain from allowing Mono to exist indefinitely. They have plenty to gain from a sweeping, cross-plaform, bait-and-switch ploy.. they can just wait until Mono is somewhat established, apps are built and deployed... then break it and wait patiently for the inevitable migration back to Windows.

    I would like to hear from Microsoft that they won't sue any Mono developer (or user) for patent infringement. I'd like to hear that all relevant APIs and specification are public and open and will stay that way. Miguel's attitude seems to be one of "hope", quote:

    So I think the APIs will remain fairly stable, and I hope that Microsoft won't go into proprietary protocols or protocols that would make it really hard for us to implement Mono. There's is always the possibility it will do so. Microsoft has some strange patterns in terms of how it competes. I really hope it will "behave like a good citizen," as Steve Ballmer said recently it would.

    Now, I could be all wrong, Microsoft actually might not mind that we will use their technology and not their products...but...this is Microsoft we're talking about here.

    Sure this sounds like fear, uncertainty, and doubt, but that's exactly what I feel whenever I think about Mono......

  16. Why .NET is good for Linux by rseuhs · · Score: 4, Insightful
    Now, take a step back, cool off and take a deep breath.

    Look at .NET, what is it? Basically it's just another API (plus some other enhancements, but I told you to take a step back and look at the bigger picture.) like the Win32 API

    Microsoft wants to fuel upgrades just like the transition from Win16 to Win32 fueled upgrades.

    The worst case in a Linux-point-of-view is that everything stays the same - Windows-apps don't run under Linux.

    The best case is that .NET apps run under Mono/Linux right from the start.

    .NET could be the biggest blunder of Microsoft's history, taking away the only advantage they really got (a huge software library).

  17. Re:It's no use to resist .NET.... by MrResistor · · Score: 5, Insightful

    We need to have microsoft constantly chasing after US

    They are. Can you name a single "technology" MS has announced recently that *nix hasn't had for years (if not decades)? What does .NET offer, really? "Portable" code and remote apps? Java has offered portable code for about 7 years now, and remote apps predate Unix.

    All MS has done since they started developing NT is chase *nix. The only thing I can think of that they might have had a head start on is the GUI, but I have my doubts about that, too. What OS was Xerox using at PARC, anyway?

    The problem for *nix is that the general public isn't aware of that fact.

    --
    Under capitalism man exploits man. Under communism it's the other way around.
  18. A very simple analogy. by Kaypro · · Score: 4, Insightful
    I've been a hard core Linux user for many years and do most of my development on Linux (usually GTK/Gnome) but I must admit that the whole .NET thing is quite impressive. I'm actually quite surprised by it. Microsoft has never been know to make huge leaps but .NET is a MAJOR one. It is similar to the leap Apple made when jumping to OSX from MacOS. OSX fixed many of the things wrong with MacOS and similarly .NET fixes almost all of the prior things wrong with not only web development, but development in general. I strongly urge Linux developers to push there pride aside and learn about one of the first true inovations coming from Redmond since the wheel mouse :-) Whether or not it is accepted is yet to be seen (though personally I think it will, especially with the MONO project developing so rapidly)

    Cheers!

    1. Re:A very simple analogy. by NotoriousQ · · Score: 4, Insightful

      Your analogy is a good one, but for the wrong reason. OS X is really good because Apple merged UNIX OS with their GUI, thus giving their previously full of crap os a nice boost.

      What MSFT did is they took java concepts and mirrored them, keeping only the IDE. The result is that previously sucky RAD dev languages (talking VB here) and actually making them perform decently, while their IDE keeps kicking ass.

      A true move for the better, but no real new innovation, just a new product.

      Few more points....

      .NET fixes almost all of the prior things wrong with not only web development, but development in general.

      I will have to disagree with you here though....Web development is not fixed..and ASP.NET is actually more clumsy than it was before. Sure it is easier for the newbies, but it does not allow easy flexibility...just look at all the newsgroups talking about trying to avoid or at least control rampant postbacks, the horrible performance of webcontrols, and actually doing anything clientside....

      Do not believe me? Just try adding a client side onclick event to the asp:button, and you will see what I mean

      And do not start on the webservices thing...the only thing that is is just transparent to the user soap calls....

      And what about the development in general....well there are two types of development....one where you write small apps that store some data, and you want to develop them fast, and two is where you write some seriously big software, where you want it to work fast and last. .NET is fine for the first one, I will take pure C for the second one

      Furthermore, it seems that no one is seeing the .NET shortcomings....

      First, the gui (win forms) is not generic, which means microsoft never planned, eventual transparent porting to other platforms gui. Everything is in the absolute positioning, and does not even have an option for the layout system like gtk/swing IIRC. Sure it makes it easier for the noobs, but, you have to have the layout, if you want your app to be fully platform / device independent. Second, there are too many windows quirks in the core libs....drive letters?, unc paths?...sure there had to be a way for a more flexible system...so that apps could be ported a bit easier.

      first true inovations coming from Redmond
      I would not consider this an innovation, just a remake of what java is/tries to be...And like java it has design bugs....just look at the ICollection sometimes returning DictionaryEntry, sometimes the actual value...damn it people...it is an interface it is supposed to have common behavior....i do not want to check every f***ing time what object the for each loop is returning. BLAH

      since the wheel mouse :-)

      probably not their innovation, but they did recognize it as useful...gotta give them credit for that. I still think that there are some double mouse designs that are more useful...but do not have much time to play with them...but think multi axis mice (hat buttons, jog dials, etc, think the left hand joistick for RTS)

      Whether or not it is accepted is yet to be seen (though personally I think it will, especially with the MONO project developing so rapidly)

      What are you talking about? .NET is quite accepted in the Microsoft shops since it beats the shit out of old VB. However I wonder if mono is going to be accepted. This would be a very good thing for one good reason. This would cause competition within the libs, and if mono is going to play the lets stick to the standards and only the standards game...it will force microsoft to play to the same standards or risk losing control, and suffer a split in the .NET world. I would think they would take option 1, which is a win for us developers.

      So I say yay for mono, and hope that one day I can do my job for the (unfortunately all Microsoft) company from my linux box at home, and not having to shell out for WIN and VS and fear the BSA.

      --
      badness 10000
  19. Re:Who else is amused... by calarts_nutmeg · · Score: 4, Insightful

    That's the biggest problem, .Net isn't as portable as java, also java is meant to be a great kitchen sink system, with everything from multimedia to raw socket connections. Also, if you don't like java, you can use python with jython to write java class files using a simple scripting language. Java is just so rich, the api has so many goodies to choose from, and the apps can be easily adapted from J2SE to the simpler J2ME CLDC, you still can only use C# to write desktop applications, and having it run clients on the handheld really isn't in the cards for c#, since all applications are supposed to run on MS servers. True I suppose things are getting ported to C#, but still, why go to all the effort to learn it when Java has such a huge head start, and Sun isn't try to kill linux either.

    --
    Check my site out for ogg vorbis music produced with linux.
  20. Re:No I would not. by JoeBuck · · Score: 5, Insightful

    Mono is a stupid reason to switch from Gnome to KDE, in that the Gnome project has not accepted Mono. It's a proposal from the Ximian folks that Gnome eventually accept Mono. I wouldn't be surprised to see the Gnome project split if Mono were forced on it in a central role (rather than as an optional add-on), as many Gnome developers are not fans of it at all.

    What will you do if some KDE developer says he wants to support .NET in the KDE framework? You'll then have to drop KDE, since you drop platforms based merely on proposals that they go in a direction you don't like.

  21. Re:It's no use to resist .NET.... by Noehre · · Score: 2, Insightful

    And the Linux croud hasn't been chasing Windows for the past several years in an attempt to copy the Windows "look and feel" on the desktop?

    Gnome/KDE are nothing more than attempts to mimic the Windows GUI.

    OpenOffice/etc. are nothing more than attempts to mimic popular Microsoft productivity applications.

  22. .NET Framework, Comments and FreeBSD by Omega1045 · · Score: 3, Insightful

    First, I would like to post a link to an MSDN article on Microsoft's attempt to build a .NET implementation on FreeBSD.

    Second, I am a C# and VB.NET programmer. I have really enjoyed using the new VS.NET, and love ASP.NET. The way it treats web pages with an event model is very, very cool. As I am also a PHP programmer, I consider ASP.NET, concept wise, a giant leap ahead of PHP. VS.NET runs a bit slow on my 400 MHz machine, but cruises along smoothly on my 1.6 GHz laptop. Plus, it handles much better than Sun's Forte, a comparable product that would let me build comparable software solutions.

    Third, I am VERY excited to be made aware of MONO! I have done quite a bit of Java programming in my past, and am glad to have a better alternative to it for building enterprise level applications on Linux. I have not had the level of "undocumented features" bite me in my .NET programs as I have in VC++, VB6 or Java. Say what you will about the evil empire, but the .NET framework is a very well thought through, nice behaving programming platform. I wish the MONO team the best of luck, and am thinking of volunteering!

    Fourth (and finally) I have been teaching some VB.NET and C# classes. I have found all of my students walking away from the classes wanting to use .NET, including Linux programmers. I would tell you hardcore MS haters out there to at least try out .NET, especially if it is going to be implemented on Linux. I think you will find that it could be a great tool for you to build software with, if you take of the blinders. After all, why not take what is Microsoft's big marketing push and turn it against them on Linux?

    --

    Great ideas often receive violent opposition from mediocre minds. - Albert Einstein

  23. Re:It's no use to resist .NET.... by Anonymous Coward · · Score: 1, Insightful

    They are. Can you name a single "technology" MS has announced recently that *nix hasn't had for years (if not decades)?

    1) Drivers
    2) Games
    3) A broad user base (You and your 3 friends, who couldn't get laid in a whorehouse even if they had a $50 bill hanging out of their zippers, do not constitute a broad user base)

  24. Comment removed by account_deleted · · Score: 3, Insightful

    Comment removed based on user account deletion

  25. Re:It's no use to resist .NET.... by swissmonkey · · Score: 2, Insightful

    Given that OpenOffice mimicks the GUI of MS Office(did you see how similar the GUI(buttons position, style, etc...) is ?) I tend to think that OpenOffice is actually nothing else that an Office clone, actually it's just worse, but very similar.

  26. Re:It's no use to resist .NET.... by Zeinfeld · · Score: 3, Insightful
    They are. Can you name a single "technology" MS has announced recently that *nix hasn't had for years (if not decades)?

    Can you name a single new technology that has appeared in UNIX in recent years that was not in VMS or MULTICS?

    This type of argument is pure sophistry, either Microsoft are accused of stealling other peoples stuff (hard to do with open standards) or they are ignoring open standards.

    Until WS-Security was proposed nobody had had any success with a transaction layer security enhancement. HTTPS failled, SHEN failled, PEM and MOSS failled. PGP and S/MIME had some success but they are limited to email.

    Now nobody would claim WS-Security to be amazingly novel, however Microsoft, IBM and VeriSign have got the whole industry behind a spec in that niche which has never happened before.

    As for all the 'nothing new has happened since Xerox' stuff, I suggest the people with that dellusion stop eating the mushrooms and go and use one of the things. OK so you can kinda sorta see the beginings of the ideas we use twenty years later, but they got as much wrong as they got right.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  27. Rundown: So this was an emotional decision? by sheldon · · Score: 2, Insightful

    It appears that the reason you didn't choose .NET was based entirely on emotional, rather than technical reasons.

    Is this normally how you make decisions?

  28. Re:It's no use to resist .NET.... by JamesOfTheDesert · · Score: 3, Insightful
    I'll say it again, and a bit more bluntly this time: Microsoft has not produced a single innovation with regards to GUI design, even in terms of look-and-feel.

    Gee, I guess if you repeat it often enough it becomes true. The site you linked is, judging by the snide comments abut Windows' "features", a tad biased. Do you have any other sources?

    What were the predecessors to the Visual Studio IDE? To IntelliSense? To drag-n-drop GUI building? Dropdown menus that show frequently-used items, adjusting themselves over time?

    I'm not trying to troll here, and it's not entirely off-topic. As with a previous post on MS projects that failed, debates about the future of .Net need to be framed in an accurate asessment of Microsoft's history of success and inovation.

    It seems most folks on slashdot believe Microsoft can simply bully its way to the top of any field, forcing people to adopt anythning it produces. Yet products like Bob suggest this isn't true. So, why do some, but by no means all, Microsoft products succeed? Clever copying of proven ideas? Subtle innovation? Reinvention of older ideas, with improvements based on 20/20 hindsight?

    People snipe at the idea of a .Net VM as a Java ripoff. The Java VM is a Pascal P-code VM ripoff, but done better. Java swiped ideas from C++, and improved certain things. Could it be a similar case for C#/.Net?

    --

    Java is the blue pill
    Choose the red pill
  29. Re:Who else is amused... by liloldme · · Score: 1, Insightful
    C# (not even counting all of .NET) is better than Java (the language).

    No it's not, the language sucks, as can be read from this FAQ for example.

    Microsoft has a large deployment base. Lots of people will learn and use C#, because that can mean a job.

    A quick search on Monster.com does not support this claim.


    Microsoft is going to do the work to port to BSD.

    Yeah or so they say... big fucking deal, Java already runs on dozens of different platforms.

    Microsoft Labs members have and continue to make efforts supporting the use of other non-traditional languages on .NET

    JVM supports more languages than .NET ever will.


    Microsoft isn't afraid to design a platform for performance, unlike Sun

    There is no speed difference, both platforms run on a virtual machine.

    C# and .NET will be used on WinCE handhelds.

    Will be? oh oh ... well how about Nokia ships millions of cell phones already with Java embedded? WinCE is dead.

    Common Java runtimes still run like ass, and the language is a piece of crap.

    You're just a pathetic little shit who hasn't got a fucking clue what you're talking about.