What's New in the .NET Framework Class Library
Each version of the .NET Framework introduces types and type members that implement new technologies, provide new features, replace existing functionality, or offer convenience methods that reduce the amount of code needed to perform a simple task. The following topics list the new namespaces, types, and type members introduced in the .NET Framework 4.5.
|
Title |
Description |
|---|---|
|
Namespaces support the hierarchical organization of classes and prevent type name collisions. If a namespace is new to the .NET Framework 4.5, all of its types and their members are also new. |
|
|
A type encapsulates the functionality and data of a real-world object or process. If a type is new to the .NET Framework 4.5, all of its members are also new. |
|
|
A type member is one of the following:
|