What Are the Differences between 3.5 Framework and Earlier Frameworks?

R

ross m. greenberg

In particular, what are the differences between 3.5 and 2.0?

Thanks.

Ross
 
C

Cowboy \(Gregory A. Beamer\)

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
 
R

ross m. greenberg

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top