Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How do I write to the Visual Studio Output window?
System.Diagnostics.Debug.WriteLine("Message");
// OR
System.Diagnostics.Trace.WriteLine("Message");
No.Can I read user input from there like I can in Eclipse?