Showing results for June 2020 - Developer Support

Jun 30, 2020
0
0

What’s In A Name?

Developer Support
Developer Support

Productivity and efficiency (pronounced developer happiness) are hinged on reducing one's cognitive overhead; if I have to stop what I’m doing to process why something is the way it is, there's a chance that the design was flawed. Norman Doors exist everywhere; let’s get rid of them a name at a time.

TeamDevelopmentPremier
Jun 29, 2020
1
0

Extending Teams with Broadcast Messaging

Developer Support
Developer Support

One of the common and important scenarios for many organizations these days is the necessity of sending a message - or even an alert - to all the users across the company. This is also called “broadcast messaging” or “proactive messaging”.

TeamMicrosoft Teams
Jun 26, 2020
0
0

How Microsoft helps customers adopt Azure through developer education

Developer Support
Developer Support

In this post, we review how Microsoft is helping our customers achieve tech intensity by providing a wide array of Azure learning opportunities to constantly build, maintain and strengthen the cloud capabilities of their developers and IT staff.

TeamAzureTraining
Jun 25, 2020
0
0

How to Utilize gRPC-Web From a Blazor WebAssembly Application

Developer Support
Developer Support

It is currently impossible to implement the gRPC HTTP/2 spec in the browser because there are no browser APIs with enough fine-grained control over requests. Well the good news is that gRPC-Web is here for the rescue!

BlazorgRPC
Jun 24, 2020
0
0

5 Super Useful Azure DevOps Extensions

Developer Support
Developer Support

Thanks in part to Microsoft's recent embrace of open source principals there is a large marketplace of community driven extensions available.

Azure DevOps
Jun 18, 2020
0
0

How to Debug and Step Into Service Fabric SDK Source Code

Developer Support
Developer Support

In this blog, Premier Consultant Kurt Schenk shows how to debug into the source code of the Service Fabric SDK which is used to develop Reliable Services and Reliable Actors.

C#DebugAzure Service Fabric
Jun 12, 2020
0
0

How To Detect Unsupported Browsers Under a Blazor WebAssembly Application?

Developer Support
Developer Support

I recently ran into an issue where running a Blazor WebAssembly application under unsupported browsers would simply get stuck on the loading page. Whereas older browsers are supported under the “Server Side” model, it would be a much better experience to present the user with a more meaningful indicator that the browser is not supported.

Wael KdouhBlazor
Jun 10, 2020
0
0

Maintain projects with different SharePoint Framework versions using Azure Container Registry

Developer Support
Developer Support

Azure Container Registry (ACR) is a managed Docker registry service based on the open source Docker Registry 2.0. ACR is the ideal choice if you want to have standard images for all of our developers, shared images with our continuous integration (CI) processes, and manage everything from a single platform and provider.

DockerSharePointAzure Container Registry
Jun 8, 2020
0
0

CI/CD with SharePoint Framework (SPFx)

Developer Support
Developer Support

In this post, App Dev Manager Dhaval Shah shows how to get started with CI/CD for SharePoint Framework (SPFx).

Azure DevOpsSharePointDevelopment