🚀C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy
@fpm.krivec8655 Жыл бұрын
Hello, I would like to buy your ASP.NET course, but I have any question. Could I ask you?
@AliRaza-zy1zk8 ай бұрын
Most of people don't go deep to talk some basics. You are true gem :)
@adnanmowakeh79939 ай бұрын
one of the best teacher i have ever seen thx so much for the content
@stephen66054 ай бұрын
I think 3600 seconds is 1 hour. But anyway, thank you this was informative and pretty detailed
@kawtheralmubarak976310 ай бұрын
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.
@ahmedelseiny1113Ай бұрын
Thank you so much I hope you would keep going❤❤❤
@andresamortegui912 ай бұрын
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.
@jacksonmwangi1668 Жыл бұрын
I like your videos. they are very informative. Please do a video on creating a lock
@amirmasoudbabaei61283 ай бұрын
Thanks. What would be the scenario if we have a parameters and the data is related to that .
@5asadrian5 Жыл бұрын
Hey great video! Could you do the video about thread safe?
@tom-sawyer-9994 ай бұрын
Yes please!
@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
@antomooken7 ай бұрын
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 Жыл бұрын
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 👍
@Toughmenchannel Жыл бұрын
Awesome video!
@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 Жыл бұрын
Do you have any course using React or Vue since adoption for Angular is going down.
@VitaliyLysak6 ай бұрын
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.
@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 Жыл бұрын
The idea of caching is that the object gets chaced on the server and then shared with all users that request it :-)
@slypete Жыл бұрын
You should create a view model and cache that instead of the db entity
@001KW95 ай бұрын
You don't show it all, too bad
@cleitoncarlospereira2006 Жыл бұрын
I like your videos. They are very informative. Please do a video on creating a lock.