In a C# application, where does Windows grab the name of process when it appears in the Task Manager?

.net, c#, windows

Solution

For any given c# application, how do you set that name?

If you're using Visual Studio, go to the project properties and set the assembly name at the Application tab.

Problem

When you open the Task Manager in Windows, you see process names. For any given c# application, how do you set that name?

Original source