Problem I want to return a file in my ASP.Net Web API Controller, but all my approaches return the HttpResponseMessage as JSON. Code so far public async Task<HttpResponseMessage> DownloadAsync(string...
I’m looking for the correct way to return JSON with a HTTP status code in my .NET Core Web API controller. I use to use it like this: public...
I’m using Auth0 to handle authentication in my web app. I’m using ASP.NET Core v1.0.0 and Angular 2 rc5 and I don’t know much about authentication/security in general. In...