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…
In this new post, I explain how to validate a JSON result with Postman from your APIs using JavaScript with…
This post is about implementing handling file uploads in OpenAPI with ASP.NET Core. Open API is one way to document…
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…
In this new post, I show you how to upload/download files using HttpClient in C#...
In this new post, I like to show how handling exceptions globally with .NET6 adding a single class using a…
I'm going to explain how to create a LogicApp to use CosmosDB in Azure based on a common scenario. I'll…
Today, we are going to learn how to create a secure connection in Blazor using...
I'm going to explain how to secure a Blazor WebAssemble application with IdentityServer4. Also, how to secure API calls
API Management creates consistent and modern API gateways for existing back-end. How to use an Azure API Management Service in…
A versioning allows clients to continue using the existing REST API and migrate their applications to the newer API when…
Adding Swagger to your Web API project does not replace ASP.NET Web API help pages. Or maybe yes? Here how…