© 2019 The Programmator. Theme WPBoot by Just Free Themes.
Today, I came across a situation where I had to generate a password using only a limited set of allowed characters. Since I didn’t really want to reinvent the wheel, I resorted to the System.Web.Security.Membership class which exposes a GeneratePassword… Continue Reading →