In this post, I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of...
webapi
In this new post, I explain how to validate a JSON result with Postman from your APIs. In Testing APIs...
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 ASPNET 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# and .NET Core. Creating a...
In this new post, I like to show how handling exceptions globally with NET6 adding a single class. Generally, we...
In this post I am going to explain how to create a LogicApp to use CosmosDB in Azure based on...
Today, we are going to learn how to create a secure connection in Blazor using HttpClient with authentication to gain...
In this post, I'm going to explain how to secure a Blazor WebAssembly application with IdentityServer4. The full source code...
In this new post, I want to show how to use an Azure API Management Service in a real world...
In this post, I explain how creating .NET Core API with versioning in your ASP.NET projects. This post is helping...
Adding Swagger to your Web API project does not replace ASP.NET Web API help pages (here the NuGet package for...