Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-webapi

Mock HttpRequest in ASP.NET Core Controller

How do I resolve the issue the request matched multiple endpoints in .Net Core Web Api

What is the best practice in EF Core for using parallel async calls with an Injected DbContext?

Should I always add CancellationToken to my controller actions?

Enable OPTIONS header for CORS on .NET Core Web API

JWT Authentication and Swagger with .NET Core 3.0

Mock IHttpContextAccessor in Unit Tests

The target process exited without raising CoreCLR started event error with .NET Core 2.2

ASP.NET Core 2.0 JWT Validation fails with `Authorization failed for user: (null)` error

ASP.NET Core with IIS - HTTP Verb Not Allowed

The JSON value could not be converted to System.Int32

c# json asp.net-core-webapi

Return jpeg image from Asp.Net Core WebAPI

How do I get current user in .NET Core Web API (from JWT Token)

The configuration file 'appsettings.json' was not found and is not optional

Creating a proxy to another web api with Asp.net core

MediatR when and why I should use it? [closed]

Unit testing controller methods which return IActionResult

Returning a 404 from an explicitly typed ASP.NET Core API controller (not IActionResult)

How to add custom header to ASP.NET Core Web API response

c# asp.net-core-webapi

How to return a specific status code and no contents from Controller?