.NET Tutorial – Hello World Microservice

https://dotnet.microsoft.com/learn/web/aspnet-microservice-tutorial/intro

Tutorial: Using Azure DevOps to setup a CI/CD pipeline and deploy to Kubernetes

https://cloudblogs.microsoft.com/opensource/2018/11/27/tutorial-azure-devops-setup-cicd-pipeline-kubernetes-docker-helm/

The Top 10 Free Music Download Sites In the World

The Absolutely Best Free Music Download Sites In the World

Here are just a few of our free music download favorites for June and July. Keep in mind that this list is constantly being updated, and also includes a bunch of specialty music downloader apps. So keep checking back for more favorites!

Jamendo Music
PureVolume
Amazon Music
SoundClick
SoundCloud
MP3Juices
Mp3 Music Download Hunter
Wynk Music: MP3 & Hindi Songs
Spinrilla
My Mixtapez Music

Q: How can I change the pagefile configuration from the command line?

A: This is very useful on Server Core systems where no graphical interface is required. Here I create a new pagefile on the P: volume and delete the old pagefile:

wmic pagefileset create name="P:\pagefile.sys"

wmic pagefileset where name="P:\\pagefile.sys" set InitialSize=2048,MaximumSize=2048

wmic pagefileset where name="C:\\pagefile.sys" delete

Reboot the machine for the change to take effect. To list the pagefiles, use the command below:

wmic pagefile list /format:list

An open-source GUI prototyping tool

Pencil is built for the purpose of providing a free and open-source GUI prototyping tool that people can easily install and use to create mockups in popular desktop platforms.

https://pencil.evolus.vn/

Fix the choppy fonts in Google Chrome

In the address bar of the browser type this and click enter:

chrome://flags/#enable-font-cache-scaling

Set the flag to Disabled and restart the browser.