News

Built-in JavaScript objects and functions are ones you'll use all the time. Here's how to use Object, JSON, String, Math, Date, and console in your JavaScript programs.
Returning Simple Strings from Action Methods When you want to return a string result -- either as text, HTML or XML -- then a ContentResult object gives you the right balance of simplicity and control ...