Showing results for Web - Developer Support

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 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 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
Apr 8, 2020
0
0

Integrate Azure API Management with Okta

Developer Support
Developer Support

In this post, App Dev Manager Chris Hanna explains how to integrate Okta with Azure API Management for authentication.

SecurityAPI ManagementOAuth
Apr 7, 2020
0
0

Injecting content to every page on a site

Developer Support
Developer Support

I had to come up with a way to magically inject a script on every response, regardless of what technology was used to create the application or web page… believe it or not, this was not only possible but it is quick and simple!

Teamasp.netURL Rewrite
Mar 30, 2020
0
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.

Web AppBlazor
Jan 20, 2020
0
0

Understanding how to port your ASP.NET web apps to ASP.NET Core

Developer Support
Developer Support

There are several reasons that developers and architects may consider moving to ASP.NET Core. In this post, learn all the considerations when planning an upgrade from ASP.NET to ASP.NET Core.

Teamasp.netasp.net core