Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-webapi

Insert more claim into identity OnTokenValidated event of JWT Bearer

How to serialize enum as string globally (not by attribute in each enum)?

How do I enable CORS in Giraffe?

ASP.NET Core System.UnauthorizedAccessException: Access to the path 'C:\..." is denied

.NET Core AWS RDS CONNECTION

Adding SPA to .NET Core Web API

ASP.NET Core - how to inject IOptionsMonitor<T[]>

Get & Post in ASP.NET Blazor

How use OData filters with swagger in an asp.net core WebApi project?

Cannot access a disposed object for DbContext in .NET Core for Async method

Logging exceptions with Hellang ProblemDetails

.NET Core Web API and MongoDB Driver using Generic JSON Objects

.Net Core - Inject Dependency IUserInfo from API middleware down to repository layer

Static Files Cannot be Found After Publishing to Linux on ARM

.Net core log Startup errors to app insights

Cannot get access token in React app accessing protected .NET Core API with Azure B2C

How to read the raw json post body before hitting the controller in dot net c#?

Keyvault not working within application run via Docker in Visual Studio

How to use AWS Cognito to secure a .Net Core Web API applications

IActionResult vs ActionResult<T> vs T - Why doesn't ActionResult<T> work?