Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
thankyoussd
thankyoussd has asked
18
questions and find answers to
4
problems.
Stats
186
EtPoint
30
Vote count
18
questions
4
answers
About
thankyoussd questions
How to persist cookie authentication when only using external identity provider without ever calling HttpContext.SignInAsync
How to prevent Azure API Management from passing the subscription-key query parameter to Logic App?
IDbContextFactory for Blazor: when to use CreateDbContextAsync the async version vs CreateDbContext
Is it possible to assign a system managed identity to an Azure AD Enterprise Application that requires user assignment?
How to subscribe to MS Graph calendar (not calendar event) change notifications, i.e new calendar created/deleted etc?
Using Azure Function .NET5 and HttpRequestData, how to handle file upload (form data)?
Visual Studio 2022 quick action from constructor parameter to auto field creation not adding space
AddHttpClient<TClient,TImplementation> registers as transient, can it handle high volume concurrent requests efficiently?
In OpenID Connect with PKCE, how does the client know which code_verifier to send with which authorization code after user redirect?
Best way to use Microsoft.Graph SDK when I already have users' refresh tokens stored in database?
thankyoussd answers
How to prevent Azure API Management from passing the subscription-key query parameter to Logic App?
Can we startForegroundServie from an exact alarm's receiver in the background?
Using HttpClient.GetFromJsonAsync(), how to handle HttpRequestException based on HttpStatusCode without extra SendAsync calls?