Aug
6
WPF animation in code
I was working on a project where I wanted transitions when a user navigated from one screen to the next. I was familiar with creating animations in Microsoft Expression Blend, so I ...
Jul
25
Simplifying SecureStrings with extension methods
With the .NET 2.0 Framework, Microsoft introduced a class called SecureString. Its purpose is to help programmers protect sensitive data by encrypting strings that are in memory. In add...