When I first heard of this, I didn’t pay too much attention to it. That was stupid. This is a really cool addition to ASP.NET. The author describes it better than I could. PageMethods provides a solution for the limitations of the standard way of handling pages, URLs and parameters.The usual way to proceed is not structured. With PageMethods, the code of your pages is simpler, cleaner and more reliable. The approach is based on strict page inputs and declarative parameter binding. With PageMethods,...