Debugging ASP.NET Core applications within IIS
I have been working with ASP.NET core for a while now and always missed the direct IIS support in Visual Studio. Having to remember to spin up the project to start IIS express is a bit of a nuisance. When developing software, we want the actual debugging and run processes to be as automated as… (6 comments)

Creating a Side Menu for ASP.NET Core using a View Component
While developing our new web application, we wanted to add a menu component that is dynamically generated based on the current route and parameters. I initially looked into the concept of partials in ASP.NET Core, and while these are great for reusing static markup, they’re not so great for building dynamic, data-driven content such as… (6 comments)

Integrating SharePoint with OutSystems
By Chris Johnson @ kolaberate.com Integrating SharePoint with Out Systems Introduction This article is about accessing your Office 365 SharePoint application via the SharePoint API to fetch or update its resources specifically using REST API services from OutSystems. You are probably reading this article because you want to get access to your existing company intranet,… (9 comments)