Michael Washington's Blog, page 3

October 17, 2019

Creating a Database Driven Module For Blazor Oqtane

image

In this article we will create a Database Driven module for Oqtane, the new web application framework that runs in Microsoft Blazor. There are two methods to create custom modules in Oqtane, inline, and as a separate Visual Studio project. This article will cover creating a module inline

Tags: Blazor,Oqtane
 •  0 comments  •  flag
Share on Twitter
Published on October 17, 2019 17:00

Creating a Hello World Module For Blazor Oqtane

image

In this article we will create a Hello World module for Oqtane, the new web application framework that runs in Microsoft Blazor. There are two methods to create custom modules in Oqtane, inline, and as a separate Visual Studio project. This article will cover creating a module inline

Tags: Blazor,Oqtane
 •  0 comments  •  flag
Share on Twitter
Published on October 17, 2019 17:00

October 16, 2019

Making A Server Side Blazor Application a Progressive Web Application

image

You can make your Server Side Blazor applications Progressive Webs Applications (PWA), that allow them to be installed (and uninstalled) on mobile devices without the need to go through the normal application store for those devices…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on October 16, 2019 06:43

October 13, 2019

What is Blazor Oqtane?

image

Oqtane is an application that is built using Microsoft’s Blazor technology. It allows you to deploy and run modules written in Blazor. When Oqtane is deployed and running, it provides a dynamic web experience that can be run as client side Blazor or as server side Blazor.

What makes Oqtane different from other Blazor applications, is that it produces the entire website, not just a single application. When you have a website that requires multiple functionality, such as Forums, Blogs, and Content Management, Oqtane can provide this…

Tags: Oqtane,Blazor
 •  0 comments  •  flag
Share on Twitter
Published on October 13, 2019 15:55

October 12, 2019

Blazor Microsoft Graph Calendar Example With Active Directory Authentication

image

You can easily access the Microsoft Graph with Blazor as well as use the Microsoft Azure Active Directory authentication…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on October 12, 2019 15:59

October 4, 2019

Google Email Viewer in Server Side Blazor

image

You can create a Blazor server-side application that will allow any user with a GMail account to view their emails. This solution does not require that they set their GMail account to less secure access

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on October 04, 2019 14:24

October 3, 2019

Google Authentication in Server Side Blazor

[image error]

You can log users into your server side Blazor (Razor Components) application using Google authentication

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on October 03, 2019 18:55

September 28, 2019

Radzen–The Fastest Way To Build Blazor Applications

image

Radzen is an application builder that has been around for years. It allows developers to build Line Of Business applications much in the way Visual Studio LightSwitch did...

Tags: Radzen,Blazor
 •  0 comments  •  flag
Share on Twitter
Published on September 28, 2019 08:02

September 26, 2019

Connecting Blazor to Azure SignalR Service

image

You can properly scale your Blazor application by connecting it to an Azure SignalR Service

Tags: Blazor,Server-Side Blazor
 •  0 comments  •  flag
Share on Twitter
Published on September 26, 2019 06:26

September 22, 2019

A Simple Blazor User and Role Manager

image

You can create a simple administration page to allow you to create, update, and delete users in your server side Blazor application by adding a single .razor page. This example also demonstrates how to update the passwords for your users…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on September 22, 2019 16:02