ConnectionManager<ReliableSqlConnection> Windows Azure

ConnectionManager<ReliableSqlConnection> Windows Azure

Old forum URL: forums.lhotka.net/forums/t/11203.aspx


Peran posted on Thursday, March 01, 2012

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