I\'m building what could be called the DAL for a new app. Unfortunately, network connectivity to the database is a real problem.
I\'d like to be able to temporarily
Probably not helpful for simulating "real" network issues, but you could just point your DB connection string to a non-existent machine while within the scope of your test.