A short post demonstrating how to use expander controls in WPF, to create a list of collapsible / expandable menu items in your C# WPF applicationCreate a new Visual Studio …
Creating a web service in Visual StudioNote that in this post I am using the .asmx Web Service as an example, not the newer WCF version.See this StackOverflow post: https://stackoverflow.com/questions/36942846/web-service-template-missing-from-visual-studio-2015-professionalCreate …