Noffie

180
Reputation
74 views

Registered User

Name Noffie
Member for 1 year
Seen 2 days ago
Website
Location USA
Age 26
Software Engineer New Lisbon, WI
Sep
29
comment How do I restart my C# WinForm Application?
I agree with HiredMind, and I actually went with the same "Watchdog program" implementation myself shortly after writing the answer. Sorry, should have come back here and updated. I wouldn't think it should feel too horribly ugly/yucky/dirty. The Watchdog program pattern is pretty widely used.
Sep
23
awarded  Popular Question
Sep
20
awarded  Yearling
Aug
13
answered Get data being bound to ListView on DataBound event
Aug
11
comment How do I work with dial-up (RAS) connections in Windows using C#/.NET?
LOL @ Connect() method body: // TODO
Jun
13
comment .net impl of bcrypt
Roger that. That article is the same reason I gooogled bcrypt for .NET and came to this question on stackoverflow. Specifically, from the article, you shouldn't use SHA256 or SHA512 because those are both optimized for SPEED, and a password generating hash should be SLOW, or TAKE A LONG TIME.