alunharford


Comments:

Declaration of National BackUp Day, April 2, 2008

posted by alunharfordalunharford(5) 4 years, 1 month ago 0

Be grateful that it comes but once a year.

Reply

How to: Use strings in a secure manner with SecureString class

posted by alunharfordalunharford(5) 4 years, 1 month ago 0

Anybody attacking a .NET product will do it by attaching a debugger, so this is all pretty pointless.

Since the key and the ciphertext is in memory, they can just use your own code to decrypt it.

Reply

Read-only properties using automatic properties in C# 3.0

posted by alunharfordalunharford(5) 4 years ago 0

Why did this get kicked?

Not only is the article trivial (I wouldn't employ a C#2 programmer who didn't understand private setters), it also manages to be wrong.

private != readonly

Reply