Transient Fault Handling with SQL Azure using Entity Framework
问题 I currently use SQL Azure and Entity SQL in my application. e.g. Entities model = new Entities(); db_Item item = model.db_Item.First(); Now I want to use the Transient Fault Handling out of the Enterprise Library but there are no examples or solutions that I can find that would allow me to do something like override the Entities class, so I don't have to update my code in hundreds of places. Could someone please provide more information on how this could be done? 回答1: Going through what I