Created
September 21, 2012 03:35
-
-
Save 4E71/3759584 to your computer and use it in GitHub Desktop.
microsoft: dev arch and setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Development Architecture, Microsoft Web Development: | |
// Web development environment, WebMatrix 2 | |
http://www.microsoft.com/web/webmatrix/next/ | |
// Cloud source control, Team Foundation Server | |
https://[ACCT_NAME.]tfspreview.com/ | |
// Source explorer, Team Explorer for Microsoft Visual Studio 2012 | |
http://www.microsoft.com/en-us/download/details.aspx?id=30656 | |
// Usage: | |
// Delete project - Assumes Team Explorer installed | |
// C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE> | |
TFSDeleteProject.exe /collection:[URL/DefaultCollection] PROJECT_NAME |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// WCF Cloud Service | |
Service Definition.csdef: Set vmsize to "ExtraSmall" for development purposes to save cost. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment