Hi, Just a quick thought: Controller Action Return Values. Why return value of action is never used in ASP.NET MVC? Why should we always use Response.Write or render a view to return data to client (in whatever format it is)? Thoughts? Cheers, Dmitriy.