Since this stuff is fair new I couldn't figure out any good reference on it.
I want to use reflection to enumerate through all the controller in my application. This is not hard using reflection. But since area come into place. How do I know which area (if any) does a particular controller belong to?
Maybe I am doing it wrong, maybe I need to enumerate through the area instead... so then how do I do that? What if a controller doesn't belong to any area? Is there a default one?
There are many good write up out there that explain in depth about the controller and view. If somebody can point me to something similar for area I would greatly appreciate it.