|
Answer» Here is a SELECTION of new FEATURES in the .NET 2.0 class LIBRARY:
•Generic collections in the System.Collections.Generic namespace.
•The System.Nullable type. (Note that C# has special SYNTAX for this type, e.g. int? is equivalent to Nullable)
•The GZipStream and DeflateStream classes in the System.IO.Compression namespace.
•The Semaphore class in the System.Threading namespace.
•Wrappers for DPAPI in the form of the ProtectedData and Protected Memory classes in the System. Security. Cryptography namespace.
•The IPC REMOTING channel in the System. Runtime. Remoting. Channels.Ipc namespace, for optimised intra-machine communication. Here is a selection of new features in the .NET 2.0 class library:
•Generic collections in the System.Collections.Generic namespace.
•The System.Nullable type. (Note that C# has special syntax for this type, e.g. int? is equivalent to Nullable)
•The GZipStream and DeflateStream classes in the System.IO.Compression namespace.
•The Semaphore class in the System.Threading namespace.
•Wrappers for DPAPI in the form of the ProtectedData and Protected Memory classes in the System. Security. Cryptography namespace.
•The IPC remoting channel in the System. Runtime. Remoting. Channels.Ipc namespace, for optimised intra-machine communication.
|