Should I re-write all my ASP.NET web-services as WCF? -
is there added benefit worth bother of spending time converting existing asmx web-services wcf?
(i have 10 web-services in project)
as stated here, if don't need "to guarantee message delivery, participate in transactions, or use binary serialization instead of xml," don't bother. asmx still works fine many purposes.
Comments
Post a Comment