top of page
Search

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
Feb 7, 2022

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
Dec 9, 2021
![How to bind [FromRoute] and [FromBody] into one model in .NET 5](https://static.wixstatic.com/media/0f65e1_d46747b8066a4f8f849cb66840e1220c~mv2.png/v1/fill/w_305,h_172,fp_0.50_0.50,q_95,enc_avif,quality_auto/0f65e1_d46747b8066a4f8f849cb66840e1220c~mv2.webp)
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...
The Tech Platform
Sep 2, 2021
bottom of page