IF YOU CONTINUE Windows 10 ON THE BOY .
You can use remote Powershell on raspberries running on Windows 10 with the following:
net start WinRM
Test-Connection jpbraspbpi3-1
Set-Item WSMan:\localhost\Client\TrustedHosts -Value 'jpbraspbpi3-1'
Enter-PSSession -ComputerName 'jpbraspbpi3-1' -Credential (Get-Credential -UserName 'administrator' -Message 'Mot de passe !')
reg.exe ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\EmbeddedMode\ProcessLauncher" /v AllowedExecutableFilesList /t REG_MULTI_SZ /d "c:\windows\system32\cmd.exe\0"
Then you can use developp using .NET core on raspberries .
, Mono (.net ).