Michael Washington's Blog

May 26, 2020

Installing Blazor Oqtane

You can install Blazor Oqtane on Azure…

Tags: Blazor,Oqtane
 •  0 comments  •  flag
Share on Twitter
Published on May 26, 2020 18:31

May 16, 2020

Implementing Roles In Blazor WebAssembly

image

You can implement roles in a Blazor WebAssembly application…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on May 16, 2020 12:22

April 19, 2020

Advanced Blazor Templating

image

Basic Blazor templating has been covered in Creating Blazor Templated Components, but what if you need to make a Blazor template that takes another template as a parameter…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on April 19, 2020 16:07

April 12, 2020

Oqtane Module Creator

image

To extend and expand Oqtane, you can create custom modules. There are two methods to create custom modules in Oqtane, inline, and external

Tags: Blazor,Oqtane
 •  0 comments  •  flag
Share on Twitter
Published on April 12, 2020 18:31

January 21, 2020

Embedding Power BI in Blazor

image

You can easily embed Power BI reports into a Server Side Blazor Application…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on January 21, 2020 22:13

January 16, 2020

Microsoft, Google and Cookie Authentication and Authorization

image

The Blazor Help Website was recently featured at the Microsoft virtual conference, DotNetConf

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on January 16, 2020 05:21

December 31, 2019

Creating A Step-By-Step End-To-End Database Client-Side (WebAssembly) Blazor Application

image

In this article, using client (WebAssembly) Blazor, we will demonstrate how a list of Weather forecasts can be added to the database by each user. A user will only have the ability to see their own forecasts…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on December 31, 2019 13:04

December 29, 2019

Creating A Step-By-Step End-To-End Database Server-Side Blazor Application (updated to .Net Core 3.1)

image

The primary benefit we have when using server-side Blazor is that we do not have to make web http calls from the client code to the server code. This reduces the code we need to write and eliminates many security concerns…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on December 29, 2019 13:03

December 22, 2019

Client Side Blazor Authentication Using Azure AD and a Custom AuthenticationStateProvider

image

You can easily implement authentication for your client side Blazor applications using Azure Active Directory

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on December 22, 2019 09:39

December 15, 2019

Uploading Images With The Blazor Rich Text Editor

image

By combining Blazor components, you can easily enable uploading of images into the Blazor Rich Text Editor

Tags: Blazor,Radzen
 •  0 comments  •  flag
Share on Twitter
Published on December 15, 2019 15:00