What Are the Differences between 3.5 Framework and Earlier Frameworks?

  • Thread starter Thread starter ross m. greenberg
  • Start date Start date
Assuming 2.0 as a starting point, 3.0 added the first WPF, WCF and WF bits.
3.5 further extended the offering and added AJAX bits as a native part of
the framework, as well as some Silverlight bits (the 1.0 version). 3.5 also
integrates AJAX and WCF and adds more interoperability to services.

Here is one page (3.5):
http://msdn2.microsoft.com/en-us/library/bb332048.aspx

Here is an intro to 3.0
http://msdn2.microsoft.com/en-us/library/aa479861.aspx

3.5 has everything that 3.0 has, plus the features described in the first
article.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
In particular, what are the differences between 3.5 and 2.0?

Thanks.

Ross
 
Cowboy (Gregory A. Beamer) said:
Assuming 2.0 as a starting point, 3.0 added the first WPF, WCF and WF bits.
3.5 further extended the offering and added AJAX bits as a native part of
the framework, as well as some Silverlight bits (the 1.0 version). 3.5 also
integrates AJAX and WCF and adds more interoperability to services.

Here is one page (3.5):
http://msdn2.microsoft.com/en-us/library/bb332048.aspx

Thank you, Gregory!

That one pager answers 90% of my questions!
 
Back
Top