News

Eric Vogel covers how to use the new Web API 2 routing attributes to create a Web service in Part 1 of this series.
Take advantage of the built-in correlation IDs in Web API to track HTTP requests that flow through multiple back-end services ...
Combine .Net with C# and HTMX for a streamlined development process that yields a dynamic front end without writing a line of JavaScript.
As part of building a client-side application in a test-driven way and using TypeScript, Peter creates a Web API service and writes a test that proves he can access it from JavaScript code -- though ...