Friday 6 July 2012

What does this useful command line do? tasklist /m "mscor*"

Purpose:
  • An experienced developer would at some stage have gone into the developer command prompt to get something done. Chances are good that it may have been due to dll hell being wrecked on them. Or perhaps it could be part of setting up and Continuous delivery pipeline. Whatever it it is knowledge of these type of commands illustrates experience.

Potential Answer:
It will list all the processes that have loaded modules which start from the mscor libray hosted by the .net environment

No comments:

Post a Comment