top of page
Search


Web Services vs API
Web Services: A Web service is a collection of open protocols and standards which are widely used for exchanging data between systems or...

The Tech Platform
Feb 21, 2022


Chrome Extensions for Developers and Web Developers
Google Chrome extensions are programs that can be installed into Chrome in order to change the browser's functionality. This includes...

The Tech Platform
Feb 21, 2022


Using DateOnly with .Net 6 WebAPI and Entity Framework
Solving the Entity Framework part We need to tell EF how to handle DateOnly and DateOnly? — so we first need a pair of converters: using...

The Tech Platform
Feb 21, 2022


Key Difference Between Robots and Artificial Intelligence
Robots: Robots are programmable machines specifically programmed to carry out a complex series of tasks without any human intervention....

The Tech Platform
Feb 21, 2022


IndexOf() in JavaScript
In JavaScript, indexOf() is a string method that is used to find the location of a substring in a string. Because the indexOf() method is...

The Tech Platform
Feb 18, 2022


Top 5 Programming Languages for Automation Testing
Automation testing is the process of testing software and other tech products to ensure it meets strict requirements. Essentially, it’s a...

The Tech Platform
Feb 18, 2022


How to Send an SMS with .Net 6 Minimal API
Prerequisites .Net 6 RC 2 SDK or greater Visual Studio 2022 Preview or Visual Studio Code Vonage API Account To complete this tutorial,...

The Tech Platform
Feb 17, 2022


HttpPut Or HttpPatch in ASP.Net Core ?
The HTTP PUT request method creates a new resource or replaces a representation of the target resource with the request payload. The HTTP...

The Tech Platform
Feb 17, 2022


How to Reuse Xamarin.Forms Custom Renderers in .NET MAUI
Nowadays, we see many devices working across multiple platforms, from Android and iOS to Windows and macOS. To develop multiple...

The Tech Platform
Feb 17, 2022


What is Distributed Cache? What are Distributed Cache Strategies ?
A distributed cache is a system that pools together the random-access memory (RAM) of multiple networked computers into a single...

The Tech Platform
Feb 17, 2022
bottom of page
