About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: Xamarin
Basic Authentication on the Mono framework
Use the NetworkCredential constructor with username and password as strings. The SecureString constructor resulted in a request without the password in the Authorization header.
Week 44 roundup
Last week recap and links: Xamarin Test Cloud mini-hack on github. Finally a complete sample of the test cloud. Azure VM extension for Octopus Deploy. No need to write your own powershell or create a syspreped image anymore. Structuremap – … Continue reading
Posted in Uncategorized
Tagged octopusdeploy, powershell, roundup, structuremap, Xamarin
Leave a comment
Xamarin Trail
Visual Studio notified me that using WCF is not permitted in the starter edition of Xamarin. I needed to login and buy the Business Edition. Then I found the beginning a xamarin trail in the developers guides. Just login or … Continue reading