Further clarification on various versions of .Net
Scott Hanselman has an excellent post clearing the confusion surrounding .Net Framework versions. Although, I did take a shot at explaining my understanding of them, but I guess I wasn’t entirely correct. Here’s a summary of Scott’s explanation:
So, the CLR in 3.5 is still the same one as 3.0 and 2.0. The difference is new compilers for C# and VB; as well as some additional assemblies.
You have to read Scott’s post on this topic which is far more authoritative and complete. You definitely want to read it if you are working on an Asp.Net project on Framework 3.5 (like I am).
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

April 9th, 2008 at 2:25 pm
before this i don’t know all these things
so whats the main difference here clr is same
and think clr is most important thing in the .net architecture.
some where i also found that .net 3.5 is .net 2.0+sp1+some+other things
mainly .net 3.5 has inbuilt support for ajax as my understanding says what u think about all these things.
April 9th, 2008 at 3:48 pm
well, yes aside from the new language compilers for LINQ support, .Net 3.5 is basically some additions such as Ajax (among others) to the 3.0 framework…
April 9th, 2008 at 7:44 pm
A picture can say 1000 words:
http://en.wikipedia.org/wiki/Image:DotNet.svg
April 25th, 2008 at 5:45 am
Excellent post. *stumbles*