7
shouts

Submitting my first bug after ASP.NET MVC 1.0 RTM Release - Kazi Manzur Rashid's Blog

published 352 days, 16 hours, 38 minutes ago posted by mithumithu 353 days, 14 hours, 19 minutes ago
Tuesday, March 24, 2009 2:34:54 PM GMT Monday, March 23, 2009 4:53:49 PM GMT

The Controller class of ASP.NET MVC Framework has few overloaded methods to return json result from the controller actions. Internally it uses the JavaScriptSerializer which was introduced in ASP.NET AJAX Framework. But unlike the DataContractJsonSerializer which works on attributes, the only way you can control the json output in JavaSc...

category: ASP.NET | clicked: 1 | | source: weblogs.asp.net | show counter code
tags: ASP.NET, ASP.NET MVC, ASPNETMVC