Over the past couple of months, I've decided I no longer like accepting a FormCollection object in post actions in my MVC applications. I've decided to strongly type my parameters for easier debugging and, well, it's resulted in a whole lot fewer casts in my code. It just makes sense.
[More]