How to use FlexLayout with different sizes
In this new post, I want to show you via a simple project how to use in MAUI FlexLayout with children with different sizes.
All technologies, only pure source code
In this new post, I want to show you via a simple project how to use in MAUI FlexLayout with children with different sizes.
I have created a simple C# console application as a tool to split big SQL scripts. For example, I had a problem with data seed scripts.
Today, after 2 years, I released a new Markdown Editor components for JavaScript and Blazor. The full source code is available on GitHub.
I’m going to release a simple cross-platform offline country data library for NET8. The library is based on the ISO-3166-1 standard
I release a new ChatGPT library for C# that helps with the communication and calls to the popular Open AI tool.
I will show how to create custom user management with NET8 and Blazor based on Microsoft Identity. Here is how to add custom fields for users
I will demonstrate how you can create your own custom control for MAUI using SkiaSharp and what you need to do in order to make it reusable
Write a ChatGPT client in C# using the OpenAI API: walkthrough the process of creating human-like responses
bUnit is a testing library for Blazor Components. Its goal is to make it easy to write comprehensive, stable unit tests
In my previous post titled Create Stripe Webhooks Receiver I created a webhook and now I want to explore how…
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I show the full implementation.
Do you have to display a lot of tabs in your page, but the look and feel is no what you want. Here you have a ScrollTabs component for Blazor
How manipulating CSV files in the internet era? Comma Separated Files (CSV) are text files that contain multiple records with more elements
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.
In this new post, I give you my code for a simple XML minifier in C#. I know I always have strange thought but I’m a developer
From now on, we can create minimal APIs in NET6 that allows us to write in few lines of code powerful APIs. I collect all my understanding
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
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’m going to explain how using biometric identification in Xamarin Forms to simplify authentication before executing certain important actions
In this new short post, I’ll show you how to create a universal PredicateBuilder for Expression in C# to merge 2 or more expressions with Linq
In this new post, I explain how to configure IdentityServer for Xamarin Forms to integrate Web Authenticator using Xamarin Essentials
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
In this post will be on improving on the application’s behaviour following clean architecture handling errors, adding logging, authenticating users