en eXtreme Go Horse (XGH) Process Source Have you ever participated in a project that uses eXtreme Go Horse Programming? The XGH Commandments I think therefore it's not XGH. In XGH you don't think, you do the
en Native Dependency Injection in Azure Functions with C# Adding Dependency Injection feature to Azure Functions without third part libraries.
azure Endpoint Monitoring with Azure Application Insights Let's work with Application Insights - an Microsoft Azure service - to monitor our application through the endpoint /healthcheck. This is the third article about Health Checks and Application Monitoring.
https Generating a Self-Signed Certificate using Powershell A self-signed certificate it's very easy to create and helps on with local development and testing. With a Single Line of PowerShell code we create a certificate. First, open the
c# Compress files in memory (.zip) using C# Here is a code snippet of how to compress one or many files to a zip archive in memory using C#. It works in .Net Core and .Net Full FrameworkVery
c# Getting the file name without extension in C# - #TIP These days I was asking myself how to get the file name without the extension. I confess I was tempted to use a regex to solve this problem :) But no
en Yet Another AZ-203 Microsoft Official Course Delivered. Yet Another AZ-203 Microsoft Official Course Delivered. Another AZ-203 official Microsoft course delivered with success! Class members feedback was great. And I loved to make over 22 new colleagues these
az-203 Create Azure App Service though AZ Cli # generate a unique name and store as a shell variable webappname=mywebapp$RANDOM # create a resource group az group create --location westeurope --name myResourceGroup # create an App Service plan az
az-203 Create Azure Virtual Machine Using PowerShell Quick Configuration Getting the public Ip Get-AzPublicIpAddress -ResourceGroupName "demo003" | Select "IpAddress" Full Configured Virtual Machine Getting the public Ip Get-AzPublicIpAddress -ResourceGroupName "demo004" | Select "
az-203 Azure Storage Disks - Managed and unmanaged disks Managed disks The Azure platform manages the disk and the backing storage You don't have to worry about storage account limits and thresholds Unmanaged disks You manually create and manage
azure Azure App Service and Cloudflare with Full SSL (Strict) [versão português] In this article we will set up Cloudflare as a reverse proxy and Azure Web Apps as a web service. Looking for the best security configuration that Cloudflare
azure Azure App Service e Cloudflare com SSL Full (strict) [english version] Vamos configurar o Cloudflare como proxy reverso e Azure Web Apps como serviço de web. Buscando a melhor configuração de segurança que o Cloudflare oferece na camada gratuíta
hack Practice of SQL Injection First, do you know (or remember) what SQL Injection is? (para versão em português) According to OWASP.org (https://www.owasp.org/index.php/SQL_Injection). A SQL injection attack