Ok, Robert released a simple, free plugin for vstudio which wraps sn.exe and so gives a simple GUI to a command line tool. Why did he do this? Because he got a whole whack of emails from people who not only didn't know what to do, but they didn't even understand the terminology.
And for this generosity, he gets derided by the usual suspects. 'It's so easy to follow these X Steps! Only idiots would want this plugin!'
Now, I don't know about anybody else here... but I must say that I was a tad surprised that when I went to sign my first .net assembly there was no way to make the .snk file from vstudio. Sure, after a bit of poking around, I found the reference to sn.exe in the docs, and it's not exactly difficult to do it once you know what you are supposed to do. I, for one, don't really enjoy memorizing file system paths to specific exes, that exe's various arguments, and what to do with the output. Geez, this is Windows and Visual Studio, not Linux and Emacs.