Best of DevBlogsNovember 2021

  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·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.

  4. 4
    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.