Configure HTTPS with LetsEncrypt MANUALLY 25 July 2017 Peter-Himschoot In this blog post I want to show you how to get an HTTPS certificate (for free) to protect your web [More]
SharePoint Framework (SPFx): Using the new Microsoft Graph client from an application extension 05 July 2017 Tommy-Vanhee TypeScript, Office 365, SharePoint, SharePoint Online Using the Microsoft Graph client from an Application Customizer ExtensionIn this post I will show y [More]
Enforce HTTPS everywhere with the HSTS header 02 July 2017 Peter-Himschoot Enforce HTTPS everywhere with the HSTS headerWith the HTTP Strict Transport Security header you ca [More]
Using the Workflow Definition Language in Microsoft Flow 30 June 2017 Robrecht-Van-Caenegem Flow I’ve been playing with Microsoft PowerApps and Microsoft Flow since the first time it was introduced. And I must admit, I really love the way you can create mobile apps and flows in just a couple of minutes. I agree, once you really get in there, you bump into things that are still missing. But hey,... [More]
Protect your dotnet core website with Content Security Policy 19 June 2017 Peter-Himschoot .NET Development Protect your dotnet core website with Content Security PolicyThe new Content-Security-Policy HTTP [More]
Creating A Self-Signed Code Signing Certificate from PowerShell 18 May 2017 Tommy-Vanhee PowerShell In PowerShell, being able to execute scripts depends on the execution policy of your machine.You mig [More]
Exposing your Azure API App to PowerApps and Flow 04 May 2017 Michael-Van-Wesemael API Apps, Flow, PowerApps Since some time Azure allows you to expose your API apps to PowerApps and Flow in an easy way. Just go to your API definition (make sure CORS is enabled) and click on the export-button. This gives you a dialog where you can download or get a link to your Swagger metadata-file. Download it, and clic... [More]
Creating connectors for your Logic Apps/Flow (Part 3 – More triggers) 03 May 2017 Michael-Van-Wesemael API Apps, Azure, Flow, Logic Apps So, let's recap: we had regular connectors, we had poll triggers. So, we're still missing the push triggers. A poll trigger needs to be polled regularly by the logic app to see if it can continue. A push trigger does not have to be polled, it will tell the logic app when it needs to continue, passin... [More]
Deciding when to do a differential backup 02 May 2017 Nico-Jacobs SQL Server SQL Server allows for differential backups, which only backups extends modified since the last full backup. The advantage of these differential backups is that if only a small portion of your data has changed since the last full backup, you need less time and storage for your backups! The disadvanta... [More]
Angular Language Service 02 May 2017 Diedrik-De-Mits One of the best extensions you can find for your Angular programming needs is called the "Angular La [More]