Tag: Development

Community

RESTful routing in ASP.NET MVC

(Kevin Ortman) This sample application demonstrates how to use the SimplyRestfulRouteHandler to provide a RESTful approach to client-server communication. The SimplyRestfulRouteHandler is included in the MVC Contrib project, which extends the functionality of the ASP.NET MVC framework.

Community

Reading a Chunk

(Jim Mischel) To read a chunk of the file, then, we read each line from the file, add the line to our list of lines, and add the computed string memory to a running total. Once the total exceeds the memory threshold specified by the caller, we stop. Well also need to put an upper limit on the number