I’m developing a Windows app using C# and a SQL Server database. In a course, I have learnt that the apps or websites using SQL can be hacked using a simple technique called SQL injection.
- I wanted to know other security threats that I need to take care of
- Also, we all have seen many apps crash while working, is there anything a developer can do to avoid application crashing?
Any references can also be helpful.