Prashant Khandelwal

Prashant Khandelwal's .net Blog

.NET programming and more

  • Rated2.2/ 5
  • Updated 10 Months Ago

Recent blog posts from .net Blog


Setting Up VirtuaNES Emulator For Retro Gaming On Windows
I grew up playing all the 90s games and I still love them. For quite a sometime I am now using VirtuaNES emulator to do retro gaming on my Windows machine. There are other NES emulators out there but ...
10 Months Ago
BlogAdda
Geo-Distributed Load Testing via K6 and Azure Container Instances
My team at Microsoft is responsible for building tools that enhance customer experience when you contact Microsoft support. Although our tools are never used by customers directly but they play an ess...
11 Months Ago
BlogAdda
Create Azure Resources Programmatically By Executing Terraform Commands in Go
Terraform is my go-to IAC tool for building my infrastructure in Azure. I usually use Azure DevOps pipeline to execute my terraform plan, but it would be nice to know if I can execute it programmatica...
1 Year Ago
BlogAdda
How to Create and Push your Docker images to Azure Container Registry
Docker Hub or GitHub Container Registry also known as ghcr.io is a go to platform for most of the OSS developers and teams to host their Docker images. These platforms are free for open-source softwar...
1 Year Ago
BlogAdda
How To Host Your React Application For Cheap With Azure Blob Storage
If you have a static website, blog or a react application, here is how you can host them for cheap with Azure Blob Storage. This article focuses on how you can configure Azure Blob Storage to host you...
1 Year Ago
BlogAdda
Capture screenshot and description of a web page using Go and Chromedp
Adding or sharing a link with a snapshot of a web page is a very useful feature in Microsoft Teams or in Zoom chat. This gives a user a way to quickly look at the web page snapshot and a small descrip...
1 Year Ago
BlogAdda