All Questions
Tagged with development visual-studio
2 questions
1
vote
2
answers
1k
views
How to speed up my software development workflow? I'm using Visual Studio 2019 to build, compile, run tests for dotnet, C#, Docker containers, etc
I am primarily working with C#, dotnet and Visual Studio 2019 with extensions like Resharper enabled. Visual Studio with Resharper is a memory hog.
I currently have the following PC at home where I ...
-2
votes
4
answers
403
views
How do I handle 2 or more parallel development environments on different machines?
I have a Windows PC and a Ubuntu laptop that I use for development. One of my main issues is that I switch between them multiple times a day, but because they are different machines, I am unable to ...