Personally, I am trying to write safe ASP.NET code. However, I became quite paranoid with respect to the code that I am writing as I worked for the Registrar (high fraud targets). Are there any ASP.NET functions that I should look at with utmost care (except for SQL access - I know enough not to execute dynamic SQL).
source
share