Give me simple example for API calls in asp.net
-
Hi, Can you anybody tell me how can we use the "API calls" in asp.net?. Please give me simple example or any idea. Thanks, Periyasamy.R
-
Hi, Can you anybody tell me how can we use the "API calls" in asp.net?. Please give me simple example or any idea. Thanks, Periyasamy.R
PeriyasamyRamachandran wrote:
Can you anybody tell me how can we use the "API calls" in asp.net?
API just means Application Programming Interface, i e you must be having some some dll or webservices. Create an object of the required class and access the method of those class using the object or if there is static method then you can access it using the class name itself. Are you talking about something else?
-
Hi, Can you anybody tell me how can we use the "API calls" in asp.net?. Please give me simple example or any idea. Thanks, Periyasamy.R
If you mean accessing windows dlls / win32 api or something, please search for "p/invoke .net api" in google or have a look here
-
PeriyasamyRamachandran wrote:
Can you anybody tell me how can we use the "API calls" in asp.net?
API just means Application Programming Interface, i e you must be having some some dll or webservices. Create an object of the required class and access the method of those class using the object or if there is static method then you can access it using the class name itself. Are you talking about something else?
Yes i am looking something like i have to retrieve the data from a server and update into my local database. To retrieve the data i need to use "API cals". Can you reply how can i proceed this? or Please give an example for API calls. Thanks, Periyasamy.R