
.NET Rocks! is an Internet Audio Talk Show for Microsoft .NET Developers.
Juval Löwy (Again)
July 20, 2003
00:58:00
56.0 MB
Downloads: 0
This week, Carl and Mark talk to Juval Lowy about, among other things, the new version of C# (2.0). Of the new features, Juval's favorite is Generics. Generics allow you to define data structures without committing to actual data types. This results with significant performance boost, higher quality code and faster development, because you get to reuse data processing algorithms without duplicating type-specific code