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 (175)
- Uncategorized (168)
Category Archives: Tooling
Xamarin Visual Studio extension low profile
Our team is working on a large project that has clients for Web, Desktop, Android and iOS. The clients use shared libraries as advised all over the internet. Building for the mobile platforms is done with Xamarin on a Mac. … Continue reading
JSONPackage did not load correctly
Rename or remove the ComponentModelCache folder to stop loading removed components. Continue reading
Automate test environment with Azure Virtual Machines
Setting up a test environment in Windows Azure can be automated with powershell. This post contains some parts of my script. Continue reading
Chocolatey install prey
I’m becoming a huge fan of chocolatey and powershell for automation of my environment. Today I wrote a little script to complement my development environment with prey. Prey lets you keep track of your laptop, phone and tablet whenever missing, … Continue reading
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