I need to access a Web-svc, run a bunch of queries and save the data to a store as part of an analysis. On top of this, there is a web-site that will query the datastore and show this data.
We have features like this getiing added every month. How can I reduce the amount of boilerplate code that get's written.
- Add web svc ref
- Wrap methods in provider layer to handle exceptions
- Prepare request
- Send request
- Store data locally.
- Retrive and show data through aspx.
This is such a pain.