in

mscommunity.net

Interactive mscommunity.net online activities
All Tags » generics (RSS)

Browse by Tags

  • Generics memory usage and how Mono beats Java

    Miguel de Icaza has a interesting blog post about difference in memory consumption between generic collections and general-purpose collections. You can also find a short info about memory consumption in Java and see how C# beats Java :). More info about this topic and some memory considerations you can...
    Posted to Weblog :: Boris Ševo (Weblog) by boris.sevo on 11-26-2007
  • Functional programming in C# - folding

    From Wikipedia: In functional programming , fold or reduce or accumulate is a family of higher-order functions that process a data structure in some order and build up a return value. This is as opposed to the family of unfold functions which take a starting value and apply a function to it repeatedly...
    Posted to Weblog :: Boris Ševo (Weblog) by boris.sevo on 11-25-2007
  • Functional programming in C# - filter function

    Wikipedia defines functional programming as: programming paradigm that treats computation as the evaluation of the mathematical functions and avoids state and mutable data . This is in contrast with the imperative programming (including object oriented programming) style which emphasizes changes in state...
    Posted to Weblog :: Boris Ševo (Weblog) by boris.sevo on 10-07-2007
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems