I've been programming in C# for a while now and would say I can use it and the .Net library fairly well. One huge gap in my knowledge though is how to use Reflection and Meta Programming开发者_如何学运维 with .Net/C#.
Can someone point me to some good resources on the subject and how to get started with it?
To understand Reflection, you really need to understand the CLR. There is an excellent book called CLR via C#, which teaches CLR concepts using C#.
精彩评论