Alberto Aldegherialbyrock87.hashnode.dev·Dec 10, 2024Preventing Memory Leaks in .NET MAUI: Best Practices and StrategiesPremise Memory leaks in .NET MAUI can occur in various ways, with events being a common culprit. This article will focus on memory leaks caused by events, while also highlighting concepts applicable to other scenarios. .NET events in general We all k...1 like·292 reads#dotnet-maui
Nipuna Upekshanipunaupeksha.hashnode.dev·Jul 16, 2024Writing a Custom Event Handler for WSO2 Identity Server 🔧The eventing framework of the WSO2 Identity Server can be used to trigger events for user operation events like PRE_ADD_USER and POST_ADD_USER. Furthermore, it can also be used to do operations upon a triggered event. For instance, an event handler c...Custom Component Implementation for WSO2 Identity ServerEvent Handlers