Sunil ThomasOct 21 min readLog users out of Auth0 from Power Pages that are integrated with Auth0Recently, I needed to integrate Auth0 with Power Pages. The integration itself was relatively simple, but the next requirement posed a...
Sunil ThomasSep 191 min readClone a specific branch in visual studioCloning from the master branch is straightforward, but cloning from a specific branch is a bit different. There are various methods to...
Sunil ThomasAug 151 min read Email Template with dynamic content.Email template is a pre-designed email format that allows you to create consistent and professional email communications. These templates...
Sunil ThomasAug 141 min readQuery expression Combining And & Or conditionsAccording to Microsoft, a query expression is a query written using query syntax. It is a fundamental language construct in C#, similar...