Category Archives: Tutorials

Microsoft Authentication Library for .NET

Microsoft Authentication Library for .NET Source code on github. Microsoft Authentication Library for .NET (MSAL.Net) is a .Net Library that enables applications to provide authentication operations using Microsoft Entra ID. This text explains what MSAL is and how to use … Continue reading

Posted in C#, C#, Dev, Tutorials | Tagged , | Leave a comment

NAV and Business Central Purchase Approval Workflows

Introduction A Workflow is a sequence of steps towards the completion of a task. In NAV and BC a Workflow is a sequence of events. An Event is triggered when a specified Condition becomes true and leads to a Response. … Continue reading

Posted in NAV/BC, Tutorials | Tagged , | Leave a comment

Ansible tutorial

Ansible is an open source suite of tools used in application deployment, configuration management and cloud provisioning. Ansible connects to the hosts it manages, using temporary SSH connections. It executes without using agents in the managed hosts. It just pushes … Continue reading

Posted in IT, Tutorials | Tagged | 1 Comment