ReSTNET Yesterday and this afternoon
Yesterday (and this afternoon), I banged out some code that makes implementing RESTful web services a bit simpler (not too much right now). Basically using a pattern, it will dispatch a specific URI to a specific method. This pattern is of course a regular expression. Each verb may have 1 or more patterns. If you don't want to handle a specific verb, don't put it in the verbs section of the config file. When faced with this situation the handler will return Method Not Allowed to the client. [News from the Forest]
Muy interesante...
About Scott
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.
About Newsletter
Comments are closed.