Michael Washington's Blog, page 6
June 28, 2019
Creating A Step-By-Step End-To-End Database Server-Side Blazor Application
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: BlazorJune 23, 2019
What Is Blazor
Microsoft’s Blazor is a framework for building rich interactive applications…
Tags: BlazorMay 18, 2019
Creating a SQL Database Administration Module For Blazor Oqtane
In this article we will create a SQL Database Administration Module for Oqtane, the web application framework that runs in Microsoft Blazor…
Tags: Blazor,OqtaneMay 8, 2019
Creating a Database Driven Module For Blazor Oqtane
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,OqtaneMay 7, 2019
Creating a Hello World Module For Blazor Oqtane
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,OqtaneMay 1, 2019
Connecting Blazor to Azure SignalR Service (updated to Preview 4)
You can properly scale your Blazor application by connecting it to an Azure SignalR Service…
Tags: Blazor,Server-Side BlazorApril 29, 2019
Migrating Blazing Pizza (server side Blazor and client side Blazor)
In this article we will compare the structure and the differences between the client side version of the Blazor Blazing Pizza example and the server side version…
Tags: BlazorApril 23, 2019
Creating A Microsoft Flow Custom Connector
You can create a Microsoft Flow that will allow you to send an Email to an Office 365 Email account and that account will search for Help Desk Tickets in the popular open source Help Desk application ADefHelpDesk.com, and return an email to you with a listing of matching Help Desk Tickets…
Tags: Microsoft Flow,ADefHelpDeskApril 6, 2019
Google Email Viewer in Server Side Blazor
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,Server-Side BlazorFebruary 24, 2019
Animation and Visual Effects in Blazor and Razor Components
SQL-MisterMagoo recently posted a GitHub Blazor and Razor Components example that demonstrates a compelling animation. In this post we will examine how he did it…
Tags: Blazor,Razor Components