dotnetco.de

Checkout Source code from Visual Studio online GIT source control

With Visual Studio Team Services you could host your GIT repository online in Microsofts Cloud. This makes it easy to share code between Visual Studio and Xamarin Studio. As you cannot use your username within Xamarin Studios GIT client because you cannot use the @-sign from your email address, here is short information about how to set up alternate credentials because it seems that Microsoft has changed the way of creating these credentials as many blog posts are outdated.

Continue reading…

Using HockeyApp with Xamarin Forms

HockeyApp is quite popular, mainly for collection crash reports, but also helpful for distribution, user feedback etc. To add it into your Xamarin Forms Application, I found video Integrating HockeyApp to Xamarin Forms by Houssem Dellai very helpful. Also How to integrate HockeyApp with Xamarin on HockeyApp Support is helpful but it’s not especially about Xamarin Forms. It’s for Xamarin iOS and Android so it’s also important for Xamarin Forms, but e.g. the feedback option might need some further information. So here is a short summary how to implement into Xamarin Forms and also add the Feedback option.

Continue reading…

How to use Let’s encrypt with IIS

Let’s encrypt is a service to get SSL Certificates for websites for free. It’s supported by organisations / companies like Mozilla, Akamai, Electronic Frontier Foundation, Cisco and many more. Many hosting providers already implemented a simple method to request and automatically renew these SSL certificates for free. For the less important of my websites I used StartSSL for a long time without any problems. But since this month, Firefox does not trust SSL certificates from StartSSL anymore, see Distrusting New WoSign and StartCom Certificates on Mozilla Blog. Continue reading…