top of page
Search
The Tech Platform
Aug 2, 2022
How to Format Response Data in ASP.NET Core
In web development, the transmission of data between a server and a client is a fundamental aspect. Response data, representing the...
The Tech Platform
Jul 29, 2022
Introduction to Controller in ASP.NET Core
What is Controller ? The Controller in MVC architecture handles any incoming URL request. The Controller is a class, derived from the...
The Tech Platform
Jul 28, 2022
map() vs filter() vs reduce() in JavaScript.
Map, reduce, and filter are all array methods in JavaScript. Each one will iterate over an array and perform a transformation or...
The Tech Platform
Jul 28, 2022
Program to make Calculator in Python
Create a simple calculator which can perform basic arithmetic operations like addition, subtraction, multiplication, or division...
The Tech Platform
Jul 27, 2022
Introduction to Program Execution Cycle
In computers, to execute a program is to run the program in the computer, and, by implication, to start it to run. In usage, people run...
The Tech Platform
Jul 26, 2022
Blazor vs Flutter: The Difference
What is Blazor? Blazor is a Single Page Application development framework. The name Blazor is a combination/mutation of the words Browser...
The Tech Platform
Jul 25, 2022
How to read User Input from Console in Java?
Let's see a complete code example of reading user input using the Scanner class. In this Java program, we are reading User Input in form...
The Tech Platform
Jul 15, 2022
Introduction to Namespace in Python
A namespace is a system that has a unique name for each and every object in Python. An object might be a variable or a method. Python...
The Tech Platform
Jul 15, 2022
How to Upload Image and Display in Image Control in ASP.NET?
In this articles, we will explain "how you can upload the image on server using Image Control in ASP.NET web-forms". Step 1: Create a new...
The Tech Platform
Jul 11, 2022
Checking Orleans with the PVS-Studio analyzer
Introduction Orleans is a cross-platform framework for creating scalable cloud applications. This software is developed by Microsoft, and...
bottom of page