top of page
Search

The Tech Platform
Oct 26, 2022
Image Scraping with Python
In this article, we will learn how to scrape images from any website using Python and the BeautifulSoup library. What is Image Scraping?...

The Tech Platform
Oct 22, 2022
Handling Null Values in ASP.NET Core
ASP.NET Core MVC is the .NET Core counterpart of the ASP.NET MVC framework. You can take advantage of ASP.NET Core MVC to build...

The Tech Platform
Oct 18, 2022
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 17, 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
Aug 22, 2022
What is Promises in JavaScript?
What are JavaScript Promises? Promises are essential building blocks for handling asynchronous operations in JavaScript. In JavaScript, a...

The Tech Platform
Aug 2, 2022
Compiler: Definition, Architecture, Advantages and Disadvantages
The Compiler is a computer program that translate the high-level language (source code) into a computer-readable format known as...

The Tech Platform
Jul 4, 2022
How to Migrate Old ASP.NET Applications to .NET Core?
.NET Core is a new version of .NET Framework, which is a free, open-source, general-purpose development platform maintained by Microsoft....

The Tech Platform
Jun 20, 2022
How to use LoggerMessage in ASP.NET Core
ASP.NET Core is a popular web framework that allows developers to build modern, high-performance web applications using the .NET...

The Tech Platform
Jun 7, 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
May 30, 2022
How to handle 404 errors in ASP.NET Core MVC
In ASP.NET Core MVC, a 404 error (also known as HTTP error 404) occurs when the server cannot find the requested resource or page. This...
bottom of page