About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: visual studio online
Week 34 roundup
Last week recap and links: Load Testing with Visual Studio Online is a good starting point for Cloud Load Testing Nice video about polymorph in the battle against if statements: “The Clean Code Talks” on youtube Finished the Getting Started … Continue reading
Posted in Uncategorized
Tagged azure, Loadtest, powershell, quality, roundup, unittest, visual studio online
Leave a comment
Reproduce unit test failures from Hosted Build Controller
Our builds succeed with warnings. After investigation of the output we noticed failing unit tests. But local they run fine. Here’s what we did to troubleshoot and fix the issue. First we downloaded the build output from the drop location. … Continue reading
Posted in Development
Tagged hosted build controller, unittest, visual studio online, visualstudio.com, xunit
1 Comment
Request feedback from visualstudio online
From visual studio online you can request feedback on your application. I’ve played with it and it looks promising. Not sure if the stakeholder would open the email or install software requested in an email. But if they do this … Continue reading
Visual Studio Online Project Portal
With visual studio online everybody has access to team foundation service without installing. It is software as a service. But there are some limitations. One is no integration with sharepoint for your team project portal. You can use some other … Continue reading
Posted in Development
Tagged sharepoint, software as a service, tfs, visual studio, visual studio online
Leave a comment
Alternate Authentication Credentials
To allow third party tools to connect to your visual studio online enable Alternate Authentication Credentials After making the change I got an email from Microsoft. This is standard security policy now. Hi Eric Tummers, To maintain the security and … Continue reading