Slashdot Mirror


San Mehat On Web Services & .Net

A reader writes: "There's an interview with San Mehat in regards to .Net & Webservices. He has some interesting comments about what will work and what won't work, and where things are going." San is well known for his Netwinder work, as well as being a good DJ. And, in the interest of full disclosure, San does work for VA Software, the parent company of OSDN, as is DevChannel.

15 of 220 comments (clear)

  1. Re:My problem with .NET by Anonymous Coward · · Score: 0, Insightful

    If the hammer's handle was curved and the head was loose, then yes, it's the hammer's fault.

  2. Re:Make .NET Open Source by jinglecat · · Score: 2, Insightful

    Are you new?

    The term "microsoft" and "open source" are junxtapositions of each other in the same sentence. /eyeroll

  3. Sorry state of affairs by Anonymous Coward · · Score: 1, Insightful

    For years all the webservices buzzwords were going to save the world. If San's article is correct, we still have a long ways to go. Developers still worrying over serialization and passing complex objects as arrays of arrays of name-value pairs. Yuck

  4. Re:Make .NET Open Source by njcoder · · Score: 2, Insightful
    I think it would benefit Microsoft if they made the framework for .NET open source. The dedication and expertise of the Open Source developer community would greatly enhance the reputation of .NET, leading to wider global deployment.
    You have absolutely no concept of what the rest of the world (non open source groupies) think do you?
  5. Re:Used it already by sheldon · · Score: 2, Insightful

    What do you mean by not that special?

    It isn't supposed to be special, it's just supposed to be easier than writing custom HTTP parsers.

    As for not being worth it, I guess I'm curious what you suggest as an alternative?

  6. Re:My problem with .NET by DogIsMyCoprocessor · · Score: 3, Insightful
    And I can't believe you mention hating a crappy IDE, and loving Java in the same breath. Java has had the worst collection of IDEs EVER.

    -1, uninformed flamebait

    Name a Microsoft product that has the refactoring features of the Eclipse IDE, or IntelliJ.

    Notepad and command line was the only way to be productive.

    -1, uninformed flamebait

    Even in the early days of Java development, only a mor^H^Hasochist would use Notepad to write Java code when several free syntax-highlighting auto-indenting text editors were available.

    --

    "And this is my boy, Sherman. Speak, Sherman." "Hello." "Good boy."

  7. I've worked with VS.NET for about half a year now by toby360 · · Score: 1, Insightful

    I must say that this is one stellar development platform. Once you're over the initial learning curve from whatever it was you were using before, you can create web applications at an increible pace. It's rock solid as well, I keep it patched and its never ever crashed on me. The amount of documentation, examples, code libraries etc available at your fingertips are mind numbing. With this being a Microsoft product as well goes to show that perhaps the money hungry M$ isn't half bad after all. In fact, after my experience with .NET, I'd have to say that I'm become a huge fan of Microsoft's Visual Studio.NET product.

  8. Re:My problem with .NET by Frostalicious · · Score: 4, Insightful

    No offense why are you working with vb.net?

    Don't underestimate the power of the dark side. Put another way, when the suits say the whole team will use VB.Net, and when you are not independently wealthy, that's what you use.

    Anyways, after using various incarnations of VB for about 7 years, I don't really mind it anymore. I started as a C++ programmer and thought VB was crap. These days, don't care. Quality of source code depends much more on the quality of the programmer than on the quality of the language. It's the man, not the machine I guess.

  9. Re:Make .NET Open Source by HiThere · · Score: 2, Insightful

    Yes. However...

    The current SCO brouhaha is adding new urgency to the question: "Is .NET subject to any patents, whether owned by MS or owned by someone else?" This has bothered me before, but I've never noticed it being addressed. And certainly not authoritatively.

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  10. Re:SOAP doesn't do much, but watch it scale by David+Leppik · · Score: 3, Insightful

    Why not use SQL's DATE, TIME, DATETIME, and TIMESTAMP formats? There's already a spec (SQL '92) and any language that regularly talks to a database can already marshal them. Besides, quite a few (most?) web services are middleware on top of a database, so you might as well be consistent.

  11. Re:Make .NET Open Source by Anonymous Coward · · Score: 1, Insightful

    Ignoring all the other replies to your post ...

    I don't think it's in MS' best interests to give access to the source for the framework. They've invested millions in their marketing machinery telling everyone that their API and model is the way to go! They'd be admitting defeat, plus they would lose control of the path that .NET will take in the future. What if someone in India/Malaysia/Brazil figured out something that would enhance .NET somehow, don't you think that MS would want to cash in?

  12. Re:Used it already by RiverTonic · · Score: 2, Insightful
    You're right.

    Web services is just supposed to be easier, and nothing more. There is no extra functionality or whatsoever. But my point is that Microsoft and others are just blowing it up.

    Last time I saw such a guy from Microsoft that gave a presentation about the new technology and it was like web-services were going to change our way of booking flight tickets combined hotel rooms and a rent-a-car, ... And it's just a technology that simplifies the interconnection between companies services. Programmers will still need to make the connection between different companies.

    --
    This is RiverTonic's sig.
  13. Re:My problem with .NET by arkanes · · Score: 2, Insightful

    .NET is not intrisically any more locked in than Java is, although that may change. In any case, it's not relevent in any way to a discussion of IDEs and tools, since third parties are more than happy to make them whether or not they can create thier own VM/runtime/what have you. And if you thought for more than half a second instead of feeling threatened by .NET (if it sucks so bad, why do you care about it?), you'd realize that.

  14. Re:Make .NET Open Source by Anonymous Coward · · Score: 1, Insightful

    I think he misspelled juxtaposition. It doesn't make much sense in the context, anyway, he seemed to be thinking more along the lines of an oxymoron ;)

  15. Re:.NET is easy to use but uses too much memory by mingot · · Score: 2, Insightful

    Yep, the framework uses about 20mb of memory. But it's one time hit and not per application. Not going to be much of an issue soon since explorer.exe is being re-written using the framework. (That means that 20mb is going to be used whether you run any other framework apps or not).

    And really, I'm not sure that a 20mb baseline would stop the adoption of a peice of software. *shrug*