We are developing an application that needs to be executing on a periodical basis (e.g. daily, or weekly depending on config).
This application needs to consume existing WCF Services but this application itself does not expose any methods for others to consume.
What would be the most suitable (and future-proof) technology to use for this case? Should we use WCF Service Library and host it as a Windows Service? Or should we just use Windows Service?
Please let me know which is the most suitable project type for this case (and why)?
Thanks all in advance!