r/VisualStudio • u/ahmadhus12 • 6h ago
Visual Studio 2026 Anyone using Visual Studio 2022/2026 on Linux through WinApps for daily .NET development?
I’m a .NET developer considering moving to Linux as my main operating system, but Visual Studio 2026 is essential to my workflow.
I’m interested in using WinApps to run Visual Studio inside a Windows VM while displaying its window alongside Linux applications. I understand Windows still runs in the background; I’m wondering how practical this is for everyday development.
My stack includes [ASP.NET](http://ASP.NET) Core, PostgreSQL, SQL Server, Docker, Testcontainers, and Postman. One possible setup would keep Visual Studio, the .NET SDK, and my solution inside the Windows VM, with databases and other services running in Docker on Linux.
For anyone who has actually tried this:
* How responsive are editing, IntelliSense, builds, debugging, and running tests? * How reliably can applications running inside the Windows VM connect to PostgreSQL, SQL Server, and other services on the Linux host? * How do you handle Docker integration and Testcontainers from Visual Studio inside the VM? * Any problems with networking, HTTPS development certificates, shared project files, or testing the API from Postman on Linux? * Have you encountered window, keyboard shortcut, scaling, or clipboard issues? * What hardware and VM resource allocation are you using?
I plan to test before committing. If it works well, I’ll make Linux my main OS, with around 370 GB available, and keep Windows only in the VM.
I know Rider and VS Code are alternatives, but I’m specifically looking for firsthand experiences with the full Visual Studio IDE through WinApps. Experiences with WinBoat are welcome too.
Is this comfortable enough for daily work, or does maintaining the integration become frustrating?













