Wanting to add some functionality to query your application for a status, or start an action? maybe you want to write a whole web ui/control panel separately from the application. Well, let’s take a look at a very basic approach of how we can do this. First of all, your project needs to be .NET […]
Recently for work I’ve had to manage a large number of Office 365 users and create a new ‘intake’ of accounts, which is done yearly. Since the last time I was doing it, it seems that the MSGraph module has been updated and preferred over the MSOnline method. I’ve collected and saved a few useful […]