The User-Agent string in IE10
Posted: (EET/GMT+2)
Internet Explorer 10's (IE10) User-Agent string is changing, and at least in the current platform preview, the string is:
Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)
On thing of special note is that from now on, the actual version number is four characters, i.e. two numbers, period and a single number unlike previously, where the format was "N.N". If you are parsing the string manually, it is good to make sure your code works.
For more details, see the MSDN blog entry about this.