If your Windows edition is not Professional or Enterprise type and you try to install Docker, then for sure you encounter this issue: Now, you are probably wondering “how to fix it?“. Then after some research in Google you get to know that it is impossible to install Docker on Home version and you try …
Category: Problems solving
Encoding UTF-8 in .cshtml files
Some time ago I was struggling with displaying Polish characters in “*.cshtml” files of my newest ASP.NET Core 2.1 project. Solution is not so obvious, so I decided to write a few words about it and give you a quick fix. If you are here because of some search engine results you probably know that …