I’m new to MVC and the RESTful model so I’ve read through the series and *think* I’m following it ok… I’m just not sure how to test the example. Do I need to send a JSON string as the body of a POST request to get anything back? Is there a simple way to test quickly (that it’s doing anything) from a browser with ? params?

Thanks again for your work..