Best of Visual StudioNovember 2022

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

    Visual Studio 2022 17.4 is now available!

    This is our first GA release to support Arm64.NET 7, enterprise support for setup including rollback, and much more detailed below. We welcome your feedback in the threads to this post or through Developer Community. You can use Microsoft Endpoint Manager (formerly known as Intune) to manage all of this.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    7 Reasons for Startups to Choose ASP.NET Over Node.js

    Companies like Twitter, LinkedIn, Uber, and many others use Node.js as their primary server technology or combine it with other languages.

  3. 3
    Article
    Avatar of kdnuggetsKDnuggets·4y

    9 Free Resources to Master Python

    Invent with Python’s Programming Exercises InventWithPython.com is a website created and maintained by Al Sweigart. Invent With Python provides you with a host of resources (mostly in an eBook form) to help you start coding with Python.

  4. 4
    Article
    Avatar of tsTypescript·4y

    Announcing TypeScript 4.9

    TypeScript 4.9 is a language that builds on JavaScript by adding types and type-checking. It can also power other tooling like auto-completion, go-to-definition, and refactorings in the editor.

  5. 5
    Article
    Avatar of aspnetASP.NET Blog·4y

    .NET 7 is Available Today

    .NET 7 brings your apps increased performance and new features for C# 11/F# 7,. NET MAUI, ASP.NET Core/Blazor, Web APIs, WinForms, WPF and more.NET is for cloud-native apps. NET The APIs exposed through the net7.0 TFM are designed to work everywhere.

  6. 6
    Article
    Avatar of pointerPointer·4y

    jellyfin/jellyfin: The Free Software Media System

    Jellyfin Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. There are several ways to run these tests from the command line using dotnet test - Run tests in Visual Studio using the Test Explorer.

  7. 7
    Article
    Avatar of devblogsDevBlogs·4y

    Announcing TypeScript 4.9 RC

    TypeScript 4.9 beta includes auto-accessors, new go-to-definition commands for editors. The new satisfies operator lets us validate that the type of an expression matches some type. Previously, TypeScript allowed us to narrow away any types that don’t explicitly list a property. But what about examples where notype listed a given property? In those cases, the language didn”t help us much.