Hi
I'm creating an informtion board application for my workplace to aggregate and display information from different systems. The application will connect to Lync via UCMA to retrieve presence information and connect to another system to retreive information via HTTP and XML. This should be displayed on one webpage for easy consumption.
Does it seem sensible and possible to create a solution with four projects: one for the UCMA app (targeting .NET 3.5), one for retrieving information from the other system, one for a asp.net web api to expose the information, and one for the website that will consume and display the information?
Regards Anders