A common desire for a mobile application is showing a welcome / login type screen initially when an account is required and the user first runs the app. My past two Windows Phone apps have not needed this but my current one does. I thought it would be very simple and straightforward; just check some…
TFS Checkout, Search and Replace with PowerShell
Occasionally I need to make batch edits to files that are under TFS source control, outside of Visual Studio. Usually the need is editing some 37 project files to replace some path difference after branching and merging. Some options for the source control checkout: Manually checkout each file – Across 37 folders? No thanks. tf.exe…