I am trying to develop a wind开发者_如何学编程ows application using C# and SharePoint built in web services,
I need to create a .Net web service (WCF is out of the question) that should receive xml and return xml. I initially setup the function like so:
I have a simple web site with two pages.One displays a list of files, and the other streams a file when it\'s clicked in the list.All was fine in production for 6 months, but now I have to move the si
I am trying to teach myself how to use SQL, namely mysql. What I am trying to understand is how to deal with many different types of data with in the same table.Say I am building a web application, a
Suppose I haev a video file: http://mydomain.com/thevide开发者_开发问答ofile.mp4 How do I get the header and the content-type of this file? With Python. But , I don\'t want to download the entire fi
I\'m new to Drupal and I have a quick question: I\'ve created a content type \"news_section\" for our site\'s news, but I have no idea how to access开发者_StackOverflow社区 that. It says that I can ac
I have an application开发者_开发百科 that uses html5 to let the user listen to some audio samples on the server.If I specify the path to an actual audio file on the server, things work as expected:
I\'d like to implement an extension me开发者_开发技巧thod IsJsonRequest() : bool on the HttpRequestBase type. In broad terms what should this method look like and are there any reference implementatio
Working with JSON is quite new to me, yet I already like it. But i\'m facing an annoying issue. Here\'s how things work:
How can you set the Content-Type header to \"application/x-www-form-urlenco开发者_如何学编程ded; charset=UTF-8\" using JavaScript?