Posts by Guilherme Leite • 11 points
2 posts
-
0
votes1
answer627
viewsA: Docker Descktop 2.3.2.1 - Installation Failure - Windows 10
I also had this problem and to fix it I had to go on msconfig and in the services tab I disabled the "On/Off" process restarted the computer and installed the Docker. Finishing the installation, I…
-
1
votes2
answers137
viewsA: Format date to dd/mm/yyyy using Datattables. Netcore
You can add a standard culture at your application startup. public class Program { public static void Main(string[] args) { // Define a cultura padrão como "pt-BR"…