Archives
Categories
- Age of Empires
- Apple
- Astronomy
- Blogging
- Browsers
- C#
- Encryption
- Firefox
- Flock
- Games
- General
- Health
- Heart
- Internet Explorer
- iPhone
- Jokes
- Libertarian
- Music
- NASA
- Netscape
- Neumont
- NORMA
- Objective-C
- Opera
- ORM
- PHP
- Political
- Political Views
- Programming
- Rev-Net
- Science
- Site
- Software
- SQL Server
- starkBlog
- Technology
- Things that piss me off
- Travel
- wordpress
- WoW
Meta
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 AES, best practices, C#, CLR, Encryption, Reporting Services, Rijndael, Sensitive Data, SQL Server
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