one year ago Multi-Project Launch Profiles in Visual Studio Developing apps connected to an API or microservices that talk to each other can be tricky. The new Multi-project launch profiles in Visual Studio make launching multiple projects significantly easier! Read more →
6 years ago Debugging UWP app lifecycle Learn how to effectively debug your UWP apps using Visual Studio. From launching your app for debugging to debugging lifecycle events and background tasks, this blog post covers all the necessary tools and techniques. Discover the power of the Debug Toolbar and the option to automatically attach the debugger when the app starts. Explore the ability to attach to a running instance of the app and use XAML Live Visual Tree for inspection. Don't miss out on other debug targets and ensure your app behaves appropriately in all scenarios. Read more →
6 years ago Using diagnostic logging in Azure App Services Deploying apps to Azure App Service is easy, but sometimes you encounter mysterious errors. Luckily, Azure provides a tool called Diagnostic logging to help you understand what's happening. Learn about the two types of logs, how to enable them, and how to access them for debugging and troubleshooting. Don't miss out on this essential guide for Azure App Service developers! Read more →