top of page
[C#] Authorisation basics and custom authorisation policies
In this post we discussed the .NET Authentication schemes and implemented our custom authentication handler. And here we will be diving...
siqisundev
[C#] Authentication basics and Custom Authentication Scheme
Term Disambiguation Conventionally, Authentication and Authorisation are respectively defined as: Authentication: Proving the tenant's...
siqisundev
Double Dispatch and Visitor Pattern [C# implementation]
Dynamic dispatch Dynamic dispatch (Wikipedia link) is a technique, commonly used in OOP, for dispatching the correct function/method...
siqisundev
bottom of page