Development

Explore articles on Development.

88 articles

Oct 15, 2020 2 min read

Python Scripting in the Azure Cloud Shell

Did you know the Azure Cloud Shell includes support for Python? You can write Python scripts, save then, upload, and run them directly within the…

Aug 25, 2016 1 min read

Free Website Hosting in Microsoft Azure

There are many excellent reasons to use Microsoft Azure to host applications and enterprise systems. There’s even plenty of criticisms on it being expensive to…

Feb 8, 2016 3 min read

PowerApps: Building Apps without Code

Microsoft PowerApps is a SaaS (Software as a Service) service offering allowing for intelligent business apps to be built extremely easily and fast that connect and…

Oct 12, 2020 1 min read

VS Code Gets Linux ARMv7 and ARM64 Support

With the release of the v1.50 (September 2020) update of Visual Studio Code comes official support for Linux ARMv7 and ARM64. This means that Microsoft…

Oct 26, 2015 8 min read

Using Azure Service Bus Queues from .NET

The Azure Service Bus Queue feature offers easy to implement infrastructure for implementing brokered messaging communication. Implementing a Message Queue requires the implementation of at…