Vagif Abilov's blog on .NET

Browse by Tags

All Tags » lambda (RSS)
Expression tree serialization
Serializing lambda expressions using MetaLinq , by Onur Gumus. Remoting lambda expressions , by Casey Marshall. Expression tree serialization project.
Functional programming for C# developers
Latest Jeremy Miller’s article in MSDN Magazine will be very helpful for C# developers who haven’t started yet exploring functional programming. What is good about this article is that it gives practical advices on how to inject some fairly small pieces...
TypeMock Isolator and matching faked method’s arguments – part 3
Part 1 Part 2 I promised to address matching reference and output arguments using lambda-based syntax that I proposed for TypeMock Isolator. Before getting there I would like to retract my original comment that faked method’s arguments should be matched...