Best of Visual Studio2022

  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 pointerPointer·4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

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

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

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

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

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

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

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

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

  11. 11
    Article
    Avatar of dzDZone·3y

    Flutter vs React Native vs Xamarin

    Most smartphone users use three different mobile platforms - iOS, Android, and Windows. Flutter is an open-source, cross-platform mobile app development framework created and maintained by Google in 2017. As per the report, smartphone users across the globe will rise to 3.8 billion by 2021.

  12. 12
    Article
    Avatar of telerikTelerik·4y

    Popular VS Code Extensions for Vue.js & Nuxt.js Developers

    Vue 2/Nuxt 2 (AKA Vue Language Features) is a language support extension built for Vue, Vitepress and petite-vue. It fills many holes Vetur has regarding TypeScript and provides features like type checking, completion, renaming and refactoring. Vue Discovery (Vue Discovery) discovers Vue components in your project.

  13. 13
    Article
    Avatar of devblogsDevBlogs·3y

    Try out Visual Studio 2022 version 17.5 Preview 2

    Try out Visual Studio 2022 version 17.5 Preview 2! Your feedback goes directly to the product team working to deliver you the best developer IDE. The new search experience makes it easy for you to quickly find a Visual Studio menu feature files, types, and members in your code all from one place.

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

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

    Visual Studio 2022 17.3 is now available!

    NET Multi-platform App UI has graduated from preview in Visual Studio and is now available on Windows. Pick Azure as the deployment target and Azure Container Apps will be one of the options available to you. Live Unit Testing now scales better for larger solutions by making the builds scoped to only what is needed and building projects in parallel.