摘要:
1. What is delegate in C#?A delegate is an object that knows how to call a method.A delegate type defines the kind of method that delegate instances c... 阅读全文
摘要:
Pure Web Service(ASMX):Starting back in 2002 with the original release of .NET, a developer could fairly easily create an ASP.NETASMX-based XML web se... 阅读全文