i don t want to encapsulate every call in a try catch block
is there an event i can subscribe to, for when a connection is lost or timesout so that i can reconnect..
or some way to not check every linq query.
and if not why not!
Edit: Does Linq to Entity s have this?
Edit: I m using Microsoft SQL Azure, and it drops connections alot.
Edit: I open a new connection on every call to the db. so its not that I m leaving the connection open.