Testing with Clean Architecture and Entity Framework Using Real Database SystemsJan 25, 2023·9 min read
Prompting a File download from a .NET API using AxiosI recently needed to produce a small report and serve it as a file download via a .NET API endpoint. The endpoint would be invoked from a React app, using Axios, and trigger the file download in the browser. As the server needed to produce the filena...Feb 10, 2023·3 min read