- Install Visual Studio 2015 RC
- Install Microsoft Web Platform Installer
- When Web Platform Installer opens, click the Add button for
Microsoft Azure SDK for .NET (VS 2015) - 2.6
- Click the Install button and follow the prompts to complete the installation
- Open Visual Studio 2015
- Go to View -> Team Explorer
- On the Connect page of the Team Explorer window, click the Clone dropdown located under the Local Git Repositories section
- Enter the URL https://github.com/Microsoft/PartsUnlimited.git
- If desired, change the local repository path
- Click the Clone button
- On the Home page of the Team Explorer window, open the solution by double-clicking PartsUnlimited.sln listed under the Solutions section. If you do not see it listed under the Solutions section, click the Open... link and navigate the local repository folder to open PartsUnlimited.sln.
- After opening the solution, wait for the Output window Package Manager pane to show "Restore complete" and "Total time" messages.
- Go to Build -> Build Solution.
- Go to Debug -> Start Debugging to launch the web application and attach the debugger.