In this post, I share the code for a Blazor integration with Identity Server and BFF. Nowadays, all browsers don't...
Blazor
Blazor is a new web framework developed by Microsoft that allows creating interactive client-side web UI with C# and HTML. It is free, open-source, and cross-platform. It uses WebAssembly to run C# code in the browser and share app logic between the server and the client.
In this new post custom JavaScript function in Blazor, I present how to create functions in C# in a Blazor...
In this new post, I introduce an update with labels and OnClickChart event, my ChartJs component for Blazor (Blazor WebAssembly and Blazor...
An year ago I released the Browser detect component for Blazor on NuGet. This is a browser detect component for Blazor...
In this new post, I show a new framework for testing Blazor components called bUnit. bUnit is a testing library for...
In this new post, I introduce my new Timeline component for Blazor WebAssembly and Blazor Server. The components is build with NET6. This...
In my previous post titled Create Stripe Webhooks Receiver I created a webhook and now I want to explore how...
In this post, I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of...
In this post, I show how to keep secrets out of your source code in Visual Studio from version 2019...
In this new post, I introduce to you the new ScrollTabs component for Blazor WebAssembly and Blazor Server. This is quite a...
In this post, I show you how to create form dynamically with Blazor without using DataAnnotation but only simple classes....
In this new post, I show how to implement drag and drop with Blazor WebAssembly and Blazor Server. It's common to find drag...
In this new post, I introduce you my new Guided Tours Blazor component for Blazor WebAssembly and Blazor Server to...
In this new post, I introduce you my new Clippy Blazor component for Blazor WebAssembly and Blazor Server. The component is built with...
The title ”Call API Management from Blazor” is not explain fully what I’m going to explain in this post but...
After a lot of work, I finally complete the first implementation of my Blazor component for ChartJS for Blazor WebAssembly...
In this new post, I like to explain how to add security headers to Blazor WebAssembly to follow the recommendations...
In this post, I'm going to create a browser detect component for Blazor WebAssembly and Blazor Server with .NET6. Firstly, if you need...
This World Map component for Blazor WebAssembly and Blazor Server creates an interactive map of the world or specific region...
The component SVG Icons and flags for Blazor helps you to display a SVG image in your application for Blazor WebAssembly and Blazor...
In this new post, I show you how to add code snippet in Razor pages for Blazor WebAssembly and Blazor Server. In...
In this new post, I show you the code to dynamically add JavaScript from Blazor components. For example, I'm creating...
Uploading files in ASPNET Core is largely the same as standard full framework MVC, but now we can stream large...
In this new post, I will create a Copy to Clipboard component for Blazor. I use the button to notify...
Few weeks ago, I created a package for a Markdown Editor component for Blazor with very basic functionalities. After a...