Top "Asp.net-core-webapi" questions

Questions about ASP.

Enable OPTIONS header for CORS on .NET Core Web API

I solved this problem after not finding the solution on Stackoverflow, so I am sharing my problem here and the …

c# asp.net-core .net-core asp.net-core-webapi
The target process exited without raising CoreCLR started event error with .NET Core 2.2

I want to debug empty WebApi Project based on .NET Core 2.2. I installed Core 2.2 SDK x86 and changed target framework …

c# asp.net-core asp.net-core-webapi visual-studio-2019 .net-core-2.2
.Net Core Model Binding JSON Post To Web API

Just started a new project using .NET Core. Added my Web API controller and related method. Using Postman I created …

c# asp.net-core asp.net-web-api2 model-binding asp.net-core-webapi
.NET Core RuntimeIdentifier vs TargetFramework

Can someone explain the purpose of this two in csproj file (VS2017): <TargetFramework>netstandard1.6</TargetFramework> <…

asp.net-core .net-core visual-studio-2017 asp.net-core-webapi runtime-identifier
ASP.NET Core Authorize attribute not working with JWT

I want to implement JWT-based security in ASP.Net Core. All I want it to do, for now, is to …

c# asp.net-core asp.net-core-webapi
Asp Net Core Web Push Notifications

Main goal is to add to site ability to send web notification to pop up a system notification to alert …

c# asp.net-core asp.net-core-webapi web-push push-api
How do I resolve the issue the request matched multiple endpoints in .Net Core Web Api

I notice that there are a bunch of similar questions out there about this topic. I'm getting this error when …

c# .net-core asp.net-core-webapi asp.net-core-routing
Download PDF file, Angular 6 and Web API

I want to download PDF using Angular 6 and Web API. Here is the code implementation, mycomponent.ts download(myObj: any) { …

angular angular6 asp.net-core-webapi
Getting Scope Validating error in Identity Server 4 using JavaScript Client in asp.net core

I am getting the below error while making a request to my Identity Server application from my Javascript Client Application. …

c# oauth-2.0 openid-connect identityserver4 asp.net-core-webapi
How to add method description in Swagger UI in WebAPI Application

I am using Swagger as my API tooling framework and it is working out great so far. I just came …

c# asp.net-core-webapi swagger-ui restful-url swashbuckle