In this post we’ll start looking at the structure of the solution for the problem posed in Part 1. Recall from the previous post that we were wanting to create a library that could iterate over an assembly looking for types with the attribute [MyClassAttribute] and then invoke methods within … Continue reading
Tag Archives: LINQ
Type Filtering and Method Invocation with Reflection and LINQ – Part 1
I’m currently studying for Microsoft 70-483 Programming in C# exam, and a strategy I’m trying to adopt when researching for a topic is to combine aspects of other topics that I’m unfamiliar, then writing about them. This post combines aspects of reflection and LINQ that I’m currently looking at. Assembly … Continue reading