Skip to content

Instantly share code, notes, and snippets.

View devpro's full-sized avatar
🚢
work work

Bertrand THOMAS devpro

🚢
work work
View GitHub Profile

Install SQL Server tools on Debian 11

This is the procedure to be able to use SQL Server tools on a Debian 11 system. It worked on March 04, 2022.

Steps

  • Run a container
docker run --rm --name dotnetsdk -it mcr.microsoft.com/dotnet/sdk:6.0 bash
@devpro
devpro / bookmarks-dev.md
Last active March 31, 2020 11:15
Bookmarks for software development
@devpro
devpro / dotnet-general-best-practices.md
Last active March 10, 2020 17:12
.NET development best practices

General best practices in .NET development

File structure

root:
  - .azure:
    - pipelines:
      - ci.yaml
      - pkg.yaml
@devpro
devpro / windows10-dev-workstation-setup.md
Last active September 22, 2023 13:28
Windows 10 dev workstation setup