viceroypenguin
State of caching in EFCore 2025
@Adrian if you're willing to invest in a platform to organize your code, there's https://immediateplatform.dev, where you can create a handler to query the data and a cache to cache the response of the handler
9 replies
✅ How to notify clients when an db update occurs
Web hooks are the best recommendation, and that can be managed in the server code, everywhere that you manage a particular entity. Or better yet, isolate managing that entity to a single handler, which then queues a background job that does the webhook notifications.
134 replies