.Net
Simple REST API with database + Azure Functions?
I have a personal Blazor WASM project (here) that I want to add a simple database to, for storing user-created expressions. I’m currently looking at doing this by creating a REST API with Azure functions Read more…