I suppose you could technically call this my first C# project. It wasn’t very difficult and quite frankly there’s not much to look at. I’m just sharing with the world the first useful tool I was able to make using C# and .NET.
This password generator is pretty simple. It will allow you to specify the length of the password as well as configure how it is generated (i.e. allow symbols, capitalization).
Disclaimer
Yes, I know the code could be better. And yes, I know I’m probably re-inventing the wheel in some cases. Keep in mind that my motivation for this small piece of software was for it to be a learning experience. By no means is this meant to be production-quality software.
Just for the record, this password generator worked quite well for me sir. Jolly good!