Plain Windows Development

So, let's say you walk up to a plain Windows machine with a decently modern version. What kind of development can you do without installing anything that might mess things or change system behavior?

Without Installing Anything

If you really don't want to install anything, here are some options for you.

Portable Installs

If you need something else, a portable setup might be the ticket.

A portable app is one stays in a single folder. Because it doesn't affect the system or write outside, it doesn't need admin rights to install, and it's easy to sync with something like OneDrive or by putting on a USB stick.

If you can do this, here are some more options for you.

You can also take a look at scoop.sh, a command-line installer for Windows that defaults everything to ~/scoop (thanks Craig for the tip!)

Happy lightweight development!

Tags:  csharpcoding

Home