Part 9. Static Files in ASP NET Core. | How Microsoft improve performance of static files handling.

preview_player
Показать описание
In this video, we will talk about how to handle static files request via ASP.NET Core middleware. We will also do a quick practice to see how Microsoft improves the performance of static file handling. A quick idea about the status code and ETAG will also be covered in this tutorial.

Part8. Middleware extension method.

AspNetCoreMVC playlist Link:

#StaticFiles #UseStaticFiles #StaticFileOptions
#PROConcepts #AmitRawat #ProgrammingConcepts #PROConceptsByAmit #ProgrammingConceptsByAmit #ProgrammingConceptsByAmitSinghRawat #ProConceptsByAmitSinghRawat
Рекомендации по теме
Комментарии
Автор

I was asked about ETag in dotnet core interview and that time I was not aware of etag. Today I understood the thing. Thanks a lot.

omprakash
Автор

Truly, your videos always provide some additional information which other youtubers doesn't provide. Headers and ETAG is really interesting.

madhurawat
Автор

Thank you for this great toturial.
I tried to see chached StaticFiles in Asp Core .NET6, even I pressed Ctr + F5 Brows still serves the file with status code 200 with full size of the content, did i miss something!

waelhabbal
Автор

And how can we add a few html files already made, in the existing project ?

axboltx
Автор

I have a query, if the resource is not a static file and same data is transmitting again and again then how to cache and handle this type of data?? Suppose I have gallery api and its has 100 records. And it has pagination. So eash time we return 10 records. When we goto the previous page then how to load it from cache???

omprakash
join shbcf.ru