Create Stripe webhooks receiver
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I…
All technologies, only pure source code
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I…
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.
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…
Uploading files in ASP.NET Core is largely the same as standard full framework MVC but now we can stream large…
Azure Pipelines Error NETSDK1045: The current .NET SDK does not support targeting .NET 6.0. How to fix this error in…
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…
In this new post, I explain how to configure IdentityServer for Xamarin Forms to integrate Web Authenticator using Xamarin Essentials
In this post will be on improving on the application's behaviour following clean architecture handling errors, adding logging, authenticating users
I want to show you how adding an UI built in Blazor using the API we have created in the…
In testing the application code I'm going to be showing you how we can effectively test the different parts we've…
Adding an API using ASP.NET Core is the subject of this new post related to explain how to implement a…
I want to explain how architecting ASP.NET Core applications for enterprise projects based on clean architecture principles
I'm going to explain how setting up the application for ASP.NET Core with clean architecture from a blank project to…
Introducing CQRS (Command and Query Responsibility Segregation) for a clean architecture project in ASP.NET Core. A brief guide with source…
Adding validation using Fluent Validation is a method to decoupled rules and models and also write multiple rule-sets against the…
We will be on creating the Infrastructure project following clean architecture. We are going to bring in another layer: the…
We will learn how to use Datatables in ASP.NET Core with Server-Side Processing with a simple real-world implementation to understand…
Factory method in C# Core offering great flexibility in creating different objects. The Abstract class may provide a default object
Sometimes we don't know from how to start testing our UI. Here I explain how to write UI Test with…
I continue to add more features and in particular new view components in AdminLTE project built with ASP.NET Core
In this post, I want to show how creating View Components in ASP.NET Core is simple and powerful and allows…