Showing posts with label framework. Show all posts
Showing posts with label framework. Show all posts

Wednesday, August 5, 2020

Tips & Tricks: Quickly know .NET Framework Version

Ever need to know which version of .NET Framework you’re using, here’s how:

  • Open an elevated command-prompt
  • Execute this command-line:
    reg query “HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP” /s
  • Now you just need to look for the returned value “Version