andrewbb (8/29/2015)
Is it possible hackers deliberately marketed non-SP solutions to make hacking easier?
If the code built in the managed code is properly parameterized instead of consisting of concatenated dynamic SQL, then that managed code will be as secure as a stored procedure in most cases.
But, to answer your question, yes. Hackers will frequently try SQL Injection and it's still the number 1 hack attack followed closely by using leaking login information to get in.