Great video! I just customized a snippet I downloaded from an online library. It inserts a ternary operator in C#. I wish I would have seen this video first! :O
Nice! I have a question about an attribute on this service.
It was marked with the auto-complete attribute that votes to commit the transation if no exceptions occur. What effect does that have in this case?
The client has to issue the commit in this scenario. Is the work performed by the service still uncommitted at the period of time "after the service method completes and before the commit button is clicked"? I suspect yes, so why have that attribute on the
method? Is it just to play nice in case this service is invoked by a different type of client?
Xml Editor: Creating Code Snippets
Apr 01, 2007 at 9:37 PMScreencast - Transactional NTFS and WCF
Mar 31, 2007 at 12:56 PMIt was marked with the auto-complete attribute that votes to commit the transation if no exceptions occur. What effect does that have in this case?
The client has to issue the commit in this scenario. Is the work performed by the service still uncommitted at the period of time "after the service method completes and before the commit button is clicked"? I suspect yes, so why have that attribute on the method? Is it just to play nice in case this service is invoked by a different type of client?