Sometimes you may need to render a certain view as string, for example when you want to send an email where usually the body is pure html….
Sometimes you may want your Azure website to not be publicly available or to restrict the access to it quickly and easily, without having to perform any…
RetroPie allows you to turn your Raspberry Pi into a retro-gaming machine. It builds upon Raspbian, EmulationStation, RetroArch and many other projects to enable you to…
NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The…
In the new Microsoft Azure Portal, you might have noticed that, next to some of your resources, appears the text “(Classic)”, for example Storage Accounts and Storage…
If you are a developer on a Windows machine and you want to access a Redis Server while you build your application, you have several options; one of…
Windows 10 Anniversary update offers a new feature for developers, an Ubuntu-based Bash shell that can run Linux software directly on Windows. How to install it First…
In Azure if you have two or more SQL Databases and you want to perform a query across them, you might come across the following error: Reference to…
In our previous article we explored the option of creating, deploying and managing the Parse Server using a pre-configured VM image on Microsoft Azure. In this post we are going…
What is it? EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for…