top of page
Search


The Basics of Coding and Programming You Should Know
Your computer’s operating system, your phone, this website: they have one thing in common. They all run on a set of instructions to...

The Tech Platform
Jun 10, 2022


What types of AI Tools and Framework to consider for your applications
Artificial Intelligence (AI) is the machine-displayed intelligence that simulates human behavior or thinking and can be trained to solve...

The Tech Platform
Jun 10, 2022


The QueryList
The QueryList is the return type of ViewChildren and contentChildren . QueryList stores the items returned by the viewChildren or...

The Tech Platform
Jun 8, 2022


Write a program to Check if a Value exists in an Enum in TypeScript
Enums or enumerations are a new data type supported in TypeScript. Most object-oriented languages like Java and C# use enums. This is now...

The Tech Platform
Jun 8, 2022


What is Impersonation ASP.NET?
Impersonation is a process of temporarily assuming the identity of another Windows account. This process does not give you the ability to...

The Tech Platform
Jun 8, 2022


C# vs Golang: Difference and Similarities
What is C#? C# is a modern, object-oriented programming language. Microsoft's Anders Hejlsberg and his team developed the program, which...

The Tech Platform
Jun 7, 2022


Dapper vs Entity Framework 6 Detailed Benchmark
Dapper is a lightweight tool that is developed by the StackOverflow developer team as a micro-ORM. On the other hand, Entity Framework is...

The Tech Platform
Jun 6, 2022


C# Programming Language: Hashtables
Hashtables can be used to store a collection of data, similar to that of a normal list. The main difference is that a Hashtable can store...

The Tech Platform
Jun 6, 2022


Introduction to URL-Friendly NanoID
NanoID It is a tiny, secure, URL-friendly, unique string ID generator. Nano ID has a smaller size as compared to UUID. This size...

The Tech Platform
Jun 6, 2022


Important SQL Queries you should know
SQL commands are the instructions used to communicate with a database to perform tasks, functions, and queries with data. SQL commands...

The Tech Platform
Jun 6, 2022
bottom of page
