Best of Visual StudioSeptember 2022

  1. 1
    Article
    Avatar of vsVisual Studio Blog·4y

    It’s finally here. Bicep is in Visual Studio!

    In less than two years, Bicep’s VS Code extension has grown from zero users to more than 15,000 a month. The extension is now available on Windows for version 17.3 and higher! This release is focused on improving the file authoring experience in Visual Studio.

  2. 2
    Article
    Avatar of glcGolang News·4y

    An advanced starter Golang Repository Template

    An advanced starter Golang Repository Template is a GitHub repository template for Golang. It has been created for ease of use for anyone who wants to - quickly get into Go without losing too much time on environment setup, - create a new repository with essential Continous Integration. Star this repository if you find it valuable and worth maintaining.

  3. 3
    Article
    Avatar of infoworldInfoWorld·4y

    New TypeScript operator finds coding mistakes

    TypeScript 4.9 is a planned upgrade to the popular, strongly typed language that builds on JavaScript. With satisfies, developers can validate that the type of an expression matches some type, without changing the resulting type of the expression.