Hi all.
When developing your website, how do you handle interacting with the API in your test environment? We are using Visual Studio 2010, local copies of our web databases, and are trying to think about how to "fake out" the API without being inside our firewall...
The thought is that we have a local copy of the Tessitura DB, load IIS on the machines, throw the API into an app pool and pray... but I thought I should ask here what other people are doing before I get too far into the weeds. Not that inventing wheels isn't fun.
Thanks in advance.
Matt BelangerWeb DeveloperOregon Shakespeare Festival
Hi Matt,
Would dependency injection work for this? I was reading an article not to long ago on it. http://blog.eriklane.com/post/Using-Dependency-Injection-to-Decouple-a-Web-Service.aspx
Jon
Interesting stuff. Thanks, Jon. However, we are really trying to emulate as closely as possible the pieces of our web configuration. I'll consider it as an option if I run into a wall.