C#C
C#17mo ago
Bailey

reflection good course

Hello,
This is not a request for help with code. I already have used reflection to make several programs like a serialiser and deserialiser based on excel input / output. However it did take me a day or so to get it working because list objects cannot be cast to list. They need to be cast to IList. IList has some other issues.

Now I'm searching for a good course on reflection which also goes deep into the reflection and how to handle the objects.

The microsoft pages aren't very clear at least for me.
Was this page helpful?