I have started using SQL Server 2012's Always On feature and during a failure, the server database connection is down for about 15 seconds during the failover transition.
During that period, all queries in the middle of executing and all new connections will fail... so the client applicaiton would ideally support retrying the connection if it detects that the failover is occuring.
Are there any frameworks or ORMs that can handle this situation automatically?