Community

ASP.NET Web API: Customizing the JSON representation for every request.

(Dave Van den Eynde) Returning JSON in response to a web request is what we all love to do, right? Except of course there’s a serious security problem in returning arrays in JSON. So serious, that the ASP.NET MVC team decided to add a ‘feature’ that requires you to write in your explicit content tha

Read More - Register for Free Membership