开发者

Creating a Web Service to automatically get information

开发者 https://www.devze.com 2022-12-30 08:59 出处:网络
I want to create some sort of method of creating a web service that will run automatically and run DB queries and some API calls which will then store data that I can use/call without taking the proce

I want to create some sort of method of creating a web service that will run automatically and run DB queries and some API calls which will then store data that I can use/call without taking the processing or time penalty of 开发者_JAVA百科doing it every time a user access my web service. Is this possible? If so, point me in the right direction on how to implement something like this

Using vb.net and ASP.net

Thanks in advance!!


After you create your Web Service you can implement caching of the data.

You can follow the MSDN guide: http://msdn.microsoft.com/en-us/library/ff647786.aspx


Use the proxy and caching design patterns.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号