Every day I boot up my VS I have to type in the same commands into the Package Manager Console.

We can reuse the commands within a session. Can we save them across sessions in the same way, just arrow up through them?
I don’t know if PSReadline offers exactly what you want, but it might. (Package Manager Console uses Powershell)
It does. I use it. It’s great for this
Try googling tmux. Start a tmux session, detatch it and log off. When you come back, attach to it and everything is there… you can even let programs run… And much more
C# devs
null reference exceptions

source