Tagged Questions
16
votes
4answers
3k views
Mocking WebResponse's from a WebRequest
I have finally started messing around with creating some apps that work with RESTful web interfaces, however, I am concerned that I am hammering their servers every time I hit F5 to run a series of ...
0
votes
0answers
42 views
Passing a search result page(is it xml??) in visual c#
i am learning visual c# these days, mostly from the msdn, Now they have a example in which they make a RSS reader, by getting the RSS xml file from the Internet and doing work on it,,
I understood ...