Blog posts tagged with: Visual Studio 2022

Visual Studio 2022: my experience so far

by Patrick Lee on 30 Apr 2022 in categories tech with tags Visual Studio 2022 AI

My experience so far of Visual Studio 2022: the good (AI enabled Intellicode, being able to edit and continue during debugging), the bad (some false positive errors, need to revert to Visual Studio 2019 for adding code migrations via Package Manager Console). But overall I like it.

Converting a .NET 5 web app to a .NET 6 one

by Patrick Lee on 30 Apr 2022 in categories tech with tags .NET 6.0 .NET 5.0 Visual Studio 2022

It is relatively easy to remove the use of a Startup.cs file after converting a web project from .NET 5.0 to .NET 6.0. This post shows how I did it.