27 Oct 2022
How to clear cache blazor webassembly
Cara bagaimana melakukan How to clear cache blazor webassembly
sometimes we've made changes to the Blazor webassembly, but those changes don't work at all on our display designs, and that will certainly annoy us who are designing the Blazor app website. We have cleared the cache on the web browser but it doesn't seem to work and the display still looks like nothing has changed there. So how do we solve this issuess ??Actually the method is quite simple and easy, but we don't pay attention to that, when we run Blazor on the server it will be in the form of a file and folder with the name bin and object, and this is where all the cache and files are stored, so that when we make any changes sometimes it doesn't work, and back to the initial view then we need to delete these two folders in our project. and yes.. just delete the bin folder and obj folder, then run dotnet watch run again...
access the web browser and viola... the changes have taken place.
and this is the way to Cara bagaimana melakukan How to clear cache blazor webassembly
terkadang kita pernah melakukan perubahan pada blazor webassembly, akan tetapi perubahan itu tidak bekerja sama sekali pada display desain kita, dan itu tentunya akan mengganggu kita yang sedang melakukan desain pembuatan website app blazor. Sudah kita lakukan clear cache pada web browser tetapi nampaknya tidak berhasil dilakukan dan tampilan pun masih tetap seperti tidak pernah ada perubahan disana.
nah untuk mengatasi ini bagaimana cara nya ??
Sebenarnya cara nya cukup sederhana dan mudah, akan tetapi kita tidak memperhatikan itu, di saat kita menjalankan blazor di server maka akan di bentuk sebuah files dan folder dengan nama bin serta object, dan disinilah semua file cache itu disimpan, sehingga ketika kita melakukan perubahan apapun terkadang tidak berhasil, dan kembali ke tampilan awal maka kita perlu menghapus ke dua folder ini pada project kita. dan ya.. hapus saja folder bin dan folder obj, kemudian jalankan lagi dotnet watch run...
akses web browser dan viola... perubahan sudah terjadi.
BONUS CONTENT !!
Blazor Landing Page free download →
Blazor WASM free download →
Blazor html project free download →
All source code project free download →
Mesin kasir terbaru →