Caching in ASP.NET C# - Memory Caching is AMAZING

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 25

  • @tutorialsEUC
    @tutorialsEUC  Рік тому +5

    🚀C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy

    • @fpm.krivec8655
      @fpm.krivec8655 Рік тому

      Hello, I would like to buy your ASP.NET course, but I have any question. Could I ask you?

  • @AliRaza-zy1zk
    @AliRaza-zy1zk 8 місяців тому +2

    Most of people don't go deep to talk some basics.
    You are true gem :)

  • @adnanmowakeh7993
    @adnanmowakeh7993 9 місяців тому

    one of the best teacher i have ever seen thx so much for the content

  • @jacksonmwangi1668
    @jacksonmwangi1668 Рік тому +3

    I like your videos. they are very informative. Please do a video on creating a lock

  • @ahmedelseiny1113
    @ahmedelseiny1113 Місяць тому

    Thank you so much
    I hope you would keep going❤❤❤

  • @stephen6605
    @stephen6605 4 місяці тому +1

    I think 3600 seconds is 1 hour. But anyway, thank you this was informative and pretty detailed

  • @andresamortegui91
    @andresamortegui91 2 місяці тому

    It was a great video, thanks. Additionally, I would like to say that It was not working for me and it was caused because I needed to inject IMemoryCache as a singleton.

  • @kawtheralmubarak9763
    @kawtheralmubarak9763 10 місяців тому

    How to implement in memory caching in the service in memory caching is when you store all the customers information in the memory of the application.and instead of searching in the database,we can have the service search in the in memory cache instead.

  • @amirmasoudbabaei6128
    @amirmasoudbabaei6128 3 місяці тому

    Thanks. What would be the scenario if we have a parameters and the data is related to that .

  • @5asadrian5
    @5asadrian5 Рік тому +3

    Hey great video! Could you do the video about thread safe?

  • @antomooken
    @antomooken 7 місяців тому

    very nice presentation. i have a requirement like to get all cached keys and based on that i need to remove some keys. is there is any option get all cached keys?

  • @jimmybellmon1268
    @jimmybellmon1268 Рік тому

    I was really able to follow you in this course can your razor pages course more than 3 Udemy courses I have. I just purchased your C# Progress Academy for $69. I like your teaching style 👍

  • @LaviSaini-ot9rn
    @LaviSaini-ot9rn Рік тому

    dear sir ,pls make a full video on calling ,call forwarding ,and merging through the C# code ,there is no tutorial on youtube with clear cut contect

  • @Toughmenchannel
    @Toughmenchannel Рік тому

    Awesome video!

  • @VitaliyLysak
    @VitaliyLysak 6 місяців тому

    It works great in Visual Studio only! When you use on IIS and app pool has more than 1 worker process (Web Garden) this doesn't work.

  • @happie88
    @happie88 Рік тому

    why not after an update from the database is done then that's the time it will update the cache as well... instead of adding expiration.

  • @binojdaniel7
    @binojdaniel7 Рік тому

    Do you have any course using React or Vue since adoption for Angular is going down.

  • @Liootas
    @Liootas Рік тому

    Ty. I wonder how that caching eats resources. Imagine tousands users at the same time and every second program saving into the chache and removing from it. How program handles it? Does it depends from computers capabilities? Ty

    • @tutorialsEUC
      @tutorialsEUC  Рік тому +1

      The idea of caching is that the object gets chaced on the server and then shared with all users that request it :-)

  • @slypete
    @slypete Рік тому

    You should create a view model and cache that instead of the db entity

  • @001KW9
    @001KW9 5 місяців тому

    You don't show it all, too bad

  • @cleitoncarlospereira2006
    @cleitoncarlospereira2006 Рік тому +3

    I like your videos. They are very informative. Please do a video on creating a lock.