An Overview of eShopOnWeb, an ASP.NET Core Reference Application

https://docs.microsoft.com/en-us/dotnet/architecture/cloud-native/introduce-eshoponcontainers-reference-app

How to Install Linux Mint 20 Alongside Windows 10 or 8 in Dual-Boot UEFI Mode

https://www.tecmint.com/install-linux-mint-alongside-windows-dual-boot-uefi-mode/

Git –assume-unchanged

To ignore watching/tracking a particular directory/file:

git update-index --assume-unchanged <file>


To undo it and start watching the file again:

git update-index --no-assume-unchanged <file>