ETag implementation in ASP.Net Core - Part 3
Sunday, 22 August 2021

In part two we created a simple application with as single REST endpoint. The client can calls the endpoint and show the requested resource. The resource changes periodically to simulate real situations. Now it is time to go to the next level.

ETag implementation in ASP.Net Core - Part 2
Saturday, 21 August 2021

In part one we dicussed HTTP ETag mechanism. In this part we are going to implement an APS.NET core application that uses ETag.

ETag implementation in ASP.Net Core
Friday, 20 August 2021

As we all know, HTTP protocol mostly works based on the request and response mechanism. Each request and response force data to be transferred over network.

Top