Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
56 views

Time Out issue in HTML5/jQuery application

I am developing an HTML5/jQuery application in .NET 4.0. The application is used to upload the excel files using WCF Rest services (webHttp). The uploaded files saved in SQL Server drop zone and then ...
JSK's user avatar
  • 583
1 vote
1 answer
1k views

Best way to return JSON to JScript using json.net

I'm returning a JSON using WCF and webHttpBinding so that it can be used JQuery for some grids. Today, I'm querying the database, and getting a DataTable back and, using Linq, I fill a List<DTO> ...
Pascal's user avatar
  • 2,974
1 vote
3 answers
255 views

What should we take care of when passing json to a WCF webHTTP service?

I'm running into a lot of troubles trying to do a post request from my jQuery code passing a JSON object to my webservice method. I know this question might seem to be pointless, but I wanted to know ...
mati's user avatar
  • 5,328