get name of project csharp .net

Code Example - get name of project csharp .net

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