Scott Gu indicated that the primary purpose for the early public release was to get the product tested as much as possible, particularly around performance and stability. To run this version, you need ...
In previous columns I’ve looked at using TypeScript with popular JavaScript frameworks like Knockout and Backbone. It makes sense, therefore, to look at how to use TypeScript with one of the most ...
How many of you rushed to download Beta 1 of Visual Studio 2010 (news, site) when it was released last week? A lot, exactly. But how many of you came away just a little disappointed to find out that ...
Applying role-based security is easy in ASP.NET MVC: Just decorate the relevant action method/controller class with the Authorization attribute, specify the allowed roles, and you're done. Every once ...
On Wednesday, Scott Guthrie and Jason Zander, corporate vice presidents of Microsoft's Server and Tools Business and the Visual Studio Team, respectively, highlighted some significant developer ...
I recently wrote a column on how to open a dialog box in an ASP.NET MVC application. In that column, I had the HTML for the dialog box dynamically generated at runtime from a Partial View and ...