top of page
Search


What is JavaScript Web Token? When and Why to use JWT? Where to store JSON JWT?
In web development, secure communication and data transmission are critical components of modern applications. One powerful solution that...

The Tech Platform
Jul 22, 2022


SQL Server Query Tips for Database Performance. How to improve SQL Query Performance?
Efficient and speedy data retrieval is crucial for the success of applications and systems that rely on database. SQL (Structured Query...

The Tech Platform
Jul 18, 2022


State Management in Angular with NgRx
Angular State Management is a user interface programming technique, that is in fact, state management in Angular. It may also be referred...

The Tech Platform
Jul 18, 2022


Expression in LINQ - Expression<TDelegate>
The lambda Expression can be assigned to the Func or Action type delegates to process over in-memory collections. The .NET compiler...

The Tech Platform
Jul 18, 2022


Copying data between GSheets with App Script
In collaborative environments, efficient data management across multiple Google Sheets is paramount. Whether it's sharing information...

The Tech Platform
Jul 18, 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


Top Useful Microsoft Word Add-in
Word add-ins are one of the many development options that you have on the Office Add-ins platform. You can use add-in commands to extend...

The Tech Platform
Jul 14, 2022


How to send email in ASP.NET Core?
Sending emails is a common requirement in ASP.NET Core web applications. In this article we will learn how to send emails with...

The Tech Platform
Jul 13, 2022


API Testing: Types and Tools
What is API? API (Application Programming Interface) is a computing interface which enables communication and data exchange between two...

The Tech Platform
Jul 11, 2022
bottom of page
