3
I came across the need to consume an ASMX Web Service. Until then I had only consumed Restful Apis. I noticed that the same is very different from a Restful API, for example.
Given the way it is configured, it seems that the same has already been left aside, which is something quite old.
Is it recommended to use an ASMX Web Service? Does anyone still use it to create a Web Service from scratch?
Given what you said, about ASP.NET Core and, adding that it has been a great success since release along with community support, would it be correct to say that it is currently better to create an ASP.NET Core API than ASMX? I see no explanation for using an old technology that is probably only available due to the large number of applications that use it.
– perozzo
Yes, it’s much better.
– Maniero