Using Semantic Kernel with multiple services
The builder for the Semantic Kernel (SK) allows to add multiple services to the kernel. I was wondering how the SK knows which service to choose during the runtime. The answer is quite simple.
Continue readingProject Server Resources
While working with the Project Server I had to search a lot for resources. So I collected them together to have a quick access. I added also Postman collections and environments to have a convenient way to test and work with the Project Server REST and OData API. All the resources you can find in the Project Server Resources repository on GitHub.
Lessons learned from working with Project Server API
Recently I worked on a project involving the Microsoft Project Server 2013. My task was to create a data synchronization using the available Project Server API’s. I never worked with the Project Server before, so this was all new to me. The way to reach the goal was bumpy and sometimes frustrating. But at the end I learned much during this project, so I would like to share it with you.
Continue reading