CHAPTER 17 PROCESSES, APPDOMAINS, AND OBJECT CONTEXTS
-> Version: 1.0.0.0
Now understand that the list of loaded assemblies can change at any time as you author new C#
code. For example, assume you have updated your ListAllAssembliesInAppDomain() method to make
use of a LINQ query, which will order the loaded assemblies by name, as follows:
st