Imagine that you need to develop and schedule an application/script to do the following:-
- Reference one or more .net assemblies
- Query the API, get some objects
- for each object call another method in the API
What would you use?
In the past I have created small console applications that do the above, but it seems a bit clumsy and overkill.
I imagine something like PowerShell or IronPython might be a better fit.
Any recommendations?