Feeds:
Posts
Comments

Posts Tagged ‘c# programming’

This is a question that hanuts me since I installed Resharper recently. Resharper keeps suggesting that the method can be static. I can see that it can be static. The method does not depend on any properties or methods of the class. But does that mean it should change to static?
I wasn’t sure, so I [...]

Read Full Post »

This is to create a random strong password. I don’t want to make it too strong, for example password with special character. 1 number and 1 upper case will be sufficient.
There are a few good articles. I get the idea from these posts.

How To: Generate a Random Password (C#/VB.NET)
4 Guys from Rolla, Generating Random Password
4 [...]

Read Full Post »