Share the post "How To Change Local Path Of Source Control In Visual Studio"
To change the local path of the source control in Visual Studio, do the following.
- Go to File
- Source Control
- Workspaces
- Choose the selected workspace and click “Edit”
Share the post "How To Add New XAML In Visual Studio For Windows Phone"
To create a new XAML or a Page UI for Windows Phone in Visual Studio, there are 2 ways to do this.
Highlight the project name in the Solutions Explorer and do the following:
These should give you a new page to work on plus that accompanying XAML file and its code behind C# file.