News

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 ...
ASP.NET MVC is important to all Microsoft .NET Framework developers for at least two reasons. First, it reflects the first Microsoft commitment to the Model-View-Controller (MVC) pattern for ...
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 ...
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 ...