Hello Ashutosh,
I think the MSDN article you referred to might be:
How to: Use an Application Configuration File to Target a .NET Framework
Version
http://msdn.microsoft.com/en-us/library/9w519wzk.aspx
The article discusses the .NET runtime version: <supportedRuntime>. Because
..NET Framework 3.0 and 3.5 uses the same runtime as .NET 2.0, an
application created with the .NET Framework version 2.0 can still work on
the computers with .NET Framework 3.0 or 3.5.
For more information about the relationship between .NET Framework versions
2.0, 3.0, and 3.5, you may want to read the MSDN article:
http://msdn.microsoft.com/en-us/library/bb822049.aspx
<quote>
The relationship of the .NET Framework versions 2.0, 3.0, and 3.5 differs
from the relationship of versions 1.0, 1.1, and 2.0. The .NET Framework
versions 1.0, 1.1, and 2.0 are completely separate from each other, and one
version can be present on a computer regardless of whether the other
versions are present. When versions 1.0, 1.1, and 2.0 are on the same
computer, each version has its own common language runtime, class
libraries, compiler, and so forth. Application developers can choose which
version to target.
</quote>
An article that describes the new features of .NET 3.5 in detail is at:
What's New in the .NET Framework Version 3.5
http://msdn.microsoft.com/en-us/library/bb332048.aspx
Apart from WPF/WCF, .NET 3.0/3.5 also introduces a large number of classes
(like the System.Addin namespace), the new data access model LINQ, and so
on.
If you have any other questions or want more resources of .NET 3.0/3.5,
please DON'T hesitate to tell me.
Regards,
Jialiang Ge (
[email protected], remove 'online.')
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.