Dynamics CRM Unified Service Desk Install

The following are steps to install the Unified Service Desk (USD). Go to the Microsoft website to download the USD files: https://www.microsoft.com/en-us/download/details.aspx?id=50355 Select files to download. I will download the…

Azure Service Bus Sample

…Create: The queue is now ready to have messages sent to it. We will create a C# console app to do this. Open Visual Studio and create a new console…

Upgrading to Unified Service Desk 4.1

In this post we will install Unified Service Desk 4.1 as an upgrade from USD 4.0. First, download Unified Service Desk 4.1 here: https://www.microsoft.com/en-us/download/details.aspx?id=58204 Select the files to download. We…

Downloading and Installing Power BI Report Builder

…Power BI Report Builder at: https://www.microsoft.com/en-us/download/details.aspx?id=58158 and click Download: Note you can also download it from the Power BI Service: Open the downloaded PowerBiReportBuilder.msi file: Click Next: Click Next: Click…

Creating an Azure Storage Account

…Azure subscription. The data storage calculator can help with estimating storage costs. To create a Storage Account, go to portal.azure.com. Select New and search for Storage Account. Select Storage Account:…

Installing North52 Business Process Activities

To install North52 Business Process Activities, first go to their website: https://www.north52.com/ Select Business Process Activities and Download North52 BPA: Complete the form to request a download: You will receive…

Dynamics 365 Mobile Apps

…then be able to enter your username and password At this point, the app will download the latest metadata and customizations. The app will then open: From here, you can…

Understanding WPF Namespaces

Here we will look at how Windows Presentation Foundation (WPF) uses Namespaces. Let’s start a new WPF project: We can see here there are XML namespaces defined: xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” xmlns:d=”http://schemas.microsoft.com/expression/blend/2008″…