Juval Löwy (Again)
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
Guests:

Juval Löwy
Juval Lowy is a software architect and the principal of IDesign (www.idesign.net), specializing in .NET architecture consulting and advanced training. Juval is Microsoft's Regional Director for the Silicon Valley, working with Microsoft on helping the industry adopt .NET 4.0. His latest book is Programming WCF Services 3rd Edition (O'Reilly 2010). Juval participates in the Microsoft internal design reviews for future versions of .NET and related technologies. Juval has published numerous articles, regarding almost every aspect of .NET development, and is a frequent presenter at development conferences. Microsoft recognized Juval as a Software Legend as one of the world's top .NET experts and industry leaders.
Links:
- Juval's Company, IDesgin http://www.IDesign.net
- C# PPT by Anders Hejlsberg http://www.gotdotnet.com/team/csharp/conferences/OOPSLA%202002%20CSharp.ppt
- Microsoft documentation on Generics http://research.microsoft.com/projects/clrgen/generics.pdf