top of page
Search


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 25, 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 15, 2022


How to Migrate Old ASP.NET Applications to .NET Core?
.NET Core is a new version of .NET Framework, which is a free, open-source, general-purpose development platform maintained by Microsoft....

The Tech Platform
Jul 4, 2022


Tools for good code
Code quality tools are automated tools/programs that would observe the code and point out any common issue/problem which could arise as a...

The Tech Platform
Jun 26, 2022


Introduction to Duck Typing in TypeScript
What is Duck Typing? Duck Typing is usually used in code that needs to handle a range of different data, often without knowing exactly...

The Tech Platform
Jun 22, 2022


How to convert Enum to String in Java?
There are two ways to convert an Enum to String in Java, first by using the name() method of Enum which is an implicit method and...

The Tech Platform
Jun 20, 2022


How to raise a number to a power - Python
In Mathematical terms, an exponent refers to a number that is placed as a superscript of a number. It says how many times the base number...

The Tech Platform
Jun 17, 2022


What is Memory Management in JavaScript? How to Improve Memory Management of your Application
Memory management in low-level languages like C involves manual control over memory allocation and deallocation using functions like...

The Tech Platform
Jun 17, 2022


How to Use Decorators in JavaScript?
JavaScript Decorators are a powerful design pattern that enables the addition of behavior to an individual object, whether in a static or...

The Tech Platform
Jun 16, 2022
bottom of page
