Explore >> Select a destination


You are here

dontcodetired.com
| | swimburger.net
8.8 parsecs away

Travel
| | With ASP.NET Blazor WebAssembly you can create .NET applications that run inside of the browser. The output of a Blazor WASM project are all static files. You can deploy these applications to static site hosts, such as Azure Static Web Apps and GitHub Pages.
| | timdeschryver.dev
9.2 parsecs away

Travel
| | A detailed exploration of the process and insights gained while creating my first Azure function.
| | www.inogic.com
10.1 parsecs away

Travel
| | Introduction: Azure function is a serverless architecture where your code is hosted in the cloud and you do not need any infrastructure to host this. Traditionally extending business logic for Dynamics 365 Customer Engagement (D365 CE) included creating plugin and workflow assemblies which would be deployed to CRM using Plugin registration tool. The assembly could
| | smsagent.blog
74.1 parsecs away

Travel
| For a long time I've used the following PowerShell cmdlet from the Intune PowerShell SDK to get an access token for Microsoft Graph for running ad-hoc Graph queries or testing automation code locally: $GraphToken = Connect-MSGraph -PassThru Since most of the time I prefer to construct my own code to call the REST API directly...