top of page
Search
Sofia Sondh
Apr 15, 2021
What is the Difference between C# and Java?
This article will give you the brief difference and similarities between Java and C# programming language. Java Programming Languages...
The Tech Platform
Apr 9, 2021
Introduction to MATLAB
MATLAB - Matrix Laboratory MATLAB is a programming language developed by MathWorks. It started out as a matrix programming language where...
The Tech Platform
Mar 27, 2021
Asynchronous programming in C#
The primary mechanism for asynchronous programming in C# is through the use of the async and await keywords. These keywords allow...
The Tech Platform
Mar 5, 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
Feb 27, 2021
Three Important JavaScript Concepts
JavaScript, being one of the fastest-growing and most popular programming languages, encircles important concepts that every JavaScript...
The Tech Platform
Jan 14, 2021
How to Fix Laravel CSRF Token Mismatch Error From AJAX Request
CSRF is an attack that forces an end user to execute unwanted actions on a web application where they are currently authenticated....
The Tech Platform
Jun 22, 2020
Why Does An Abstract Class Need A Constructor?
Abstract classes, a fundamental concept in object-oriented programming, serve as blueprints for other classes, providing a structure that...
The Tech Platform
May 3, 2020
How to Upload a File Image with Angular
File or Image upload is an essential component to make a form that stores some image kind of data. It helps in applications using image...
bottom of page