Tag: Visual Studio 2013
How to Run a Windows Store App from Visual Studio 2013 ?
When you have created your Windows Store App , you can run it by pressing the “Run” button from Visual Studio toolbar or use the shortcut key “F5” to run the app. How to Run a Windows Store App from Visual Studio 2013 ?
How to Get Auto Incrementing Version Number in Visual Studio 2013 ?
If you are a user looking for a simple trick to auto incrementing version number in Visual Studio 2013 , here we go. How to Get Auto Incrementing Version Number in Visual Studio 2013 ? The AssemblyInfo class does the trick for you . Just include the asterik (*) to the end of the AssemblyVersion attribute in the AssemblyInfo class and you are done ….
How to Use Navigate to Next result in Find Symbol Results Dialog in Visual Studio 2013?
When you use the Find references shortcut (Shift + F12), you will see the references list in the Find Symbol Results Dialog in Visual Studio 2013. If you want to navigate to the next result in the Find Symbol Results Dialog, you can use the shortcut key F8 in the Symbol Results Dialog.
Writing the String to the Output Window in Visual Studio 2013
Below is a sample code snippet that demonstrates how to write a string to the Output Windows in Visual Studio 2013. Writing the String to the Output Window in Visual Studio 2013