Featured
-
No Featured Found!
Tags
How to Store & Retrieve Data Without Pinging Server Multiple Times?
Hi,
Hope you are doing great.
I would like to know what I can be using in order to not ping the server back for authenticating the user. Where do I have to store the data and retrive it without pinging the server multiple times.
...
How to Hit Delete API of MVC5
Hi,
I am trying to hit a MVC web API for deleting the record but i am getting the error that no resource found. I am able to hit the API using PostMan and fiddler but i am unable to hit it using Rest Clinet. Here is my code
var request = ne...