Detecting Installed .NET Framework Versions
- by João Angelo
A new year is upon us and it’s also time for me to end my blogging vacations and get back to the blogosphere. However, let’s start simple… and short.
More specifically with a quick way to detect the installed .NET Framework versions on a machine. You just need to fire up Internet Explorer, write the following in the address bar and press enter:
javascript:alert(navigator.userAgent)
If for any reason you need to copy/paste the resulting information then use the next command instead:
javascript:document.write(navigator.userAgent)