Tag Archives: best practices

AES/Rijndael Encryption

I’ve been pretty busy with work lately, but it has been very interesting. The past couple of days I’ve been working with the AES/Rijndael to encrypt sensitive user data in the application I’m currently working on. It has been pretty … Continue reading

Posted in C#, Encryption, Programming, SQL Server, Technology | Tagged , , , , , , , , | 6 Comments

Performance of Different Types of For Loops

In an old post I found online here the author asks how you would go about writing a simple for loop. I was bored tonight, so I wrote a simple program to time several different types of loops to confirm … Continue reading

Posted in C#, Programming | Tagged , , , , , | 4 Comments