top of page
Search


Microeconomics vs Macroeconomics
Source: Google Microeconomics is the social science that studies the implications of incentives and decisions, specifically about how...

The Tech Platform
May 12, 2022


Introduction to Security Token
A security token is a physical or digital device that provides two-factor authentication for a user to prove their identity in a login...

The Tech Platform
May 12, 2022


How you should easily prevent this memory leak with EF Core
Entity Framework core, as the most used .net core ORM (object-relational mapping) framework, simplify the developer’s life by managing...

The Tech Platform
May 11, 2022


Device Management in OS :Functions and Techniques
Device Management Device management is the process of managing the implementation, operation and maintenance of a physical and/or virtual...

The Tech Platform
May 11, 2022


How To Structure a Data Science Project?
A data science project is a practical application of your skills. A typical project allows you to use skills in data collection,...

The Tech Platform
May 11, 2022


Content Projection : How to project content using ng-content tag?
Content projection is a pattern in which you insert, or project, the content you want to use inside another component. For example, you...

The Tech Platform
May 11, 2022


The 10 Commandments .NET Developers Must apply for Secure Applications
The security of .NET applications is necessary and knowing how to protect it is not always an easy task. As developers, we must be clear...

The Tech Platform
May 9, 2022


Difference Between String and string in C#
String (capital S) is a class in the .NET framework in the System namespace. The fully qualified name is System.String. Whereas, the...

The Tech Platform
May 9, 2022


Asp.net core RateLimit with ActionFilters
In today's world, APIs are very crucial for most web applications. The usage of APIs has been increasing day by day, and so is the need...

The Tech Platform
May 9, 2022


Write a Program to print Diamond Star Pattern in Java
The diamond star pattern consists of asterisks (*) arranged in a diamond shape. The pattern has a central row with a single asterisk, and...

The Tech Platform
May 6, 2022
bottom of page