The 'user' ? You mean the person viewing your website?
if(strstr($_SERVER['HTTP_USER_AGENT'], '.NET') === FALSE) echo 'User does not have .NET installed.'; else echo 'User has .NET installed.';
That's how I would do it. Otherwise, you can't get much information about the user's computer.