I've been setting up a new machine to do a code review of 1.3 million lines of code. I had installed every version of Visual Studio available to woman and hit a point where I had to know what version of .NET that I had.
I have the memory of a goldfish (ooh, a castle) so I Bing'd the command I needed to run in my Visual Studio command console and found that people wanted me to run regedit and check a key somewhere in some place over some rainbow.
No! Stop now!
Just run the Visual Studio command prompt and type: clrver
That gives you all versions of the CLR running on your machine.
If you have to go to regedit, assume something is wrong. It is an anti-pattern.
Friday, 18 May 2012
Subscribe to:
Post Comments (Atom)
Acknowledge Me
Apple started a user experience trend many iOSes ago when it accepted Settings changes and did not ask for confirmation. Once the chang...

-
Recently I was asked to disable the submit event being triggered when the enter key is hit in a textbox input. This is for an ASP.NET MVC ap...
-
Before we go any further... oh wait, let's start first. So before we start, let's get one thing clear: Windows 8 and Metro...
-
Five years ago, everybody seemed to want to have the word "architect" in their title. Firstly, they all needed a title and having ...
No comments:
Post a Comment