-
When working with Raspberry PI2 and Windows IoT Core you can debug your application by simply pressing ‘F5’ in Visual Studio 2015. But sometimes you want to attach to the running application on device. To do this, first ensure that you can ping your device. In my case I used IP 192.168.178.1. I this...
-
Event Hubs Event Hubs Get started with Event Hubs Event Hubs Programming Guide Service Bus Event Hubs Getting Started Event Hubs Authentication and Security Model Overview Service Bus Event Hubs Large Scale Secure Publishing Service Bus Event Hubs Direct Receivers Service Bus Explorer Episode...
-
Few weeks ago we setup some kind of internal “Get Together” with focus on Industrie 4.0. Few of us had a pleasure to give a talk about this topic from different but similar perspectives. Now we are sharing recorded talks to the public and hope to get your feedback. If you want to hear about opportunities...
-
Few months ago Microsoft has announced set of new integration technologies under name LogicApps and API apps . This approach is still in preview, but it is truly promising. To give you a feeling of this approach in a bit bigger context (not only integration) I decided to demonstrate how to get some data...
-
When working with LoicApps, your connectors will most likely sometimes return batch of messages (list of data), which needs to be processed by the next connector. Most samples which are currently available shows how to process output of predecessor connector as a single item. This article describes how...
-
On Thursday the 9th June me and a collegue were at the Microsoft TechCamp at the University of Applied Sience in Frankfurt and played a bit with the RaspBerry Pi 2 and some sensors. The result was a button connected to the RaspBerry. The setting was a button on an extender board connected to the RaspBerry...
-
Believe me or not, but we had approx. 25kg of things. All we had to do is to try them. We started with Gadgeteers and .NET Microframework to show microcontrollers in action. Then we focused the IoT star board Pi2 with Windows 10. We demoed how to connect all these things in internet of things...
-
Before I demonstrate some examples, please take a look on the data stream which my Raspberry Pi is sending to EventHub . The stream shown below contains two seconds of temperature measurements of two sensors “UWP” (running on Pi2) and WIN32 (running as console application). Following code snippet...
-
Frankfurt University of Applied Sciences Nibelungenplatz 1, Geb. 8 103 60318 Frankfurt Deutschland Produkt(e): Microsoft .NET. Zielgruppen: Architekt, Entwicklungsgeneralist und IT-Entscheidungsträger. In diesem Lab wird erläutert, welche Typen von IoT Lösungen es gibt und wie man sie realisiert...
-
This article describes how to integrate a custom authorization system in one ASP.NET application. The idea behind custom authorization is very simple. Imagine your application is using authentication providers like Facebook, Twitter, Azure Active Directory etc. All these providers will provide you an...
-
Am 21.05.2015 werde ich bei der .NET User Group in Braunschweig antanzen. Das Thema an diesem Abend ist: Internet of Things, und Industrie 4.0 mit Microservices Approach Die Themen „Cloud“, „Internet of Things“ und Microservices spielen eine immer größere Rolle in unserem Alltag. An diesem Abend...
-
private async void doIt( object sender, RoutedEventArgs e) { m_Voltage = !m_Voltage; ...
-
Thank you for all you who joined us at this Saturday to talk about Azure Cloud Platform. Especialy I want to thank Kostja who helped us (Sascha and Me) organize this event. Last but not least thanks for Patric Boscolo (Microsoft), Michael Kirst-Neshva (and his son) and Nicki Borrel who took their free...
-
Azure Api App is build on top of Web Api technology and provides a powerful and flexible framework to build REST based services. When building an API One of important requirements is documentation. This is some kind of WSDL in the world of SOAP. For more information about swagger, please take look...
-
Internet of Things: Getting Started with Event Hubs (article) Microsoft Azure Event Hubs are a managed platform component of Azure IoT services that provides a telemetry data ingestion at cloud scale with low latency and high reliability. Cloud Data Science Process (Video 1h): The Cloud Data Science...