Rik Bardrof - Generics and Functional programming in C# - Part 3
Uploaded on Mar 19, 2010 / 31 views / 34 impressions / 0 comments
Description
Generics in .Net allow developers to define type-safe classes and
data structures that will work with a broad range of types.
Building generic objects results in significant performance boost
and higher quality code through the reuse of processing...
Generics in .Net allow developers to define type-safe classes and
data structures that will work with a broad range of types.
Building generic objects results in significant performance boost
and higher quality code through the reuse of processing algorithms
without needing type-specific code. Functional programming in .Net
also provides the potential for code reuse, reduced bugs, and
increase robustness. In this session we will combine the two
technologies to demonstrate how we as developers can expand our
solution engineering tool set.