Tuesday, May 2, 2023

MAC M1 C# development

 1.

There's M1 version Visual Studio but I prefer to use the Visual Studio in the Windows 11 (Parallel Desktop)

2.

MS SQL Server by default does not support arm CPU, can install a docker image based on this document

https://database.guide/how-to-install-sql-server-on-an-m1-mac-arm64/

3.

Can install MS SQL Server Management Studio on PD Windows 11, and restore database AutoLotDocker.bak

Need to copy the file from the host to the docker use "docker cp" command

4. After that can compile and run the C# code to connect to the MS SQL Server database



No comments:

Post a Comment