Skip to content
(860) 577-0632jon@raynorsystems.comHamptons, NY
Raynor Systems
Custom development for any requirement! C#, WordPress, & PHP
Raynor SystemsRaynor Systems
  • Home
  • About
  • Services
    • AI Development
    • Application Development
    • WordPress Web Development
  • Contact
  • Recent Projects
  • Recent Blogs
    • Blazor Dev Blog
  • Home
  • About
  • Services
    • AI Development
    • Application Development
    • WordPress Web Development
  • Contact
  • Recent Projects
  • Recent Blogs
    • Blazor Dev Blog

Blazor Dev Blog

Service Collections with Blazor Server

BlazorDevBy jon.rMarch 30, 2023

What is a service collection? Service collections are a way of registering and resolving dependencies in C# applications using the built-in dependency injection (DI) system.…

Read more

In Memory State Management with Blazor Server

BlazorDevBy jon.rMarch 21, 2023

Creating your first In Memory State Container with Blazor Server Web technology has come along way in the relatively recent past. With the surge in…

Read more

IHttpClientFactory vs. HttpClient

BlazorDevBy jon.rMarch 7, 2023

Why should you use IHttpClientFactory The main reason to use IHttpClientFactoryinstead of HttpClient directly is to manage the life cycle of HttpClient instances. HttpClient was…

Read more

How to add HealthChecks to a ASP.net Core application

BlazorDevBy jon.rFebruary 23, 2023

Adding HealthChecks to your application can drastically reduce troubleshooting time Why would you want to monitor your applications health? Health checks can test an applications…

Read more

Why Is IHttpContextAccessor/HttpContext null on Blazor Server? Here’s how to fix it!

BlazorDevBy jon.rFebruary 17, 2023

Table of Contents Why is IHttpContextAccessor -or- HttpContext sometimes null on Blazor Server? The IHttpContextAccessor on Blazor Server is only available on the first Http…

Read more

Why are you experiencing a NullReferenceException on OnInitializedAsync() with Blazor?

BlazorDevBy jon.rFebruary 17, 2023

Lets start with a sample Razor component that renders the UI: Component.razor Forename Surname Username @foreach (var user in Users) { @user.Forename @user.Surname @user.Username }…

Read more

How can I dynamically render components using MudBlazor radio buttons?

BlazorDevBy jon.rFebruary 17, 2023

You need to have a MudRadioGroup to contain your MudRadio buttons. On the MudRadioGroup you have the @bind-SelectedOption event callback exposed. You can set a switch statement on that to dynamically…

Read more
Contact
  • jon@raynorsystems.com
  • Hamptons, New York, USA
Services
  • Home
  • About
  • Services
    • AI Development
    • Application Development
    • WordPress Web Development
  • Contact
  • Recent Projects
  • Recent Blogs
    • Blazor Dev Blog
  • Home
  • About
  • Services
    • AI Development
    • Application Development
    • WordPress Web Development
  • Contact
  • Recent Projects
  • Recent Blogs
    • Blazor Dev Blog

© Raynor Systems Inc. | 2001– 2021 | raynorsystems.com
All rights reserved.

Go to Top