C# Reflection
It's about two and a half years since I'vestarted using .NET. Maybe I can say that I know it very well. I am nowconvinced that the only real advantage of .NET, if we compare it toJava, is in the existence of metadata, IL and Reflection.Emit, but veryfew programmers are willing or capable to go there. So let me presentthe example where we can use Reflection and Reflection.Emit to dosomething interesting. Read more…

