Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-webapi

ASP.NET Core Authorize attribute not working with JWT

Asp Net Core Web Push Notifications

Equivalent of HttpResponseException/IHttpActionResponse for .net Core webapi 2 (not mvc)

ASP.NET Core Web API Logging from a Static Class

How to implement a "pure" ASP.NET Core Web API by using AddMvcCore()

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