top of page
Search

The Tech Platform
Aug 17, 2022
How to Return HTML From ASP.NET Core Web API
A typical web API returns JSON or XML responses. However, rare cases exist where we need to return responses in other formats. In this...

The Tech Platform
Jul 11, 2022
API Testing: Types and Tools
What is API? API (Application Programming Interface) is a computing interface which enables communication and data exchange between two...

The Tech Platform
Jul 4, 2022
Improving request logs in Azure Log Analytics for .NET APIs.
Log Analytics is a tool in the Azure portal where you can query, analyze and visualize data in Azure Monitor logs. Using the Application...

The Tech Platform
Jun 21, 2022
Top API for your Projects
Application Programming Interface (API) is a software interface that allows two applications to interact with each other without any user...

The Tech Platform
Jun 21, 2022
NLog with ILogger in .Net 6.0 Web API
In software development, where intricate systems and complex functionalities intertwine, logging stands as a silent sentinel, diligently...

The Tech Platform
May 24, 2022
Introduction to Azure API Management
Azure API Management is a reliable, secure and scalable way to publish, consume and manage API’s running on Microsoft Azure platform. ...

The Tech Platform
May 5, 2022
8 quick tips to improve your .NET API
Every day we need to develop new APIs, whether at work or for study purposes, and some features can help us with the use of good...

The Tech Platform
Apr 25, 2022
Build a ToDo list application using .Net 5.0 Web API and Microsoft SQL Server
This article shows how to build a ToDo list application using .Net 5 Web API, JWT authentication and AspNetCore Identity. Microsoft SQL...

The Tech Platform
Apr 14, 2022
Creating Scheduled Jobs Using Hangfire
In this article, we will make a .NET CORE application that sends mail using the Hangfire framework. Without giving much theoretical...

The Tech Platform
Mar 2, 2022
How to Send WhatsApp API using C#
Get Started with Whatsapp API Ultramsg account is required to run examples. Create an Account if you don’t have one. go to your instance...
bottom of page