Use `AddWithValue` abstraction for SQL parameters
Closed this issue · 1 comments
stevebrownlee commented
- Should we show students this?
- If so, when?
askingalot commented
I'm going to make the call that we don't do this. AddWithValue()
is nice, but I think the extra (albeit slight) practice with instantiating objects that new SqlParamter()
provides is worth a little extra typing.