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
You're good to go. Linq does parameterize the data it sends to the database.
Use the Log property to check out what's happening: dc.Log = Console.Out;
dc.Log = Console.Out;