asp.net - How to get the current project name in C# code? - Stack Overflow

PHOTO EMBED

Mon May 02 2022 14:37:44 GMT+0000 (Coordinated Universal Time)

Saved by @javicinhio #cs

string projectName = Assembly.GetCallingAssembly().GetName().Name;
content_copyCOPY

https://stackoverflow.com/questions/18316683/how-to-get-the-current-project-name-in-c-sharp-code