This blog is about my history as a software engineer utilizing technologies C#, Java, React, JavaScript, .NET Core, SQL Server , Oracle, GIT, GitHub, Jira, Azure, AWS and HTML5. “I have not failed. I've just found 10,000 ways that won't work.” Thomas A. Edison. Please click on all my ADVERTISING links to help support this blog. Thank you.
Wednesday, May 28, 2014
Determine .NET Version - Shared by Walt Daniels
Run this from a Command prompt (not a powershell prompt) …
it takes a minute, be patient.
wmic /namespace:\\root\cimv2 path win32_product
where "name like 'microsoft%.NET%'" get name, version
No comments:
Post a Comment