top of page
Search
The Tech Platform
Jul 22, 2022
Create a web API using minimal API ASP.NET Core
Minimal APIs are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to...
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 19, 2022
Manage Deep Learning Datasets
In deep learning, effective dataset management plays a pivotal role in ensuring the success of machine learning projects. Proper...
The Tech Platform
Apr 18, 2022
What are ES6 Proxies and how to use them?
In computing terms, proxies sit between you and the things you’re communicating with. The term is most often applied to a proxy server —...
bottom of page