top of page
Search
The Tech Platform
Feb 7, 2022
Azure Blob Storage with .Net 5
Azure Blob Storage Azure Blob storage is Microsoft’s object storage solution for the cloud. Blob storage is optimized for storing massive...
The Tech Platform
Dec 9, 2021
How to write URL shortener in .NET5?
In this series we will try to show you how easy it is to write a service that shortens URLs with .NET5. On top of that, we will add an...
The Tech Platform
Sep 2, 2021
How to bind [FromRoute] and [FromBody] into one model in .NET 5
There are several ways in .NET 5 Web Api to bind request data into a model. Attributes such as [FromBody] or [FromRoute] can be used for...
bottom of page