|
|
Browse by Tags
All Tags » C# » delegates » programming
-
In the previous article I discussed a few of the benefits of stack allocation as well as a couple of C# keywords which help you to leverage those benefits. However, the one megabyte default stack size is too small for stack allocation to be used with a large dataset. Alternatively, in some threading situations one megabyte per thread/fiber can ...
-
Howard Dierking over at MSDN has a really interesting Blog post entitled ''Lambda, Lambda, Lambda!'' in which he described the evolution of the lambda function in C#.
It seems fairly simple on the surface: 1.0 Introduced Delegates, 2.0 Introduced Anonymous Methods, and 3.0 Introduced Lambda Expressions.
I had been wondering what made Lambda ...
|
|
|