I have CNN on in the background every now and then just to listen to the English. Seldom have someone used so many VERY british/english expressions in so little time as CNN...kind of fun though...
MS did it better. One of their finer achievements.
I agree. A lot of people will whine about them copying things, but in the end, it's the implementation that matters, and they've gotten a lot of things right, .NET being one of them.
PS: I hate Java too. Probably more than you hate Java.
Well, my experience of Java development extends for about 1 evening of sifting through code, IDE-less, spending most of the time looking for classes referenced from classes that were referenced from classes referenced from the original file that I was looking in because it was referenced from another file, and swearing profusely at the general insanity of the situation. So my opinion may not count for very much.
Having done a bit of Java I did not find it that forth coming. Compile and execution times were very slow and the language lacks some of the flexibility you would expect from a high level language, such as the ability to execute functions whose names are stored in variables, control over pass by value and by reference, no funciton literals or pointers and an annoying exception/error handling model.
I hear good things about .NET and I am awaiting devliery of some .NET related software from a secret contact . Failing that I may when I have time downlaod and install mono. :rofl:
Having done a bit of Java I did not find it that forth coming. Compile and execution times were very slow and the language lacks some of the flexibility you would expect from a high level language, such as the ability to execute functions whose names are stored in variables...
Being a Java developer for two years and now a .Net developer I think I can say I have a good basis in both. MS can either create total rubbish (IE) or get it spot on, and .Net is definitely one of their finer works
Question though, what is the best IDE that Java programmers have? Does it compare to Visual Studio? I've only ever worked with it in notepad because they were smaller jobs. And I ask this because a lot of the "experience" a developer has with a language also depends upon the IDE, which tends to sway opinions.