Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Microsoft

.Net:... 3 Years Later 906

Ashcrow writes "EWeek has posted an article on Microsoft's .NET initiative. It's been three years since we were first introduced to .NET and virtually none of the promised advantages have come true. Is it time for Microsoft to move on?"
This discussion has been archived. No new comments can be posted.

.Net:... 3 Years Later

Comments Filter:
  • Yes (Score:3, Interesting)

    by mrmez ( 585359 ) on Tuesday July 08, 2003 @08:54AM (#6390098)
    I'm quite pleased to have been able to move from ASP to PHP in the past three years - although at least .Net seems better than the options which preceeded it.
    • Re:Yes (Score:4, Interesting)

      by xThinkx ( 680615 ) on Tuesday July 08, 2003 @09:01AM (#6390168) Homepage

      I agree, as a Penn State Student I have worked with both .NET and Unix/PHP/Perl/Apache environments. Without a doubt, the latter of the two was far superior in every aspect, INCLUDING EASE OF USE. PHP has got to be the easiest freakin language ever, and Apache trumps IIS with the ability to do the majority of configuring with one file, instead of having to browse through a maze of tabbed windows with options, checkboxes, pop-up boxes, etc.

      Without a doubt, the only reasons to use .NET would be if (a), you already have a Microsoft solution and for some reason you want to keep it, or (b), you fall to marketing hype.

      Oh yeah, did I forget to mention STABILITY and SECURITY...

      • Re:Yes (Score:5, Insightful)

        by mingot ( 665080 ) on Tuesday July 08, 2003 @09:43AM (#6390632)
        Without a doubt, the latter of the two was far superior in every aspect, INCLUDING EASE OF USE. PHP has got to be the easiest freakin language ever

        A lot of things are "easier" than ASP.NET/ADO.NET coded using an OOP language. For simple things you're better off using something like PHP or ASP/VBS. Of course when project complexity reaches a certain point you'll start to find real advantages to going with a modern approach that seperates the presentation layer from the business layer. Of course taking this approach can make writing a simple application seem daunting, but in the long run it pays off.

        It has a lot to do with simply knowing what sort of application you're going to be writing and picking the proper tool for the job.

        Apache trumps IIS with the ability to do the majority of configuring with one file, instead of having to browse through a maze of tabbed windows with options, checkboxes, pop-up boxes, etc.

        Totally. 100% agreed. Much easier to administer Apache via it's text configuration IMO.
    • by cait56 ( 677299 ) on Tuesday July 08, 2003 @09:07AM (#6390237) Homepage

      Three years in and I believe it is fair to say that most people do not understand exactly what .Net is -- other than a vague "trust me" monolithic solution.

      Which I believe is the core of its problem. While there are some fools who will buy anything that fill in the name of their favorite supplier offers, more of the market wants to make decisions for themelves.

      From the little I've had time to study .Net, there were a few aspects of it that were indeed superior to what had proceeded it on the market. But the information to make a cohesive strategy was just missing. What if I liked the characteristics of the run-time engine, but needed to stick with CORBA interfacing?

      The most telling flaw in the strategy, for me, was that you could find entire racks of books on .Net. But absolutely none that explained the basic wire protocols used. They were all "How to Program a .Net application inside one box using language Y".

      When I'm designing a system, the language used on each box is the last detail that I consider. I want to understand the interactions of the remote systems, how dependent they are on each other, how they evolve seperately, how the failure of one will affect the others, etc.

      • by zero_offset ( 200586 ) on Tuesday July 08, 2003 @09:28AM (#6390442) Homepage
        You are exactly correct in that most people don't know what .NET really is, and that includes people using it, and Microsoft itself. Once again, Microsoft marketing has screwed the pooch. They were so hot and bothered to tie .NET to the buzzword of the day (Web Services) that they overlooked a great deal of important features and capabilities.

        If you ignore the marketing noise, though, it is itself a cohesive strategy, but it's quite a wide-ranging thing and it's hard to get the right perspective on it. The problem is that you probably started looking too early. The first round of books were all written based on the betas (I reviewed many of them for various publishers), and they were all targeted at teaching the world the basics of .NET.

        There are now many books that explain the guts in great detail.

        To continue with your specific example, there are MANY projects which support or are working to implement CORBA remoting for .NET. A simple Google search for ".NET CORBA remoting" yielded tons of results.

        Microsoft marketing is Microsoft's own worst enemy...

      • by johnmckeon ( 633892 ) on Tuesday July 08, 2003 @09:28AM (#6390443)
        Three years in and I believe it is fair to say that most people do not understand exactly what .Net is -- other than a vague "trust me" monolithic solution.

        It seems to me that this has been a problem whenever MS introduces a new technology (COM, COM+, ActiveX). I can find plenty of people using these terms, but no one can give me a two or three sentence summary of what they are. Unfortunately, it seems like .NET is having the same problem.
        • by scrytch ( 9198 ) <chuck@myrealbox.com> on Tuesday July 08, 2003 @10:43AM (#6391287)
          .NET is the new ActiveX. ActiveX by itself was this nebulous definition, but what it boiled down to was nothing more than COM. .NET boils down to three things behind the marketing umbrella name:

          * the .NET Virtual Machine: Basically the same idea as other bytecode compiled languages, like UCSD Pascal (ooh you thought I was going to say JVM, well sun didn't invent the idea). Write once, deploy anywhere where windows (or mono) is. It has some features not seen in JVM's, like cached JIT code, so it doesn't have to rerun the JIT every single time you run the app.

          * The .NET Common Language Runtime, including the system library: This is intended to replace the Win32 API with something as easy to use as most Visual BASIC libs, getting rid of HWNDS and HRESULTS and __farcall lpzsFoobletch and so on.

          * Web services: Really just the first application of the first two, but Microsoft is plugging this SOAP-based stuff like the second coming. I somehow don't see it replacing RPC for communication with system services, but there it is.
      • To misquote David Byrne, its, "...same as it ever was..."

        Microsoft is simply taking what they already have and making some changes in the way these components work together and within the context of the internet. The end result should be a computing experience that is fairly smooth to the end user and provides a lot of what's already out there but with different names and faces. This is why they claim to "innovate". Innovation is taking existing "stuff" and using it in new ways. That's not exactly what
      • It is supposed to be some sort of "Java alike" for the internet, a sort of universal programming language, and by universal, I mean Windows boxes. But universally accessible over the internet, I have actually seen two websites use it, www.microsoft.com and www.vue.com (the test registration site), other than that it really has not caught on like MS thought it would. When you have 90% of the world's computers running Windows, that is a pretty big built in group able to use it, but the developers (developers,
    • Re:Yes (Score:3, Insightful)

      by Anonymous Coward
      .NET is not about all those programming languages on which Microsoft put the .NET tag on. Its about writing code and applications that can use components distributed all over the network and written in completely different languages - without having to cope with stuff like CORBA. I like the whole concept a lot and have to admit i was really impressed of the whole thing after i tried not to turn down a good idea just because it came out of the realms of the evil empire. Check the docs on the Microsoft web si
  • nah... (Score:5, Funny)

    by wza ( 635250 ) on Tuesday July 08, 2003 @08:54AM (#6390103)
    Is it time for Microsoft to move on?

    nah, it's time Microsoft to move over...
  • by mccalli ( 323026 ) on Tuesday July 08, 2003 @08:57AM (#6390123) Homepage
    The marketing hype surrounding .Net evaporated, true. However as a means of developing for Windows in virtual machine which supports multiple languages, the actually technology is still going strong.

    And so it should - it's better than the alternatives which preceded it. It's just important to divorce the .Net marketing cloud from the actual technology on the ground.

    Cheers,
    Ian

    • by Ooblek ( 544753 ) on Tuesday July 08, 2003 @09:25AM (#6390399)
      I would have to agree. One of the problems is that even Microsoft is still releasing products that are based on BizTalk and Commerce Server, which seems sort of counter-intuitive. If you look at some of the new products being released by Microsoft Business Solutions (aka Great Plains), you have to wonder what they were thinking. Their business portal product is based on BizTalk, their .NET CRM application talks to the financial application through BizTalk, and they still have their e-commerce packages that are based on plain-old ASP and COM+.

      I will say though that I have recently been working on a project to allow a unix legacy system talk to a web service to do real time credit card authorizations from a COBOL application. Using GCC 3.3, libxml2, libxml++, and libwww to post to a web service, it appears to be transacting quite nicely. I can see a lot of legacy application adapters being developed in this manner in the future. Now if only some of the documentation of these libraries were better....

      • Their business portal product is based on BizTalk, their .NET CRM application talks to the financial application through BizTalk, and they still have their e-commerce packages that are based on plain-old ASP and COM+.

        This is one big problem with Microsoft. Each time some VP gets all horny for an idea, it seems whatever preceded that idea becomes somehow irrelevant from marketing and, eventually, support standpoints. I would bet there are many many millions of lines of commercial code out there tied by t
    • by CynicTheHedgehog ( 261139 ) on Tuesday July 08, 2003 @09:38AM (#6390575) Homepage
      What I like about .NET:

      - The way codebehind is implemented, and the ASP.NET page lifecycle
      - Custom controls
      - Properties and indexers
      - Collection and foreach
      - Events and delegates
      - app.config and web.config
      - XCopy deployment
      - Newsgroup support

      What I don't like about .NET:

      - Buggy implementation
      - Crappy file I/O package
      - DLL Versioning (Pain in the ass. Just deprecate!)
      - Crappy API documentation
      - A lot of default behaviors, little of which is intuitive, predictable, or documented
      - The inability to use classes effectively for things they weren't designed to work for, even though they would be perfect for the job. This is largely due to shortsighted design and access constraints (private methods, un-settable properties, etc)

      In other words, I love the CLR design and syntactical shortcuts and hate the class libraries and implementation. The feature set is very wide but not very deep. It's painfully obvious where they've set their focus (ASP.NET, ADO.NET) and where they haven't (file I/O, date/time manipulation, string formatting, etc). You develop like lightening until you reach a point where you want to refine it a bit and make it do something very specific, then you spend weeks trying to figure out what it's doing, why it's doing it that way, and how to work around the default behavior.

      It's a good product for small projects, but if you're doing enterprise applications, you're better off implementing a lot of this stuff yourself. A good example are typed DataSets...they manage rowstate and updates and such, which saves a lot of time in the short term, but a lot of the time you want much finer control and a looser coupling between business objects and the data schema. Unfortunately, you can't touch the rowstate directly, which leads to some pretty interesting (and ugly) solutions.
    • by FatRatBastard ( 7583 ) on Tuesday July 08, 2003 @09:40AM (#6390607) Homepage
      Agreed about technology vs marketing hype, but there's something about .NET that has bothered the hell out of me. They technology (or at least the hype around it) is at odds with the business reality at MS.

      MS claim that .NET will be open and cross platform, but the only way this can happen is if cross platform means "across *our* platforms."

      Currently MS makes the bulk of their money from the OS and Office. If they truely made .NET cross platform (or let something like Mono take hold) then that starts to eat into both their server and desktop base. I mean, why would anyone pay MS $$$ for each desktop / server if you could choose between *BSD / Linux / VMS / Un*x / et al? For instance, if I had cycles to burn on an IBM mainframe it would make sense to host my .NET services on it, assuming it was truely cross platform.

      So basically I fail to see how MS could inplement a businees plant such that .NET would generate more money than the potential loses from the hit they'd take on server / desktop licenses.

      Again, MS makes (prints???) money by selling OSs and Office (everything else is just a rounding error). You can be damn sure they're not going to do anything to threaten that cash cow. The interesting thing will be how MS ties .NET to its own OSs. The big draw about web services is that they're supposed to facilitate easier communication / data sharing between disparate systems.
      • by Chester K ( 145560 ) on Tuesday July 08, 2003 @02:17PM (#6393696) Homepage
        They technology (or at least the hype around it) is at odds with the business reality at MS.

        MS claim that .NET will be open and cross platform, but the only way this can happen is if cross platform means "across *our* platforms."


        .NET is about interoperability, not cross-platform execution. The big reason Microsoft is behind .NET is to get Windows a foothold in shops currently based around Unix.
    • > it's better than the alternatives which preceded it

      From Microsoft! Because there have been better alternatives on Windows for a long time--both in terms of MUCH more flexible and expressive frameworks for C/C++, and in terms of different programming languages. But as far as Microsoft products for developing for Windows are concerned, yes, .NET is their best effort so far.
    • by Joe U ( 443617 ) * on Tuesday July 08, 2003 @10:04AM (#6390840) Homepage Journal
      We're all missing the real point of .net

      The true reason behind the .net push is to create a bunch of easy to use high level languages to compile down to basically the same code, then let that code run on Win32 platforms and Win64 platforms without making changes.

      When the 32 to 64 bit switch starts, the .net apps will be ready to go. The win32 apps will require a translation layer.

      Combine that with the fact that the Windows (NT/XP) kernel already supports multiple architectures, win32, posix and os/2 are the 3 common ones. I'm willing to bet that .net will show up in the kernel in the next version of Windows.
  • by gowen ( 141411 ) <gwowen@gmail.com> on Tuesday July 08, 2003 @08:57AM (#6390127) Homepage Journal
    it's called .nyet
  • by Dark Lord Seth ( 584963 ) on Tuesday July 08, 2003 @08:58AM (#6390129) Journal

    It's called "Microsoft Passport"! I thought it sounded familiar but when I asked, they waved their hands at me and said "This project is new..." so it has to be! Can you imagine the advantages? Logging into hotmail automagically using MS Passport, using Passport as some sort of all-round login system... Heck, you can even use MS Passport as an instant messenging system! Wow!

  • Yesterday's news (Score:3, Interesting)

    by TopShelf ( 92521 ) on Tuesday July 08, 2003 @08:58AM (#6390134) Homepage Journal
    MS already is moving on - note "Windows Server 2003" (no .NET), and the broader term "web services" has taken over...
  • by bgarcia ( 33222 ) on Tuesday July 08, 2003 @08:58AM (#6390135) Homepage Journal
    Is it time for Microsoft to move on?"
    Yes. After 3 years, they should be coming up with some new innovative idea that they will bet the company on <rolls eyes>.
  • by mekkab ( 133181 ) on Tuesday July 08, 2003 @08:59AM (#6390145) Homepage Journal
    GM's Scott issued a strong warning to Microsoft, Sun and the other players in the Web services industry, that enterprises will not tolerate the standards wars of the past. "We have no appetite for it," he said

    Exactly, so he and everybody else is sitting back and waiting for a clear winner with mature functionality to materialize.
    In other words, he's saying "Screw .net, let some other schmuck take the cost of developing it. WE got screwed on ISO networking and Token ring! Twice bitten, 3 times shy!"
    • by zero_offset ( 200586 ) on Tuesday July 08, 2003 @09:50AM (#6390707) Homepage
      And again, the part everyone fails to understand about .NET (mostly due to Microsoft's crappy marketing) is that remoting in .NET is a fully pluggable artchitecture. So whatever standard emerges, you can still use .NET. Just handle your remoting in a reasonably abstract way, then switch the damned thing on the fly.

      Hell, some of the basic tutorials that came with the .NET beta (and probably with the release version, I never got around to looking at them again) showed you how to do this. A local binary component communications channel was transparently switchable to an HTTP-based protocol using policies which were controllable by an administrator... re-programming and re-compiling not required.

      Fight all the standards wars you want, then just plug in the winner and get back to work.

  • What? (Score:5, Funny)

    by Anonymous Coward on Tuesday July 08, 2003 @08:59AM (#6390146)
    virtually none of the promised advantages have come true
    What nonsense. I use .NET every day and it has delivered all of its promised advantages.
  • by chef_raekwon ( 411401 ) on Tuesday July 08, 2003 @08:59AM (#6390147) Homepage
    Is it time for Microsoft to move on?"

    move along...nothing to see here.....

  • by Sheetrock ( 152993 ) on Tuesday July 08, 2003 @09:00AM (#6390161) Homepage Journal
    Very few of today's Internet standards were recognized even within three years as standards. Usenet took seven before it became ubiquitous, IRC took at least four (with DCC still not part of the spec), and even the WWW took six. Remember, it was fundamentally a revision of Gopher technologies, which in turn were an iteration of something else (Archie?)

    Most of .NET was puffery, to be sure (I read a piece on MSDN more or less admitting this), but that's largely because it was a working title given to a number of next-generation technologies that may or may not pan out, many of which haven't been released. You can't really consider C# or Hailstorm to have been around and competing for three years, can you?

    • by pmz ( 462998 ) on Tuesday July 08, 2003 @10:21AM (#6390987) Homepage
      You can't really consider C# or Hailstorm to have been around and competing for three years, can you?

      With Microsoft, yes, we can. Anyway, I was suprised to read that it's been three years already. This means we're due for .NET's replacement next year. Perhaps, this time around, we'll see a microkernel architecture with XXML (extensible XML, yea!) all implemented within a web services-based virtual machine. With that in 2004, I can't wait for 2008!
  • fun with fud. (Score:5, Insightful)

    by x0n ( 120596 ) on Tuesday July 08, 2003 @09:00AM (#6390163) Homepage Journal
    Woe betides us once more: brace yourselves for another flood of misinformed, biased and downright incorrect assertions from both sides of the fence. Please, no "c# is java", ".net is slower than java" or other such empty statements. If you've worked with .NET for 6 months plus (remoting/asp.net/interop/ado.net), great. We welcome your comments. Perl monkeys need not apply.

    Likewise for you "java" programmers out there who in actuality have only ever compiled one applet, and it was a recompilation of a decompiled shareware scroller that you removed the copyright notice from. Well done. On the other hand, if you've solid experience developing beans, rmi and other such projects, we also welcome your comments.

    The rest of you shut up and learn.

    Rant over.

    - Oisin

  • by palad1 ( 571416 ) on Tuesday July 08, 2003 @09:00AM (#6390164)
    Hi,
    I am all for html [w3.org] hyperlinks but I think I can find Eweek's website [eweek.com], as well as microsoft's [microsoft.com] website and its dot net [microsoft.com] section, especially after three years.

    Of course I know, I wouldn't be bothered if I didn't try to read the article [eweek.com]. Who reads the articles on slashdot [slashdot.org] anyways?
  • What about Linux (Score:5, Insightful)

    by fudgefactor7 ( 581449 ) on Tuesday July 08, 2003 @09:01AM (#6390171)
    All the Linux vendors out there pretty much said that they were going to take over about 3 years ago too...is it time for them to move on as well?
  • by AssFace ( 118098 ) <`moc.liamg' `ta' `77znets'> on Tuesday July 08, 2003 @09:02AM (#6390178) Homepage Journal
    say the words "dot net" and you get to add so much to the cost of projects that it immediately makes it worth it to switch over.

    that is the only reason I could see why .NET might ever catch on.
    I'm not saying it is a useless bit of technology, I'm just personally partial to using any number of existing technologies that do the same thing and are cheaper to implement.

    my current employer is retarded when it comes to computers and they paid someone to do a very basic web project in "dot net" because there was a general misunderstanding in the difference between the domain and the programming structures.

    In the end it cost them a ton and now it is costing them more to maintain. I am trying to get them to port it all over to a much lighter system (php on linux or freebsd), but they are currently not interested.

  • 's GOOD (Score:3, Insightful)

    by joynt ( 686645 ) on Tuesday July 08, 2003 @09:02AM (#6390180) Homepage
    I'm not afraid to admit it, I like .net. My job has become a whole lot easier, taking projects that could have taken weeks and turning them into days. ADO .net was my best friend last month and c# was my mistress. My company is re-doing just about everything as a web service and .net is making it that much easier. The fact that Visual Studio makes everything so easy just takes the load off of our extremely tiny R&D group which is relied on for every single technical question/project/advice. Maybe .net isnt all that it could have been, but it is great tool for any developer... unless you dont have windows, then I guess your just screwed.
  • by tanguyr ( 468371 ) <tanguyr+slashdot@gmail.com> on Tuesday July 08, 2003 @09:03AM (#6390191) Homepage
    .Net was (and still is) a marketing ploy to counter the sudden gains in mindspace being made first by Sun with J2EE and later by "web services" in general. Judging from the fact that most PHBs have heard about it it seems to have worked quite well - the fact that they (or, it seems, almost anybody) have no idea what it does it besides the point. As long as MS is still getting column inches ("comparing .Net to Crack Cocaine" or whatever) then it's working for them just fine, thanks. This isn't anything new - MS practically invented the word "vapourware" back in the 90's. I'm not saying .Net does nothing, i'm saying that the engineers got there after the marketing department and the advertising budget.

    /t
  • .Net (Score:5, Funny)

    by Anonymous Coward on Tuesday July 08, 2003 @09:04AM (#6390196)
    At least it's doing slightly better than GNU/Hurd.
  • Question (Score:5, Funny)

    by pubjames ( 468013 ) on Tuesday July 08, 2003 @09:04AM (#6390198)

    Has anybody worked out what it is yet?
  • by shoppa ( 464619 ) on Tuesday July 08, 2003 @09:04AM (#6390200)
    By announcing .NET as vaporware, Microsoft prevented any other vendors from doing anything similar. Not only that, but because ".NET" was going to be The Next Big Thing, they prevented other software houses from making any sales of existing working software while everyone waited for .NET to come along.

    This is hardly a new strategy for Microsoft. And in the .NET case they succeeded on a collosal scale.

    • > By announcing .NET as vaporware, Microsoft prevented any other vendors from doing anything similar. Not only that, but because ".NET" was going to be The Next Big Thing, they prevented other software houses from making any sales of existing working software while everyone waited for .NET to come along.

      > This is hardly a new strategy for Microsoft. And in the .NET case they succeeded on a collosal scale.

      Yep. In particular, .net was launched at the height of the .craze to prevent people from swit

  • by m00nun1t ( 588082 ) on Tuesday July 08, 2003 @09:07AM (#6390230) Homepage
    As a pretty experienced web developer, I've worked at some level (some more than others) with most of the popular platforms: ASP, PHP, Cold Fusion, JSP and ASP.NET (very little perl, which I've always regretted if just for completeness).

    From that perspective, ASP.NET just totally rocks my world. I can debug more easily. Performance is better. It encourages good architectural practices. And my productivity has gone through the roof - I haven't done any formal tests but based on personal experience I'd say I can develop at *least* 30% faster with ASP.NET compared to any other platform, possibly more. The difference is most pronounced in more complex systems where it really shines. For less than, say, a thousand lines of code it probably doesn't save as much time, but I rarely work on that anyway.

    So, maybe .NET has "failed" and maybe not, but for me, ASP.NET has improved my working world radically. Don't knock it till you've tried it.
    • by pubjames ( 468013 ) on Tuesday July 08, 2003 @09:18AM (#6390345)
      From that perspective, ASP.NET just totally rocks my world. I can debug more easily. Performance is better. It encourages good architectural practices. And my productivity has gone through the roof - I haven't done any formal tests but based on personal experience I'd say I can develop at *least* 30% faster with ASP.NET compared to any other platform, possibly more.

      I absolutely agree. Since discovering .NET my life has changed! I can concentrate for longer, I'm more confident with girls and my armpits have a wonderful spring morning freshness. .NET, because you're worth it!
    • by truthsearch ( 249536 ) on Tuesday July 08, 2003 @09:27AM (#6390438) Homepage Journal
      Other than Cold Fusion I've also worked with all of these. The largest learning curve definitely goes to ASP.NET. My overall preference is easily PHP. One factor is many things can be done with far less code in PHP than ASP.NET. The only advantage ASP.NET has over anything else is the tool, VS.NET. It's not the technology that's saving development time. It's the tool helping to write the code and debug that's the real time saver. So from a business point of view it may be the right choice since the tool's good enough to make up for some overly complex platform requirements. But if you get good at manually typing PHP it's far and away superior based on my experiences and from others I've read.
      • by m00nun1t ( 588082 ) on Tuesday July 08, 2003 @10:01AM (#6390811) Homepage
        You are right about the IDE being a big part of the advantage of ASP.NET (and I should have mentioned it), but it certainly can't take all the credit.

        IMHO the biggest thing in ASP.NET that leaves PHP for dust is the separation of code from layout. The other big one (and closely related) is easy componentisation. These two make life so much easier, and speak to much of the architectural niceties I mentioned in my original post. Not only can it be done, but it's easy to do and the flow *encourages* you to do it. I love a tool that makes it easy for me to do things the right way.

        I do agree ASP.NET has a steeper learning curve than PHP (or any of the others listed, with the possible exception of JSP). Based on my experience, it's a price well worth paying.

        For a small project, PHP would usually be my first choice, but anything medium to large, IMHO, ASP.NET is just miles better. Not trying to start a religous war as I do respect PHP, but I thought this was interesting, a comment from a respected member of the PHP community: http://www.edwardbear.org/blog/archives/000189.htm l
      • by scrytch ( 9198 ) <chuck@myrealbox.com> on Tuesday July 08, 2003 @10:30AM (#6391099)
        .NET and php are orthogonal. There's one effort underway to port PHP to .NET, for one. I recommend getting some understanding of the ASP.NET architecture before making statements like this, because it's like saying "php is better than fastcgi" (considering you can run php as a fastcgi).

        The main problem I have with PHP is that it's not OO. Objects are syntactic sugar for grouping functions, but objects are by default copied by value, and worse yet, always compared by value, not by identity (so when $a === $b at one point, it might not later, even with the same objects, because they got the implementation so wrong). PHP5 is supposed to fix that, though things like its error handling still leave much to be desired (try eval'ing code with a syntax error -- your script will die, and you can NOT stop it. sort of defeats the purpose of eval, don't it?)

        But that's all off the topic of .NET, which is a platform, whereas PHP is simply a language.

  • by Anonymous Coward on Tuesday July 08, 2003 @09:14AM (#6390308)
    .NET has little to do with anything .NET. It's a new Windows API designed to turn Windows into a virtual machine like Java so it can be architecture independent. That's what CLR and C# and all the rest of that stuff is about. It's about MS getting off x86-32 and into a larger world of ia64, amd64, and maybe even ppc64. CLR is the new Windows runtime. Once the move is complete, Windows will be able to run on anything and apps will not have to be recompiled at all. This will make Windows more portable than *nix.
    • I have to agree (Score:5, Insightful)

      by uradu ( 10768 ) on Tuesday July 08, 2003 @10:00AM (#6390800)
      I don't know how much platform independence has been a consideration, but they probably just got sick and tired of plain old Win32 and MFC. If nothing else, it gave them a chance to finally bring out a decent framework, just like everybody else already has. Must be so liberating for them to finally be able to code a dialog box dynamically without having to fool with resources and message map macros. Microsoft have finally discovered proper OOP and class frameworks. Welcome to the '90!
    • by blakestah ( 91866 ) <blakestah@gmail.com> on Tuesday July 08, 2003 @10:54AM (#6391411) Homepage
      It's a new Windows API designed to turn Windows into a virtual machine like Java so it can be architecture independent.

      That statement is a laughable sham, and I am sure M$ is glad you brought it up. Windows controls the hardware, and not the other way around. It has been this way for a long time - Windows killed Alpha, for example. .NET is all about providing a web programming interface that fits better with Windows than Java, to force lock-in on the operating system AND the network interface. It is like Java without platform independence, so that Microsoft can make even more money. Predictably, the developer tools are so simple even a Visual Basic monkey can make a web application. Predictably, the bytecode interpreter is buggy and insecure - this is not what will win the battle. Microsoft will make life REALLY easy for developers, they will make development costs low for web companies, and .NET will attempt to throw Java out the window.

      I wonder if Redhat and Sun's attempt to open source java [linuxtoday.com] will have any impact on this emerging battlefield??
  • by wukie ( 684014 ) on Tuesday July 08, 2003 @09:16AM (#6390327)
    If Apple didn't implement Xerox's windows would Microsoft have created a version?

    If Apple hadn't invented multi-media for micro-computers would Microsoft have it's own implementation?

    Microsoft haven't done any (apart from Word for Mac, then later Windows) inventing of their own, and what they have done, has always been a poor copy! .NET is a perfect example.
  • by chia_monkey ( 593501 ) on Tuesday July 08, 2003 @09:17AM (#6390337) Journal
    Think about it...for three years they've been talking about this amazing .NET thing. And every year the masses go "what the hell is this?" and each year it gets a feature here dropped and a feature there dropped. And yet, after three years, people still talk about it. People still want to develop for it. People are still holding out from developing with any of the other options because of .NET.

    So...it may not DO anything just yet, but in terms of stalling development on other platforms and continuing to put MS in the news, I'd say it's a success.
    • First, let me note that I actually do develop in .NET and feel there's a lot of good things there.

      However, I think you're onto something here. By pushing .NET, Microsoft really did get everyone to pay attention. Even if people wanted to move on, if they weren't sure what to move on to, they at least stagnated and didn't move on, maintaining some status quo.

      I think they got the best of both worlds - a decent product they paired with FUD. That's a pretty tough combination.
  • by Badgerman ( 19207 ) on Tuesday July 08, 2003 @09:27AM (#6390435)
    The results are really odd. .NET adaption went slower than I expected. It was crammed down our throats . . . and no one really seemed to care.

    Then, recently (last year) I've seen a real explosion in .NET. Literally I think 75% of Microsofts pushing the tool was useless or even backfired. Time seemed to be needed.

    As a developer who has worked in a variety of languages, OVERALL, .NET has some good ideas mixed in with some unexpectedly lame ones. In general I'm able to develop faster and more efficiently (In some cases I've developed ASP.NET applications over twice as fast as ASP, yet with far less ASP.NET experience), but there are moments of strange and odd roadblocks.

    Do I think .NET will rule the world? Not really. It's just one of many options. Web development and related technologies seem to be in a phase that's a mix of overcautious and overenthusiastic, and I don't think anyone is sure where things are going right now.

    Will Microsoft give up on .NET? I don't expect they will - too much of an investment, too much behind it. It'll get altered and poked and prodded and integrated, but it'll be around in some form for awhile.

  • by Ilan Volow ( 539597 ) on Tuesday July 08, 2003 @09:30AM (#6390456) Homepage
    .NET proves without a doubt that it is possible for an entire industry to fake an orgasm.
  • .net web services (Score:5, Informative)

    by blowdart ( 31458 ) on Tuesday July 08, 2003 @09:33AM (#6390505) Homepage

    Microsoft did a bad job marketing .net. First it was web services, then came SQL.net and Windows.net. Even now article like the quoted eweek one talk about .net as it it's simply web services. Add to this the weenies that talk about passport as if it's the be all and end all of .net.

    So what have they delivered for the developer? (what follows is my opinion, as someone who has used it and is still using it)

    Well there's Visual Studio, an excellent IDE for those that use IDEs.

    There's C#, VB.Net and an architecture that has allow Python.net, Perl.net, Fortran.net, Cobol.net and others. The multitude of languages comes into its own when you realise that objects written in one language are easily used in every other language, so you can have 1 developer using Perl, another using C#. Try that in Java. Try any cross language development in Java.

    There's the .net framework, an nice OO library which is, of course, available to any .net language.

    There's ASP.net which makes development of event driven sites a hell of a lot easier than embedded your own hidden frames and attaching page loads of those frames as javascript events trigger.

    There's WinForms, yet another forms interface, but as it's usuable in any language there is no more bodged MFC.

    Of course you do have web services, easy SOAP libraries, really nice XML support, remoting and other funky stuff.

    Should MS give up? Hell no, they've produced a wonderful environment for developing for windows. Developing more than web services.

    I don't think you can comment on .net unless you've used it. Journalists need not apply, nor should MS marketing people :)


  • There are some compelling advantages to .NET -- REAL compelling advantages. The thing is that it's takes a boatload of time for a new development platform to get to the mainstream: You're looking at two or three years to get the developers comfortable enough to start working with it, then another two or three years to get their apps ported over and another year or two to roll those out to customers.

    I figure we should start seeing real concrete examples of the advantages of .NET in, like 2005-06.

    Don't believe me?

    USB.

    Or even better, how about Win32? We *still* have at least two industry-specific Win16 apps that are under a current maintenance contract. Hell, most of the non-MSOffice Win16 crap was just replaced around four years ago with the Y2K upgrades, so we're still in the process of depreciating it!

    All of MS's apps will be .NET in November, but contrary to what the open source community believes, MS Office will only get you so far -- it is by far not the most important piece of software we run. The developers are the key, and MS understands this. You need to get **THEM** interested in developing on a new platform (.NET, MONO, Java, LAMP, ELF or whatever) about five years before you want anything to happen.

  • by quark2universe ( 38132 ) on Tuesday July 08, 2003 @09:44AM (#6390641) Homepage
    The MMM (Microsoft Marketing Machine) does not waste time, money, and resources on something they don't need to market any more. For example, MS Office, they have done any real marketing for it in years because THEY DON'T HAVE TO. It is now monopolized to the point that it markets itself.

    The same applies to .NET. They no longer need to market it because it is now the default development platform for a WINDOWS environment. They accomplished their goal of getting everyone to believe that it is Microsofts internal development platform for all their products (whether it is or not is now irrelevant). That's enough for 90% of the bozo^H^H^H^Hmanagers out there to say "We should use .NET. MS uses it internally. No one ever got fired for choosing Microsoft." What a pity.
  • by boatboy ( 549643 ) on Tuesday July 08, 2003 @09:52AM (#6390737) Homepage
    When .NET first came out, our development team took the plunge, and it has greatly improved development time and the quality of our code. Where scripts and hacks dominated our development before, it's now run off compiled, modular code. .NET from a programming standpoint is a great tool.

    The only problem I see is MS's marketing strategy of attaching ".NET" to everything. This just confused the term. There really was no reason to call "Windows 2003 Server" "Windows .NET Server", and they finally realized that. My guess is that their marketing geeks saw the success of the "development phase" and went overboard.

    Whatever the case, .NET development is good, is here, and will stick around. Slashdotters should welcome it too- There's alot of open source momentum building behind .NET related tech. Take a look at the surge of C# projects in SourceForge, and the push to implement it in linux (Mono and Portable.NET).

    From what I've read here, most of the objections fall into two categories:
    • I don't know what .NET is.
    • I don't like Microsoft as a company
    On the first, if you limit the scope to .NET Framework and associated languages, it's pretty easy to grasp what it is, and see why it's good.
    On the second, if this is your sole reason, you're being illogical. That would be like brushing off a good idea from a fellow developer because you didn't like his office.
  • by wandazulu ( 265281 ) on Tuesday July 08, 2003 @09:57AM (#6390771)
    I'm a Windows developer who in the year 2003 is using a product that came out in 1998. The venerable Visual Studio 6. The first version of VS.net gave absolutely nothing to straight C/C++ developers who were not interested in C# or windows forms or what-have-you, but instead wanted to write good solid code using an ISO-standards compliant compiler for backend work. VS.net gave us nothing new.

    VS.net 2003, that's a different story. It does all the things I want to do in a C++ compiler, but apart from the cost, what do you suppose is keeping the bosses from approving it? That's right: .NET. I have told everyone that it actually has a decent C++ compiler, but everybody thinks that it can only be used for .NET work.

    So here I am, about to go back to a compiler that has no partial template specialization, a version of STL that I have to patch *by* *hand*, and if I want to look something up? Well, I've got my msdn help files from October 2001 to explain it to me, because that was the last version that integrated with VS6.

    By pushing .NET they've done a good job of alienating the core base of people who write the back end code where too-fast-is-not-fast-enough. Maybe it'll come to the point where if you want to write services or databases or anything where speed and size are most important, you'll use a totally different compiler, say, Borland or Metrowerks. But if you're going to do that, why not also look at other platforms, say, Linux?

    Just my $0.02
  • Three years?! (Score:3, Interesting)

    by uradu ( 10768 ) on Tuesday July 08, 2003 @10:05AM (#6390848)
    Since when has .NET been available for three years? Wan't v1.0 only released officially beginning of last year? Or is this one of those articles meant to justify employers requiring 3+ years of .NET experience (and no older than 12)?
  • by shodson ( 179450 ) on Tuesday July 08, 2003 @11:57AM (#6392250) Homepage
    If you've been building Windows apps for a while you have welcomed .NET because it makes building Windows apps much simpler than the complexities of VC++ and rescues us from having to deal with the hoakiness of VB. As a long-time Java developer as well I am glad to have a full set of OOP features in a VM-like environment like there is in Java available to me. If Java supported the Windows desktop more elegantly and efficiently then .NET wouldn't matter as much, but Swing is dismally slow and cumbersome for Windows apps, though JDK 1.4.2 is supposed to be better. But look at the rift IBM's SWT has caused in the Java/desktop community.

    And I don't agree .NET is just about desktop apps. It makes building distributed apps easier as well, if you want to use web services. I do believe, however, J2EE is still a stronger alternative for large-scale distributed apps. But let's face it, nobody cared much about web services until .NET. Not that a lot of people care too much now, but it's seen as the future of distributed computing, from an internet-scale basis, by just about everybody. What else is there, CORBA? RMI? EJBs? Puhleeze. Firewall unfriendliness is the biggest challenges for these protocols. And the Java camp has been working feverishly to add web services support to their platform and developers have been demanding it. See J2EE 1.4, Apache Axis, Sun's WSDP, BEA's "as-easy-as-VB" WebLogic Workshop IDE for building web services, etc.

    The best thing .NET has done perhaps is light a fire under the pants of those in the Java camps. Since .NET's release Sun and the major Java vendors have been scrambling to "answer" some of the advantages of .NET and the cool features of C#. The JCP is trying to respond more quickly. The upcoming JDK 1.5 will have most language changes since 1.1 (generics, foreach iterations, attributes) in an attempt to meet or beat some of C#'s strengths over Java, etc. And the prospect of open-sourcing Java is becoming more of a reality as Sun's stranglehold on the standard has slowed the pace of Java's improvement and started to cause some splintering among some previously strong supporters of Java (aka, IBM, creating SWT, not showing up at this year's JavaOne, etc.)

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...