Home »

What’s new in the .NET 2.0 class library?

Question ListCategory: ASP.NETWhat’s new in the .NET 2.0 class library?
ethanbrown author asked 8 years ago
1 Answers
adamemliy16 author answered 8 years ago

Here is a selection of new features in the .NET 2.0 class library (beta 1):· 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
ProtectedMemory classes in the System.Security.Cryptography
namespace.
· The IPC remoting channel in the
System.Runtime.Remoting.Channels.Ipc namespace, for optimised
intra-machine communication.

Please login or Register to Submit Answer