Dave Zych
  • Home
  • About
  • Contact
  • Privacy
Subscribe
Tagged

Jimmy Maintenance Man

A collection of 1 post

C#

Avoid Commenting Your Code

When I’m answering questions on Stack Overflow, I see a lot of questions with code like this: // Convert our ciphertext into a byte array. byte[] cipherTextBytes = encryptedBytes; ... // Create uninitialized Rijndael encryption object. TripleDESCryptoServiceProvider symmetricKey = new TripleDESCryptoServiceProvider(); ... // Define memory stream which will be used to hold encrypted data. MemoryStream memoryStream

  • David Zych
David Zych Jul 24, 2013 • 2 min read
Dave Zych © 2022
  • Data & privacy
  • Contact
Powered by Ghost