New In .NET 4.0

Of All the PDC announcements a couple small announcements from the BCL team have excited me.

.NET 4.0 will have BigInteger, support for Memory Mapped Files and best of all File System enumerations.

With file system enumerations we will no longer have to iterate an unknown sized array.  we can now iterate over an IEnumerable.  This will mean less memory consumption and faster data access since we no longer need to load all the directory info into a single array.

Comments [0]
All comments require the approval of the site owner before being displayed.
Name
E-mail
(will show your gravatar icon)
Home page

Comment (Some html is allowed: a@href@title, b, blockquote@cite, em, i, strike, strong, sub, super, u) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.  

Enter the code shown (prevents robots):

Live Comment Preview