Azure Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage…
When starting playing with Service Fabric in Visual Studio, you may come to the following error when trying…
A great tool, when starting learning Elixir, is Elixir’s Interactive Shell (IEx), which allows you to type any Elixir…
One thing you should always keep in mind is backing up your precious work. Bad things may happen…
Visual Studio 2017 is now available to download, and one interesting feature thereof is connected services, which enable connections…
To keep things tidy, in case you have multiple subscriptions associated with your Azure account, it’s a…
Azure App service provides an easy way to track your web app’s availability / health and to get…
There are times when you might want to move an app from one App Service plan to another. This…
IEx is Elixir’s interactive shell, where you can type any Elixir expressions and get its result. One issue…
Some really easy ways to improve performance in your asp.net core web application are: response caching, which…