Skip to content

Instantly share code, notes, and snippets.

@4E71
Created September 21, 2012 03:35
Show Gist options
  • Save 4E71/3759584 to your computer and use it in GitHub Desktop.
Save 4E71/3759584 to your computer and use it in GitHub Desktop.
microsoft: dev arch and setup
// 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
// 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