Fabio Pintos

Bits of information, from developer to developer.

June, 2009

Posts
  • Fabio Pintos

    How to properly convert SecureString to String

    • 5 Comments
    It feels like forever since SecureString has been introduced in the .Net Framework and yet I keep seeing it being mishandled, in particular by code that returns or receives passwords in clear text, so in this post I’ll show what you should be looking...
  • Fabio Pintos

    Eliminate barely used fields

    • 0 Comments
    Let’s start this blog with something simple but that I see every once in a while during code reviews: barely used fields. These are fields that get used once in a while, but not all the time. In the middle of all your code they seem to be necessary, but...
Page 1 of 1 (2 items)