Top "Asp.net-core-webapi" questions

Questions about ASP.

ASP.NET Core: [FromQuery] usage and URL format

I am trying to use [FromQuery] in my web api and I am not sure how to use it. Here's …

c# asp.net-core asp.net-core-webapi
Routes in ASP.net Core API

I read lot of topic about routes for API in Asp.net core but I cannot make it work. First, …

c# asp.net-core .net-core asp.net-core-webapi asp.net-core-routing
The JSON value could not be converted to System.Int32

I want to send data of object to my Web API. The API accepts a parameter of class, which properties …

c# json asp.net-core-webapi
How do I get current user in .NET Core Web API (from JWT Token)

After a lot of struggling (and a lot of tuturials, guides, etc) I managed to setup a small .NET Core …

jwt asp.net-core-webapi asp.net-core-1.1
The input was not valid .Net Core Web API

I am facing a weird issue and almost spent 4 hours with no luck. I have a simple Web API which …

c# asp.net-core-2.0 asp.net-core-webapi
Return jpeg image from Asp.Net Core WebAPI

Using asp.net core web api, I want to have my controller action method to return an jpeg image stream. …

asp.net-core content-type asp.net-core-webapi
How to compile .NET Core app for Linux on a Windows machine

I'm developing a .NET Core app on a Windows 10 machine (with Visual Studio 2015 update 3 + Microsoft .NET Core 1.0.1 VS 2015 Tooling Preview 2) …

c# linux .net-core asp.net-core-webapi
ASP.NET Core with IIS - HTTP Verb Not Allowed

We have an ASP.NET Core 2.0 web site that also presents a couple of simple Web API methods for UI …

asp.net iis asp.net-core asp.net-core-webapi
ASP.NET Core 2.0 JWT Validation fails with `Authorization failed for user: (null)` error

I'm using ASP.NET Core 2.0 application (Web API) as a JWT issuer to generate a token consumable by a mobile …

c# asp.net-core asp.net-core-webapi bearer-token asp.net-core-identity
Uploading and Downloading large files in ASP.NET Core 3.1?

I am working on an ASP.NET Core 3.1 API project using clean architecture and I have the following classlibs (tiers): …

c# asp.net-core file-io asp.net-core-webapi large-file-upload