IT Nursery
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...
  • June 3, 2022
  • 0 Comments
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...
  • May 13, 2022
  • 0 Comments