top of page
Search


Write a Program to convert degree into radian using C++
What is Radian? The radian is the unit of angle in the International System of Units and is the standard unit of angular measure used in...

The Tech Platform
Oct 18, 2022


Data Protection in ASP.NET Core
In web development, keeping sensitive data safe is a top priority. ASP.NET Core recognizes this need and offers a powerful solution – the...

The Tech Platform
Oct 17, 2022


Creating an in-memory cache for .NET 6 Web API
Caching is the technique of storing frequently accessed data at a temporary location for quicker access in the future. ASP.NET Core...

The Tech Platform
Oct 17, 2022


What are different types of Loops in Python?
Programming languages provide various control structures that allow for more complicated execution paths. A loop statement allows us to...

The Tech Platform
Oct 14, 2022


Difference between Iframe and Script?
What is Iframe? An Iframe also called as Inline frame, is a HTML element that loads another HTML page within the document. It essentially...

The Tech Platform
Sep 13, 2022


Top 10 Web Apps which will increase your productivity
A Web application (Web app) is an application program that is stored on a remote server and delivered over the Internet through a browser...

The Tech Platform
Sep 13, 2022


How to protect your Microservices?
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of...

The Tech Platform
Sep 13, 2022


Empty Windows recycle bin with PowerShell and Command Prompt
Windows Recycle bin stores deleted items like files, documents, images and more. When you delete the files its not permanently deleted...

The Tech Platform
Sep 12, 2022


Aspect Oriented Programming with SpringBoot
What is AOP? AOP is a programming paradigm whose main aim is to increase modularity by allowing the separation of cross-cutting concerns....

The Tech Platform
Sep 12, 2022


How to use feature flags in ASP.NET Core?
Feature flags in ASP.NET Core allow us to change application behaviour i.e. enable or disable a specific functionality in the application...

The Tech Platform
Sep 12, 2022
bottom of page
