Best of Visual StudioNovember 2024

  1. 1
    Video
    Avatar of lowlevelgamedevLow Level Game Dev·2y

    How to Use Visual Studio Like a PRO!

    Learn essential shortcuts, tips, and tricks to navigate and write code more efficiently in Visual Studio. This guide covers everything from customizing the interface, using keyboard shortcuts for navigation, code writing techniques, and even useful extensions to improve your overall productivity.

  2. 2
    Video
    Avatar of wearedotnetWe Are .NET·2y

    Getting Started with Docker for .NET Web Apps

    Learn how to integrate Docker with .NET web applications in Visual Studio. This guide demonstrates creating a Blazor server web app and adding Docker support via the IDE and the command line interface. Understand key Docker concepts like images, containers, and builds. Debugging and running your application within a Docker container on your local machine is also covered.

  3. 3
    Video
    Avatar of lowlevelgamedevLow Level Game Dev·2y

    Fix your Gitignore! (PLEASE)

    Many developers rely on online .gitignore generators, leading to unnecessary and problematic entries in their .gitignore files. This article explains why this practice is not ideal and provides a better approach for managing build files and folder structures, specifically with Visual Studio. The author suggests organizing all build-related files into one folder and provides steps to properly configure Visual Studio, as well as recommending the use of Cake build automation for a more streamlined build process.