Developer Support

Advocacy and Innovation

Latest posts

Leverage ServicesHub for All of Your Training Needs!
Apr 1, 2020
Post comments count 0
Post likes count 0

Leverage ServicesHub for All of Your Training Needs!

Developer Support
Developer Support

ServicesHub, which replaces the legacy Premier Portal is the central tool for interaction with Unified Support. The ServicesHub is partitioned into four child sections beneath the Home page: “Support”, “IT Health”, “Learning”, and “Resources”.

Connecting A Durable Function to SharePoint Online
Apr 1, 2020
Post comments count 0
Post likes count 0

Connecting A Durable Function to SharePoint Online

Developer Support
Developer Support

We decided on another great Azure Resource, the Azure Durable Function, because we wanted to provide SharePoint a custom status that could be leveraged for a progress bar, we also had the need to build a separate function that had a workflow that could span hours or even days.

Application Insights – Use case for TelemetryClient flush calls
Mar 31, 2020
Post comments count 0
Post likes count 0

Application Insights – Use case for TelemetryClient flush calls

Developer Support
Developer Support

Ideally, the right usage pattern for Flush method is when the application encountered something unexpected, shutting down and needs to upload exception before crashing.

Enabling remote workers with Azure Windows Virtual Desktop Infrastructure
Mar 31, 2020
Post comments count 0
Post likes count 0

Enabling remote workers with Azure Windows Virtual Desktop Infrastructure

Developer Support
Developer Support

This retail customer was able to implement a critical business work-from-home policy using Azure VDI pools, auto-scale capacity on-demand to meet dynamic usage requirements, exploit existing Azure Active Directory and Azure ExpressRoute investments to provide seamless access to corporate compute services.

Modernize your legacy Windows desktop apps with ease using Xaml Islands
Mar 31, 2020
Post comments count 0
Post likes count 1

Modernize your legacy Windows desktop apps with ease using Xaml Islands

Developer Support
Developer Support

Xaml Islands enables developers to enhance the look, feel and functionality of legacy Win32 C++ or WPF apps using UWP controls without having to do a complete rewrite. Xaml islands also offers the ability to leverage new UI controls on specific parts of the app so you can modernize at your own pace.

5 Reasons Why Engaging with Your End Users Improves Your Code
Mar 30, 2020
Post comments count 0
Post likes count 0

5 Reasons Why Engaging with Your End Users Improves Your Code

Developer Support
Developer Support

One of the biggest mistakes I see in any project is the development team failing to get outside feedback. Whether project teams wait until the very end of a project to reach our or they don’t get feedback at all, these teams are missing out on one of the best sources of information to help build a better solution.

Routing in Blazor Apps
Mar 30, 2020
Post comments count 0
Post likes count 0

Routing in Blazor Apps

Developer Support
Developer Support

Based on the current implementation, Blazor Router makes routing much easier to implement and developer hardly need to maintain routing as the application evolves. Bugs due to misconfiguration of routing might become a thing of the past.

Angular How-to: Add Application Insights to an Angular SPA
Mar 29, 2020
Post comments count 4
Post likes count 0

Angular How-to: Add Application Insights to an Angular SPA

Developer Support
Developer Support

Application Insights is an Azure service for monitoring web applications. It includes analytics tools to help you understand application usage and to diagnose issues with the goal of continuously improving performance and usability.

Push an ASP.NET Core API Container to Azure Container Registry Part 2 of 2
Mar 28, 2020
Post comments count 0
Post likes count 0

Push an ASP.NET Core API Container to Azure Container Registry Part 2 of 2

Developer Support
Developer Support

ASP.NET Core is a cross-platform, open-source framework for building modern , cloud-based, connected applications. With ASP.NET core you can build web apps, API APS, Microservices, mobile backends, and IoT apps.