.NET Stateful delegates and memoization
· 3 min read
I’ve been planning to write about stateful anonymous delegates for quite some time now so here I go 🙂
Posts tagged with Lambda.
View All TagsI’ve been planning to write about stateful anonymous delegates for quite some time now so here I go 🙂
Patrik Löwendahl blogged about using C#3 features in .NET 2 via VS.NET 2008 a few days ago:
http://www.lowendahl.net/showShout.aspx?id=191
This post shows how you can use Linq expression trees to replace Activator.CreateInstance.
**You can find the full code for this post here: ** http://www.puzzleframework.com/Roger/GenericMath.cs.txt
In this post I will show how you can use Linq Expressions to access private (or public) class fields instead of using Reflection.FieldInfo.