Is WebServices or PageMethods required more with ASP.NET MVC?

in the web forms I've used to create WeebServices and PageMethods to be able to call JSON results with jquery, so what is needed more with MVC?

0


a source to share


1 answer


If this is what you used the WebService for, then no, it is no longer needed.



+3


a source







All Articles