top of page
Search

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
Jul 4, 2022

Filters in ASP.NET: How to use dependency injection in action filters in ASP.NET Core?
Filters are special components in ASP.NET Core that allow us to control the execution of a request at specific stages of the request...
The Tech Platform
Jun 28, 2022

Run and manage periodic background tasks in ASP.NET Core 6 with C#
So starting from the empy ASP.NET Core 6 template let’s create a simple sample service that represents our business logic that should be...
The Tech Platform
Jun 24, 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
Jun 21, 2022

How to export data to Excel in ASP.NET Core
When needing to export data to Excel, you have a couple of different options. If you need simple tabular data, generating a CSV file may...
The Tech Platform
Jun 10, 2022

C# Programming Language: Hashtables
Hashtables can be used to store a collection of data, similar to that of a normal list. The main difference is that a Hashtable can store...
The Tech Platform
Jun 6, 2022

Creating a Menu Bar UI with .NET MAUI Preview 14
In this blog, We will create a photo viewer and editor .NET MAUI desktop application and integrate the menu bar in it. Create photo...
The Tech Platform
Jun 1, 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...
The Tech Platform
May 30, 2022

The Best Programming Languages for Cloud Computing
Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct...
The Tech Platform
May 28, 2022

.NET Core Best Practices
.NET Core is a free, open-source, general-purpose development platform maintained by Microsoft. It is a cross-platform framework that...
The Tech Platform
May 28, 2022
bottom of page