↧
JSON: serialize and deserialize functions in JavaScript
Source: kristofdegrave In my Linq2IndexedDB project, I take advantage of the web workers to do all the filtering that the IndexedDB API doesn’t allow (multiple filters, like, inArray, …). For all these...
View ArticleProtected: Web Api: Passing a Complex type in JSON
Source: Kenny Tordeur This post is password protected. To view it please enter your password below: Password: Kenny Tordeur, one of our experts, regularly blogs at Kenny Tordeur.
View ArticleWeb Api: Passing a Complex type in JSON
Source: Kenny Tordeur In one project i wanted to pass a complex type to the Post method of an Web Api controller. The Post itself will be done using JQuery in the JSON format. I noticed that the...
View Article