Interesting . Reading about AppDomains.
Found this blog very useful. Clearly explained many concepts.
Additional resources:
C# community site.
– white papers
Was mainly looking for CLR. Found that “mscorwks.dll” is CLR. And each process will be loaded with “mscorwks.dll” and “mscorlib.dll” ( All AppDomains of process share these).



