top of page
Search

Constructors in C#
In C#, a constructor is a special type of method that is automatically executed when an object of a class is created. It is used to...
The Tech Platform
Sep 25, 2021

What Is yield and How Does It Work in C#?
C# capabilities keep expanding from year to year. New features enrich software development. However, their advantages may not always be...
The Tech Platform
Sep 2, 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

Send multi-part content to an API from a .NET Core API (.NET 5.0)
Scenario — You are developing a web API that takes form data in its post method. And from that API, you need to call another API that...
The Tech Platform
Jul 13, 2021

6 Different Star Pattern Programs in C#
Patterns are the repeated decorative design. There is a simple code to write patterns in C#. We can write code to print different types...
The Tech Platform
Mar 5, 2021
bottom of page