top of page
Search


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_445,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/0f65e1_d46747b8066a4f8f849cb66840e1220c~mv2.webp)
![How to bind [FromRoute] and [FromBody] into one model in .NET 5](https://static.wixstatic.com/media/0f65e1_d46747b8066a4f8f849cb66840e1220c~mv2.png/v1/fill/w_306,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


Introduction to C# comments
In this article, we explore how to write comments. Comments are simply human-readable pieces of text that are not compiled nor...

The Tech Platform
Aug 31, 2021


The hat (^) and range (..) operators in C#
The hat operator (^) and range operator (..) provide a different syntax for accessing elements in an array: Span, or ReadOnlySpan. The...

The Tech Platform
Aug 18, 2021


A scratch guide to API versioning in ASP.NET Core
If I call an API with a URL of https://mybandapi.com/api/bands/4, I’ll get the following response: { "id": 4, "name": "The Eagles, man" }...

The Tech Platform
Aug 18, 2021


S.O.L.I.D. BASIC PRINCIPLES OF C#
In Object-Oriented Programming (OOP), this acronym is used to interpret software design. It makes the concepts easily understandable and...

The Tech Platform
Aug 9, 2021


Secrets of .NET Async/Await
Async/await is a feature of the .NET framework that allows developers to write asynchronous code in a more readable and maintainable way....

The Tech Platform
Jul 26, 2021


Top 8 Programming Languages For Game Developers
Game Developers use Programming Languages to create a game's settings and mechanics. The Choice of Programming Languages depends on...

The Tech Platform
Jul 23, 2021


How to use Redis and Lua Scripts in a C# ASP.NET Core Microservice Architecture
In this article, we will explore how to use StackExchange.Redis in an ASP.NET Core application to access a Redis server running in...

The Tech Platform
Jul 20, 2021


Micro APIs with OpenFaaS and .NET
Serverless functions are becoming increasingly popular, but not everything fits into that model. And although it is possible to create an...

The Tech Platform
Jul 13, 2021
bottom of page
