Labels and OnClickChart for ChartJs
In this new post, I introduce an update with labels and OnClickChart event, my ChartJs component for Blazor. Let me…
All technologies, only pure source code
In this new post, I introduce an update with labels and OnClickChart event, my ChartJs component for Blazor. Let me…
I'm releasing a new update for Browser Detect component for Blazor that detect correctly Windows 11 plus few improvements.
If you create APIs, you can face that same Methods not Allowed in with ASP.NET Core, NET6 or NET7.
In my previous post titled Create Stripe Webhooks Receiver I created a webhook and now...
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I…
Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or…
More often than not, I try to have an enum but for strings: in this post, I show you how…
Do you have to display a lot of tabs in your page, but the look and feel is no what…
How manipulating CSV files in the internet era? Comma Separated Files (CSV) are text files that contain multiple records with…
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.
I introduce you my new Guided Tours #Blazor component to help your users to understand the UI of your application
I introduce you my new Clippy Blazor component for Blazor WebAssembly and Blazor Server. The component is built with .NET6.
.NET is the most loved platform! It’s won most loved platform 3 years in a row in the annual StackOverflow…
The title ”Call API Management from Blazor” is not explain fully what I’m going to...
In this new post, I like to explain how to add security headers to Blazor WebAssembly to follow the recommendations…
In this new post, I'll show you how to add security header to our website to be ready for a…
In this new post, I give you my code for a simple XML minifier in C#. I know I always…
From now on, we can create minimal APIs in NET6 that allows us to write in few lines of code…
I'll create a Copy to Clipboard component for Blazor. I use the button to notify if the copy is successful.…
I have created a new Markdown Editor component flexible and rich of functionalities for Blazor WebAssembly and Blazor Server with .NET6.
In this new post, I show you how to upload/download files using HttpClient in C#...
In this new post, I like to show how handling exceptions globally with .NET6 adding a single class using a…
In this new post I show you how to install MAUI with Visual Studio 2022 (Preview) after the official release…
Azure Pipelines Error NETSDK1045: The current .NET SDK does not support targeting .NET 6.0. How to fix this error in…