5
votes
2answers
155 views
How do I create a thread that runs all the time in the background in a .net web site?
I intend to build a small web site that will poll a third party web service, say every 15 minutes, store the collected data in a db and display the results via web pages.
I want the polli …
1
vote
2answers
125 views
Encrypting and Decrypting XML sent and received by RESTful WCF Web Services
I have a web service that receives data in XML. I wish this XML to be encrypted before it is sent and have the serializer handle the decryption. This would let the service methods receive the obj …
0
votes
ASP.NET MVC AJAX with jQuery
I have written a blog post on this that will show you do how to this without …
