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.
.NetCore Adding Health Checks UI Adding Health Checks UIThis is the second article about Health Checks and application monitoring. 1. Adding Health Check endpoint [/adding-health-checks-to-net-core-application/] 2. Adding UI Health Check - this article 3. Endpoint
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
security SQL Injection na Prática - Executando o Ataque Primeiro, você sabe (ou lembra-se) o que é SQL Injection? (for english version) Segundo OWASP.org (https://www.owasp.org/index.php/SQL_Injection). A SQL injection attack consists of
machine-learning Começando com Machine Learning - Escrevendo um Perceptron Você sabe o que é um Perceptron? Perceptron é um dos building blocks (componentes) da rede neural feed foward. Uma rede neural é essencialmente baseada em N Perceptrons. Segundo wikipedia:
.net Asp.Net Core com MongoDb e Mongo Atlas - C# Este tutorial cria uma API Web que executa as operações CRUD (criar, ler, atualizar e excluir) em um banco de dados NoSQL do MongoDB. Baseado no artigo Microsoft Docs, criado
c# C# Conversions - Casting, implicit and explicit conversion Fist the data types available. int whole numbers long whole numbers (bigger range) float floating-point numbers double double precision decimal monetary values char single character bool boolean DateTime moments in time string sequence of characters Table of implicit conversion made by C#. From To
.NetCore Adding Health Checks to .Net Core Application In this series of post, we will talk about health check and monitor your web application/web API. Adding Health Check endpoint Adding UI Health Check Endpoint Monitoring with Azure
heroku Deploying .Net container App to Heroku cloud I'm tired of searching every time I need to deploy to heroku cloud. Being that said I'm finally writing down the steps do deploy a docker container app to Heroku
az-203 Azure Kubernets - az cli Steps to create Azure Kubernet Services (AKS) though azure cli tool. Demo 1 // Create resource group az group create --name kbgroup2 --location eastus // Create AKS cluster az aks create \ --resource-group
azure Demo - Azure Batch Creating the Resource Group az group create --name "az203_batch_demo001" --location CentralUS Creating the storage account az storage account create \ --name az203batchstoragexd \ --access-tier hot \ --https-only true \ --kind
azure az cli (bash) create resource though Resource File The resource file azuredeploy.json { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters&
Conference API Sample This is a sample API hosted by Microsoft. https://conferenceapi.azurewebsites.net/?format=json