AKshay RautTroubleshooting error “The operation is not allowed by RBAC…” for Azure Key Vault.You might be getting this error while trying to access Keys, Secrets and Certificates sections.Aug 4Aug 4
AKshay RautTroubleshooting “User does not exist in MSAL token cache.You get an error like this:Aug 4Aug 4
AKshay RautPolymorphism in Object Oriented ProgrammingPolymorphism means “many forms. By its name, it is a feature that allows you to perform an action in multiple or different ways. The most…Jan 16, 2022Jan 16, 2022
AKshay RautInheritance in Object Oriented ProgrammingIt’s a kind of relationship between two classes which allows one class to inherit code from the other. It represents “is-a” relationship…Jan 16, 2022Jan 16, 2022
AKshay RautEncapsulation in Object Oriented ProgrammingEncapsulation ensures that each object in your code should control its own state. Encapsulation is defined as the wrapping up of data under…Jan 16, 2022Jan 16, 2022
AKshay RautAbstraction in Object Oriented ProgrammingAbstraction enables us to provide a simple interface to a user without asking for complex details to perform an action. In simpler words…Jan 16, 2022Jan 16, 2022
AKshay RautC# Naming ConventionGive your variables some meaningful names instead of keeping it mysterious. Mysterious names examples are:Jan 12, 2022Jan 12, 2022