I'm just starting looking into the possibility of rebuilding the software this site runs on in C#.
It looks like it'll be fairly easy to make a seamless transition from a visitors perspective, but I'll probably need to completely rebuild the admin system.
Which isn't a bad thing... Question is, how secure is code written in C#? Will I need to have extensive checks on user input like I do in PHP... Or will I need to have more checks?
My guess is less as it's not a scripting language, but it'll be interesting to see how easy it is to break it.
Permalink