In WCF we use close() and Abort().
Are these used to dispose the objects?
If so, there should be using of some unmanaged resources. What are they?
In asmx we don't use like this closing. So what is the difference in implementations? I mean WCF is a developed version of asmx to support multiple protocols right?
Then why asmx is not needed to be closed and WCF should be.