Say you want to check if a user that is about to download your .NET app and you want to warn them that they don't have the .NET framework. If the user is using IE6 or better:
Request.Browser.ClrVersion
on an asp.net page will return the CLR version they have isntalled.
