News

If you’re using Data API builder as part of your own code, it’s a .NET tool that’s available as a Nuget package. You need .NET 6 or 7 to run it, and it runs on any .NET-compatible system ...
The last time we looked at Azure Functions, I introduced you to the basic triggers you can use with them.There are a number of events that can cause functions to begin execution ("triggered"), one of ...
An HTTP POST sends the data up in the body of the request; and in the latest version of the Web API, you have to tie the Post method's parameter to the request's body. You do that by decorating the ...