Validating a GUID input, TryParse vs RegEx
Once again I’m validating some text inputs, this time I need to verify that a user has entered a GUID in a valid format. While I can’t verify that the user ...
Once again I’m validating some text inputs, this time I need to verify that a user has entered a GUID in a valid format. While I can’t verify that the user ...
Getty Images is how made available a large selection of images from their gallery free for non-commercial use in social media. For free. Which is pretty cool...
I was writing some validation code for a desktop app and there are some fields require web page URLs. My first thought was to a regular expression to valida...
I was trying to add an adorner to the WPF TextBox to add a cue banner. I was creating the controls at runtime and I am relatively clueless with WPF. I want...
I have enums that I want to display on a form and I wanted to make them look a little better on the screen. The constants defined in the enumerator list are...