top of page
Search


Implementing Digest Authentication in .NET
TL;DR: You can read the code in GitHub repository here, the README provides an example usage. For one request we generate two requests...

The Tech Platform
Jul 25, 2022


How to Upload Image and Display in Image Control in ASP.NET?
In this articles, we will explain "how you can upload the image on server using Image Control in ASP.NET web-forms". Step 1: Create a new...

The Tech Platform
Jul 15, 2022


How to send email in ASP.NET Core?
Sending emails is a common requirement in ASP.NET Core web applications. In this article we will learn how to send emails with...

The Tech Platform
Jul 13, 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
Jul 4, 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 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 20, 2022


What is Impersonation ASP.NET?
Impersonation is a process of temporarily assuming the identity of another Windows account. This process does not give you the ability to...

The Tech Platform
Jun 8, 2022


Dapper vs Entity Framework 6 Detailed Benchmark
Dapper is a lightweight tool that is developed by the StackOverflow developer team as a micro-ORM. On the other hand, Entity Framework is...

The Tech Platform
Jun 6, 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
bottom of page
