I was recently asked if I knew anything about Dynamic Assemblies in .Net. The short answer was - I don't.
I have found plenty of articles that describe how to create a dynamic assembly but none that truely explain the following:
- What they are (other than they are run directly from memory)
- What advantages they provide over static assemblies
- Real world examples of their usage
Any explanations to the above would be very much appreciated.
Many thanks.