Rebuilding My Windows Development Environment
A developer details the process of rebuilding a Windows development environment, covering backup, OS reinstall, and using winget for app setup.
Jason Taylor is a Solutions Architect and Software Engineer, Microsoft MVP in Developer Technologies, specializing in .NET, Azure, cloud architecture, Agile delivery, and scalable enterprise applications.
10 articles from this blog
A developer details the process of rebuilding a Windows development environment, covering backup, OS reinstall, and using winget for app setup.
A talk on implementing flexible, permission-based authorization in ASP.NET Core to overcome limitations of traditional role/claim-based systems.
A developer shares essential Visual Studio IDE extensions for daily coding, including GitHub Copilot, file management, and command line tools.
A guide to launching Windows Terminal directly from Visual Studio using the Open Command Line extension, including configuration tips.
A tutorial on automating the creation of GitHub deployment environments using PowerShell and the GitHub REST API.
A tutorial on implementing secure API key authentication in ASP.NET Core Web APIs using custom authorization filters.
A new solution template for building Blazor WebAssembly apps with Clean Architecture, CI/CD, and Azure deployment.
A guide to installing and using a new .NET 7 project template for building feature-rich console applications with Spectre.Console.
A guide to quickly adding new files in Visual Studio, comparing built-in methods and recommending the 'Add New File' extension for speed.
A tutorial on building .NET console applications with features like command-line arguments, configuration, logging, and dependency injection.