Mark As Completed Discussion

Try this exercise. Click the correct answer from the options.

Which of the following is NOT a best practice for interacting with databases using .NET?

Click the option that best answers the question.

  • Using parameterized queries to avoid SQL injection
  • Storing plain text passwords in the database
  • Closing connections after use
  • Using connection pooling to improve performance