Advantages Of .NET Over Java
ansonyumo writes "ZDNet is carrying an article written by one John Carroll that outlines specific advantages of .NET over Java. It's written from the point of view of a Java advocate who has 'seen the light.' First of all, comparing .NET and Java isn't very fair; you have to compare .NET and J2EE. When you level the playing field, most of his arguments readily fall apart."
Not surprisingly, ZDJava has an article that praises Java over .NET
Best Windows Freeware
Not long after the Cobol disaster (too many syntactic niceties), the programming language community swung the other way and since the 1970s has opposed most niceties in a language as "syntactic sugar". Sure enough, the C code:
x = y + z;
is nothing but the syntactic sugared version of
LDA Y
ADD Z
MV X
SO?? Isn't the C version far superior nonetheless?
Fabulous.
.Net."
.ini files and on each occasion the Microsoft developer wankfest assured us that "THIS IS IT!!!".
"In contrast, XML permeates every corner of
Last year all configuration was being held in Active Directory. The year before that all configuration was being held in the registry (I can't remember the name of the IIS specific registry thing to rant about it). The year before that we were all supposed to be using
What is wrong with the world? It's almost like there's a constant torrent of naive Microsoft fanboys dropping into the workforce under the impression they're software engineers.
Dave
I write a blog now, you should be afraid.