top of page
Search
The Tech Platform
Oct 18, 2021
Append in Python
Importance of Append When choosing a collection type, it is useful to understand the properties of each type and choosing the most...
The Tech Platform
Oct 12, 2021
What is the difference between C# and F#
C# C# is a modern, general-purpose, object-oriented programming language developed by Microsoft and approved by European Computer...
The Tech Platform
Oct 11, 2021
Upload And Download Multiple Files Using .Net 5.0 Web API
Begin with creating an empty web API project in visual studio and for target, framework choose .Net 5.0. No external packages were used...
The Tech Platform
Oct 11, 2021
Top JavaScript Libraries for Formatting Data and Time
Whether you need to create a calendar, an appointment scheduling system or an interface to integrate different people at different time...
The Tech Platform
Oct 9, 2021
How to handle Time Zones in JavaScript
When developing web applications, managing time zones becomes an essential aspect to consider. In most cases, we rely on the server time...
The Tech Platform
Oct 9, 2021
Collections in C#
Collections: Collection classes are specialized classes for data storage and retrieval. These classes provide support for stacks, queues,...
The Tech Platform
Oct 8, 2021
Write C++ Program to find the Reverse of a given number
Code: #include <iostream> #include <math.h> using namespace std; //Returns the reverse of the entered number int findReverse(int n) {...
The Tech Platform
Oct 7, 2021
Write a Program in C++ to check whether the given Number is Prime or Composite Number.
Prime Number A prime number is a number that can only be divided by itself and 1 without remainders. A prime number cannot be divided by...
The Tech Platform
Oct 6, 2021
Top Critical Topics in Javascript
JavaScript is a dynamic programming language that's used for web development, in web applications, for game development, and lots more....
The Tech Platform
Oct 4, 2021
C# | Assembly, EXE and DLL
For a beginner in the C# world, it will be very difficult to understand what it means. Let me put it in simple word, the assembly is...
bottom of page