announcements Microsoft Build 2019: App Developer Highlights For Microsoft Build 2019, I have tried to summarize the most important announcements for Application Developers, Cloud Native fans and Data & AI engineers here at one place.
API Management Control ingress to AKS with Azure API Management In this blog post, we will discuss, how to use Azure API Management as an ingress point for AKS services, that are not exposed publically and how other services in
announcements Microsoft Connect 2018: App Innovation Highlights This week, Microsoft Connect(); 2018, one of the companies smaller developer conferences took place in Las Vegas and the internet. All sessions are also available on-demand. During the keynote and
announcements Microsoft Ignite 2018: App Innovation Highlights This week, Microsoft’s yearly Ignite Conference took place in Orlando, Florida. Ignite focuses mostly on cloud topics and is beside Microsoft Build the second biggest Microsoft IT conference of
announcements Microsoft Build 2018: App Innovation Highlights From Monday to Wednesday, //build 2018 conference took place in Seattle. It’s in the nature of Microsoft’s largest and most importantdeveloper conference to announce a bunch of
azure Replace your old cronjobs with free Azure Functions within 5 minutes For some of my older projects, I had some repetitive tasks where a simple job triggers a script to run and loadsome data from the web. For this, I used good old cronjobs like the ones cronjob.de offers. As this was expensive
azure Different ways to register devices to the Azure IoT Hub The Azure IoT Hub is Microsoft’s Internet of Things solution inthe cloud. Beside the commoneventmessage endpoints, it contains a device management system, which allows to register and manage devices that may send data to the IoT Hub. This increases security
azure Manually connect and send data to an Azure Event Hub Update 04.02.2017: As theMicrosoft.Azure.EventHubs NuGet package since two days finally support every .NET platform, this post go obsolete. Azure Event Hubs provide a neat way to collect loads of data that is pushed against them and holds it until
android Analyze a photo with Microsoft's Cognitive Services Vision API on Xamarin.Android Microsoft’sCognitive Services are intelligent machine trained APIs that analyzed text, images, videos and more for you in the cloud and sends you back meta information about the provided content. They are free to use until a specific threshold and a nice easy
Cloud Your own game server on Azure - Create a dedicated Counter Strike server It is nearly every gamer’s dream to have an own server that 100% fits his needs and where he canplay god. When I were younger, there were only two waysto get such a personal playground: Installing a server on my home
Cloud Want to create Xamarin.iOS apps without buying a Mac? Rent one! As a mobile developer you will know that a MacOS device is stringently requiredto build and run iOS apps. Same is with Xamarin: You can write your code wherever you want but when it comes to compiling you need aMac. Fortunately Xamarin
Cloud Upload your UI Tests to the Xamarin Test Cloud Whenever app development gets more serious and your code becomes more complex, testing your application automatically is a step you need to go to survive.Xamarin provides two neat ways to write UI Tests for your applications. Calabash is a framework you can write