
To view parent comment, click here.
To read all comments associated with this story, please click here.
"Worrying about five different versions of .Net to target, with more on the way presumably, is not solving anyone's problems."
FUD. Target whatever version you want. Just get the client to install the version you use. You know, you can have all the .net versions installed without any problems.
FUD. Target whatever version you want. Just get the client to install the version you use. You know, you can have all the .net versions installed without any problems.
If only it were that easy. Not only do you need to test with that version, or test with all versions, .Net and your application do not stand by themselves. There is a veritable panoply of dependencies to take care of in addition to .Net, in addition to worrying about what framework is installed, installing a new framework if the one you want isn't there or simply assuming things are compatible. WinForms or Avalon? God knows. Why should one even need to pick? Hell, installation on Linux is beginning to look attractive!
This isn't FUD. This is happening today, and has been for some time. As Joel Spolsky once said about this, it's not 1990 any more.
Simply not true. Their JavaScript support has always diverged wildly, and the CSS support in IE7 solves none of the incompatibilities. CSS3 is simply not going to happen, and there are still parts of CSS2 that haven't been fixed.
You could say that about their javascript (or jscript as they call it). However, just because document.all exists, doesn't mean document.getElementById doesnt exist. I have had more problems with javascript and safari then javascript and ie.
As for CSS3, nobody supports it because its not that great a spec. CSS2 suppport is better, while not all of the rendering bugs were fixed in IE7, some of them were.
You get that with any VM language. (java is FAR worse)
Member since:
2005-07-06
Microsofts support of javascript is worse then mozilla, but better then anything else. And as of IE7, their CSS support is pretty much where everyone else is
Simply not true. Their JavaScript support has always diverged wildly, and the CSS support in IE7 solves none of the incompatibilities. CSS3 is simply not going to happen, and there are still parts of CSS2 that haven't been fixed.
Anyone with half a brain can keep up with it, the last release was 3 years ago.
Worrying about five different versions of .Net to target, with more on the way presumably, is not solving anyone's problems.