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…
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…
How manipulating CSV files in the internet era? Comma Separated Files (CSV) are text files that contain multiple records with…
I will show how to evaluate Postfix expression for your interviews. What is a Postfix? How to write a simple…
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.
This is a quick announcement about a repository I have just started about Agile methodology handbook available on GitHub Pages
.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...
It is time to start with MAUI. With the Release Candidate from yesterday we can update Visual Studio 2022 Preview…
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…
This post is about implementing handling file uploads in OpenAPI with ASP.NET Core. Open API is one way to document…
I show a simple way for Testing APIs with RestClient in Visual Studio Code. RestClient is a simple extension for…
In this post, I show you how to remote debug live content on an Android device from your Windows, Mac,…
In this new post, I give you my code for a simple XML minifier in C#. I know I always…
Uploading files in ASP.NET Core is largely the same as standard full framework MVC but now we can stream large…
In this new post, I show you how to upload/download files using HttpClient in C#...
In this new post I show you how to install MAUI with Visual Studio 2022 (Preview) after the official release…
I have just released a new DataTable component for Blazor WebAssembly and Blazor Server. The...
We have just released a lot of functions for .NET5 in a NuGet package that you can download for free.…
Today we are going to create our own NuGet package, publish it to Azure DevOps, and then consume it in…
In this new short post, I'll show you how to create a universal PredicateBuilder for Expression in C# to merge…
Microsoft is talking a lot about this new technology and here I will explain how to install MAUI with Visual…
I want to start to use Visual Studio 2022 Preview and create a base Xamarin Forms project integrated with IdentityServer