Let's test your knowledge. Click the correct answer from the options.
Which of the following is NOT a best practice for database access in C#?
Click the option that best answers the question.
- Using parameterized queries
- Using raw SQL queries
- Closing connections when finished
- Implementing error handling