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:

image 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).

If you found this content helpful, then please help by linking to me. You can also help me by sharing the content using any of these nifty buttons above. Thank you.



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.

4 Responses to “Further clarification on various versions of .Net”

  1. 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.

    Reply
  2. 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…

    Reply
  3. Excellent post. *stumbles*

    Reply




Leave a Reply