Add Security Headers to Blazor WebAssembly
In this new post, I like to explain how to add security headers to Blazor WebAssembly to follow the recommendations…
Remote debug Android devices
In this post, I show you how to remote debug live content on an Android device from your Windows, Mac,…
Browser detect component for Blazor
In this post, I talk about user-agent and I'm going to create a browser detect component for Blazor WebAssembly and Blazor Server with…
Dynamically add JavaScript from Blazor components
In this new post, I show you the code to dynamically add JavaScript from a Blazor components coming from the…
Copy to Clipboard component for Blazor
I'll create a Copy to Clipboard component for Blazor. I use the button to notify if the copy is successful.…
Markdown Editor component for Blazor
I have created a new Markdown Editor component flexible and rich of functionalities for Blazor WebAssembly and Blazor Server with .NET6.
Code Snippet component for Blazor
Today I want to show you how to create a Code Snipper component for Blazor using highlight.js that is available for…
Azure Pipelines Error NETSDK1045: The current .NET SDK does not support targeting .NET 6.0
Azure Pipelines Error NETSDK1045: The current .NET SDK does not support targeting .NET 6.0. How to fix this error in…
DataTable component for Blazor
I have just released a new DataTable component for Blazor WebAssembly and Blazor Server. The...
Markdown editor with Blazor
In this new post, I will show you have to create a simple Markdown editor component for Blazor Assembly and…
Managing a .NET Service with Blazor
In this post I will show you how creating a cross-platform and managing a .NET Service with Blazor that can…
Tabs control for Blazor
In this new post, I explain how to create and use Tabs control for Blazor Web Assembly and Blazor Server…
Segment control for Blazor
In this new post, I'm going to explain how to create a segment control for Blazor Web Assembly and Blazor…
Using Chart.js with Blazor
I want to show you how using Chart.js with Blazor Server or Blazor Web Assembly. This is a simple implementation.…
Create an accordion component with Blazor
In this post, I'm going to explain how to create an accordion component with Blazor WebAssembly or Blazor Server in…
Create a Blazor component for Quill
Create a Blazor component for Quill allows us to easily consume Quill and place multiple instances of it on a…
How to Export Data to Excel in Blazor
In this new post, I’m going to show how to export data to Excel in...
Write a reusable Blazor component
First part of a Blazor article series to tell how to create a reusable Blazor component that will be used…
Modal Dialog component for Blazor
In this post, I explain how to implement a Modal Dialog component for Blazor WebAssembly that we can use everywhere…
Create Tooltip component for Blazor
I want to create a Tooltip component for Blazor WebAssembly, taking advantage of Blazor's new CSS isolation feature. Click on…
InputSelect component for enumerations in Blazor
I can't find the component I need, so, I have created one and now I'm going to give you the…
Blazor using HttpClient with authentication
Today, we are going to learn how to create a secure connection in Blazor using...
Improving on the application’s behaviour
In this post will be on improving on the application's behaviour following clean architecture handling errors, adding logging, authenticating users
How adding an UI built in Blazor
I want to show you how adding an UI built in Blazor using the API we have created in the…