Michael Washington's Blog, page 5

August 16, 2019

What Is Blazor

image

Microsoft’s Blazor is a framework for building rich interactive applications

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on August 16, 2019 13:49

Connecting Blazor to Azure SignalR Service (updated to Preview 8)

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 August 16, 2019 13:35

Creating A Step-By-Step End-To-End Database Server-Side Blazor Application

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 August 16, 2019 10:54

August 15, 2019

Deploying A Server Side Blazor Application To Azure

image

Blazor uses .Net Core 3.0 and that is currently in preview mode. Therefore, extra steps are needed when deploying to Microsoft Azure

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on August 15, 2019 18:04

August 6, 2019

Blazor Binding, Events and Parameters

image

Three things that you will usually find yourself using on every Blazor page, Binding, Events, and Parameters, will be covered here…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on August 06, 2019 05:52

August 3, 2019

Deploying A Server Side Blazor Application To Azure

image

Blazor uses .Net Core 3.0 and that is currently in preview mode. Therefore, extra steps are needed when deploying to Microsoft Azure

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on August 03, 2019 07:15

July 21, 2019

Blazor JavaScript Interop

image

When you need to, you can interact with JavaScript using Blazor. This allows you to call Javascript methods from Blazor, and to call Blazor methods from JavaScript as well as pass parameters…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on July 21, 2019 16:26

July 18, 2019

Creating Blazor Templated Components

image

A Blazor application is composed of components. These components can be made fully re-usable by creating templated components

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on July 18, 2019 22:46

July 7, 2019

Implementing State Management In Blazor

image

State Management in Blazor refers to the technique that you use to persist data between Blazor pages. Without state management, data would be lost…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on July 07, 2019 14:42

July 4, 2019

Blazor Forms and Validation

image

Microsoft Blazor allows you to easily create forms with validation to collect data…

Tags: Blazor
 •  0 comments  •  flag
Share on Twitter
Published on July 04, 2019 13:56