C# Help - C# Community and Information

C# Reflection

February 25th, 2007 in C# Language by admin

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…

Dynamic Method Invocation in C# using Reflection

May 28th, 2006 in C# Language by admin


Read more…

Reflection in C#

March 19th, 2006 in C# Language by admin


Read more…