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.
15 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.
A tutorial on implementing OpenAPI support in a Blazor WebAssembly app to generate API specs and typed clients using NSwag.
Strategies for database initialization in EF Core, covering automatic setup, early dev recreation, and late dev migrations.
A step-by-step guide to upgrading the ASP.NET Core Angular SPA project template to the newly released Angular 9.
Introduction to Clean Architecture principles and a new .NET Core solution template for building enterprise applications with Angular and ASP.NET Core.
Guide to building Single Page Applications (SPA) using the updated Angular and React templates in ASP.NET Core 2.2, including setup and productivity tips.