I\'m setting up a public site and the first thing on my mind is SQL injection. I have some text fields I\'m saving and am using linq to update/write to the database. Am I sa
It should because the SQL emitted uses named parameters which cannot be exploited to execute arbitrary SQL.