top of page
Search


PowerApps LookUp
The PowerApps LookUp function helps to find a record (first record) in a table that satisfies a formula. You can use the LookUp function...

The Tech Platform
Apr 2, 2023


What is JavaScript Closure
JavaScript closures are one of the fundamental concepts in JavaScript. Closures allow a function to have access to the variables and...

The Tech Platform
Apr 1, 2023


Difference between Var functionName = function() and function functionName()
When it comes to defining functions in JavaScript, there are two primary syntaxes that you can use. These are var functionName =...

The Tech Platform
Mar 31, 2023


How to check session timeout in ASP.NET
Session timeout is an important aspect of web application development that determines the amount of time a user can spend on a website...

The Tech Platform
Mar 30, 2023


How to enable LSA protection in Windows 11
LSA - Local Security Authority protection is a security feature in Microsoft Windows that helps prevent unauthorized access to the Local...

Sofia Sondh
Mar 30, 2023


How to check if an element is hidden in JQuery?
jQuery is a popular JavaScript library used for simplifying the process of creating dynamic web pages. One of the most common tasks in...

The Tech Platform
Mar 30, 2023


How to Hide Device Security in Windows 10/11
Device security in Windows refers to a set of features and tools that are designed to protect your computer and its data from...

The Tech Platform
Mar 29, 2023


What is the "-->" operator in C++?
The "-->" operator is a combination of two operators: the "->" operator and the "--" operator. The "->" operator is used to access a...

The Tech Platform
Mar 29, 2023


Create CSS responsive image gallery
A responsive image gallery is a user interface component that displays a collection of images in a grid or other layout and adjusts its...

The Tech Platform
Mar 29, 2023


What is global.asax in ASP.NET? How to customize the application's behavior?
In the Global.asax file, we write code the same way we write in the code-behind file of a web form with a .aspx file. However, the main...

The Tech Platform
Mar 28, 2023
bottom of page
