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 component itself or another URL
All technologies, only pure source code
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, I show you the code to dynamically add JavaScript from a Blazor components coming from the component itself or another URL
Uploading files in ASP.NET Core is largely the same as standard full framework MVC but now we can stream large files. Here I explain how
I’ll create a Copy to Clipboard component for Blazor. I use the button to notify if the copy is successful. So, I return reset the button
I have created a new Markdown Editor component flexible and rich of functionalities for Blazor WebAssembly and Blazor Server with .NET6.
Today I want to show you how to create a Code Snipper component for Blazor using highlight.js that is available for 191 different languages
Azure Pipelines Error NETSDK1045: The current .NET SDK does not support targeting .NET 6.0. How to fix this error in pipeline on Azure DevOps
I have just released a new DataTable component for Blazor WebAssembly and Blazor Server. The NuGet package is available here….
In this new post, I will show you have to create a simple Markdown editor component for Blazor Assembly and Blazor Server. Source code inside.
In this post I will show you how creating a cross-platform and managing a .NET Service with Blazor that can be installed on Windows and Linux
In this new post, I explain how to create and use Tabs control for Blazor Web Assembly and Blazor Server with basic HTML, CSS and C#
In this new post, I’m going to explain how to create a segment control for Blazor Web Assembly and Blazor Server. The NuGet package is available
I want to show you how using Chart.js with Blazor Server or Blazor Web Assembly. This is a simple implementation. No using external components
In this post, I’m going to explain how to create an accordion component with Blazor WebAssembly or Blazor Server in a very simple way
Create a Blazor component for Quill allows us to easily consume Quill and place multiple instances of it on a single page in our applications
In this new post, I’m going to show how to export data to Excel in Blazor WebAssembly or Server. Creating…
First part of a Blazor article series to tell how to create a reusable Blazor component that will be used in your Blazor applications
In this post, I explain how to implement a Modal Dialog component for Blazor WebAssembly that we can use everywhere in our application
I want to create a Tooltip component for Blazor WebAssembly, taking advantage of Blazor’s new CSS isolation feature. Click on the link and see
In this post I want to show how to use LocalStorage with Blazor WebAssembly to save data in the storage of the browser
I can’t find the component I need, so, I have created one and now I’m going to give you the code for InputSelect for enumerations in Blazor
Today, we are going to learn how to create a secure connection in Blazor using HttpClient with authentication to gain…
I’m going to explain how to secure a Blazor WebAssemble application with IdentityServer4. Also, how to secure API calls
Welcome to Working with Blazor’s component model” post! In this new post I’ll build a simple project in Blazor and…
Setting up a Blazor WebAssembly application creates a new solution for a simple project to explore components and interactions with Blazor
Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand Blazor