Best of DevBlogs2021

  1. 1
    Article
    Avatar of devblogsDevBlogs·5y

    Announcing TypeScript 4.5

    TypeScript 4.5 is a new language that builds on JavaScript by adding static checked types. The Awaited type is meant to model operations like await in async functions. ECMAScript module support for Node.js 12 has been deferred to a future release, and is now only available as an experimental flag.

  2. 2
    Article
    Avatar of devblogsDevBlogs·5y

    Announcing .NET 6 — The Fastest .NET Yet

    C# 10 and F# 6 deliver language improvements that make your code simpler and better. .NET 6 is the first release that natively supports Apple Silicon (Arm64) and has also been improved for Windows Arm64. Hot Reload enables you to skip rebuilding and restarting your app to view a new change.

  3. 3
    Article
    Avatar of devblogsDevBlogs·4y

    Stay in sync with Microsoft Loop

    Microsoft Loop is a new app that offers flexible, portable, interactive Loop components. Loop components can operate in real time not only within the announced Microsoft Loop app but also across other apps like Teams, Outlook and OneNote. Microsoft Loop is built and powered by Fluid Framework which is the core technology that enables seamless data synchronization.

  4. 4
    Article
    Avatar of devblogsDevBlogs·5y

    Visual Studio 2022 now available

    Visual Studio 2022 and .NET 6 are now available for download. IntelliCode is an AI-assisted code companion that enables you to type less and code more. Hot Reload for .NET and C++ gives you the opportunity to update your code and see changes immediately. There are so many new capabilities and fixes that we just can't list them here.

  5. 5
    Article
    Avatar of devblogsDevBlogs·5y

    Announcing TypeScript 4.5 RC

    TypeScript 4.5 is now available as a Release Candidate (RC) The RC includes support for running ECMAScript modules in Node.js. It also includes better editor support for unresolved types. There are no major changes between the RC and the stable release.

  6. 6
    Article
    Avatar of devblogsDevBlogs·5y

    Python in Visual Studio Code – October 2021 Release

    The October 2021 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly from the extension gallery in Visual Studio. In this release we closed a total of 88 issues, and it includes:Debugging support for Jupyter Notebooks, a new Python walkthrough and other improvements.