Bradley Wells

Bradley Wells @bradwellsb

About: .NET developer, electrical engineer, and business owner.

Location:
Senegal
Joined:
Jun 18, 2019

Bradley Wells
articles - 59 total

A Blog Boilerplate for Statiq, the C# static site generator

If you want to create a blog using a static site generator in 2020, you may be overwhelmed with all t...

Learn More 10 1May 14 '20

Create a beautiful drag and drop file upload component with Blazor

This tutorial will highlight a useful Nuget package for enabling file uploads in your Blazor project....

Learn More 7 0May 8 '20

Use Blazor to collect credit card information

In the previous tutorial, you learned how to link a Stripe Connect account with a local user store in...

Learn More 2 0Apr 28 '20

Set up Stripe Connect Express Accounts with Blazor

In this tutorial, you will learn how to integrate Stripe Connect Express accounts with your server-si...

Learn More 7 0Apr 20 '20

Stripe.NET Create Stripe Webhooks Receiver

In this tutorial, you will create an ASP.NET controller that will act as a listener for Stripe webhoo...

Learn More 6 1Apr 13 '20

ASP.NET Basics: Inject Service into Controller

In this tutorial, you will learn how to use C# dependency injection to inject a service into a contro...

Learn More 7 1Apr 6 '20

OData Actions in .NET Core

Original Article In the previous tutorial, you learned how to create a function in an OData API. Suc...

Learn More 6 0Apr 1 '20

OData API Multiple Endpoints, Multiple Parameters

Original Article The Open Data Protocol is a flexible protocol for creating APIs. This tutorial will...

Learn More 6 0Mar 17 '20

OData Endpoint Routing .NET Core

If you have previously used OData API in your ASP.NET Core projects, you may have been disappointed t...

Learn More 12 1Mar 10 '20

Populate Blazor Dropdown Menu from EF Core Lookup Table

A lookup table in your Entity Framework Core database can be a more robust alternative to a simple en...

Learn More 10 0Feb 28 '20

Automatically add new Azure B2C users to local database table

This tutorial will teach you how to automatically add an Azure AD B2C user to a local database table...

Learn More 17 0Feb 19 '20

EF Core and C# Data Model Validation

Source Data validation with Entity Framework Core and C# data models can be fun. In this tutorial, y...

Learn More 18 2Feb 4 '20

How to avoid storing secrets in ASP.NET source code

Original Article It’s never a good idea to store secrets or password in your project’s source code....

Learn More 12 1Jan 23 '20

Override Controller in Blazor with Azure AD B2C Authentication

Source In this tutorial, you will learn how to override AccountController.cs in server-side Blazor s...

Learn More 6 0Jan 13 '20

Beyond Demoware: OData API, EF Core DB, and Blazor

Original article In this tutorial, you will learn how to configure an OData API, integrate it with E...

Learn More 14 0Jan 7 '20

Use IdentityModel to manage ASP.NET Core Access Tokens the easy way

Original Article If your C# web app targets .NET Core 3.1 or greater, you can use the new IdentityMo...

Learn More 13 0Dec 31 '19

A Blazor project template for the real world

For Christmas, I want to share a Blazor project template you can use to create real world application...

Learn More 12 0Dec 25 '19

Cache IdentityServer4 Access Tokens in Blazor, MVC, or Razor Pages

In this tutorial, you will add access token caching to your IdentityServer4 protected API in order to...

Learn More 13 0Dec 20 '19

Protect Web API using IdentityServer4 and consume with Blazor

Original Article In the previous tutorial, you created a public web API and learned the right way to...

Learn More 21 0Dec 12 '19

Blazor, HttpClientFactory, and Web API

Original Article In this tutorial, you will learn how to create a server-side Blazor application tha...

Learn More 16 0Dec 2 '19

Increase Productivity with LINQPad

Original Article This guide includes examples that will teach you how to begin using LINQPad for tes...

Learn More 10 0Nov 26 '19

Blazor Download/Save a File using JSInterop

Original Article After completing this tutorial, you will know how to download and save a file local...

Learn More 9 0Nov 18 '19

Blazor Write to LocalStorage

Original Article One way to have data persist across sessions in a client-side Blazor WebAssembly ap...

Learn More 11 3Nov 12 '19

Create a Blazor Timer Service and Navigate Programmatically

Original In this Blazor tutorial, you will learn how to create a timer. You will also learn how to n...

Learn More 10 0Nov 5 '19

The best way to pass data between Blazor pages

The best way to pass data between Blazor pages is by registering a singleton service and injecting it...

Learn More 12 1Oct 28 '19

Who do you use for mailing lists and email campaigns?

Which MailChimp alternative do you use to manage your mailing lists and automated email marketing cam...

Learn More 6 6Oct 24 '19

Pass Data Between Blazor Pages using Route Parameters

In this tutorial, you will learn how to pass data as a route parameter from a Blazor component on one...

Learn More 13 1Oct 21 '19

A simple way to create a PWA with Blazor WebAssembly

This tutorial will demonstrate a simple way to create a Progressive Web App (PWA) from your Blazor We...

Learn More 57 6Oct 17 '19

Blazor PWAs are awesome!

I recently wrote about a Blazor WebAssembly app I developed. Yesterday, in a matter of minutes, I ma...

Learn More 9 1Oct 17 '19

Blazor Components as Shortcodes

Source This tutorial will teach you how to pass data to a Blazor component as a parameter. This is u...

Learn More 11 0Oct 14 '19