Has anyone tried using a ConnectionManger/ReliableSqlConnection combo in Azure:
Csla.Data.ConnectionManager<
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.
TransientFaultHandling.SqlAzure.ReliableSqlConnection>
Are there any gotchas I should know about?
I'm also considering where to hook ReliableSqlConnection.Connection/CommandRetryPolicy.Retrying (to log any retry attempts), so that I only have the event hooked once.
Thanks
Peran
Copyright (c) Marimer LLC